Paul Masurel

Results 410 comments of Paul Masurel

All you commented is correct. Not many users use both `RegexQuery` and `Snippet` so if this is blocking for you I recommend you to pick this ticket yourself.

@danielhstahl It is a tad trickier than this, because you would need `query_terms` would have to be a function of the segment_reader and the doc id... And it would be...

No global registry please.

@ppodolsky The idea to have the serialized object embed the logic of how things should be merged is not interesting, but I don't think we want that here. Here is...

Incidentally, doing it like regular deletes is possible, because tantivy is rather naive in the way it handles deletes. Deletes are computed after serializing segments. This is suboptimal, but that's...

I would add min / max too, and remove the trait boundary to `FastValue`.

> len() will probably be an issue with regards to backwards compatibility. I think we will *once again* hurt backward compat. > If we don't use FastValue (or FastValueU128 for...

It only partially fixes https://github.com/quickwit-oss/tantivy/issues/1494 We also need to add a query that matches a dicitonary. Can you create a separate issue maybe?

Agreed with the harmonization. I disagree with the all in one place. Most of these are "private" names that are not meant to be used outside of a project

@PSeitz yeah but other users will suffer right? @saroh Elastic has u64 and i32 types nowdays right? Do they return string for u64?