Paul Masurel

Results 327 comments of Paul Masurel

Can we close this?

this is a tantivy-py question https://github.com/quickwit-oss/tantivy-py. The tantivy query parser makes it possible to define whether you want to treat queries as a disjunction of terms (OR) or conjunction. By...

@PSeitz But by default it should be parsed as a disjunction... You should get some results? @changhiskhan > Is this something where you used a quotation mark maybe? `"what is...

ah yes. I updated a few weeks ago.

> As well, maybe automatic bench testing after each release would allow us to see the tantivy improvements more visually Keeing open for this

The bug is not about the resulting number of column. The behavior was caused because the user defined a type (Str) for a column and then pushed a value with...

(we don't know yet what the problem is) copy pasting table from @trinity-1686a ![image](https://github.com/quickwit-oss/tantivy/assets/1021506/609d98e6-9ef1-4fe0-aa23-c33f041d59dc)

@PSeitz have we made this public yet? I forgot.

a) At one point we need to introduce the concept of mapping. Right now, the "input" schema is the same as the index schema. You cannot index a given field...