PSeitz
PSeitz
Thanks for the PR. I think we could make the handling slightly simpler when we move the WHERE clause to and extra "filter" field next to "query". What do you...
> Can you explain a bit more what you have in mind? It was convenient to avoid introducing a third column in the protocol that src/client.py uses to submit queries...
`search_after` in the ES compatible API is the way to go currently
> I noticed that there is a separate crate under the Tantivy project that also does bitpacking. So far as I can tell, the other crate does 64 bit compression...
I'm open to add async support, if the code is not duplicated. There's also the risk of blocking the async runtime, by doing too much work on a task, so...
Thanks for the report. The minimum match length is 4, a dict smaller than that cannot have matches. It shouldn't panic though and ignore the dict instead.
@trinity-1686a Didn't we have some function that escapes user terms and could be used as documentation?
The command is nice to profile indexing performance
I think this is a duplicate of https://github.com/quickwit-oss/quickwit/issues/3896
Compression level woud be via hc mode, which is not implemented currently. hc mode would be much slower though https://github.com/PSeitz/lz4_flex/issues/21