Antoine Gauthier

Results 8 comments of Antoine Gauthier

> You may have already read it, just in case, here is one of the lucene implementation: https://github.com/apache/lucene/blob/main/lucene/core/src/java/org/apache/lucene/search/SloppyPhraseMatcher.java I gave a quick look. We're doing things differently it seems cf...

@fulmicoton little ping on this one 🙏

> Conceptually it would just look like the phrasequery You could base yourself on the phrase query with slop: Multiply the weight by the length of the query divided by...

It should be fixed on `main` following https://github.com/quickwit-oss/tantivy/pull/1373 , wasn't aware of there was an issue open.

Twitter answered both types and settled on returning strings for integers. https://developer.twitter.com/en/docs/twitter-ids My 2 cents: > We could add a serialization option to serializes all ints as a string. If...

> @saroh Elastic has u64 and i32 types nowdays right? Do they return string for u64? i64 an i32 yes. They keep the data as is meaning the client may...

> I'd like to explore [Tantivy](https://github.com/quickwit-oss/tantivy) for this use case. SQLite FTS could perhaps do it, but is not quite as flexible as I'd like Hi :wave: I have a...

I gave a quick look, unfortunately no time to implem but here are a few pointers for someone else, or future me :D Spoilers ?????? The code should be pretty...