Jiquan Long

Results 106 comments of Jiquan Long

In fact, what we want to do is implementation 2 in https://github.com/quickwit-oss/tantivy/issues/1050. If we have below two documents: ```json { "title": "Google is a useful search engine", "url": "google.com", "num_clicks":...

OK, thanks a lot, according to https://github.com/quickwit-oss/tantivy/issues/1709#issuecomment-1510665022, I guess that the only missing thing on range query of json field is to support the syntax in query parser. And I...

OK, I got it. I noticed that tantivy's query has very clear abstraction. We need the range query anyway (though maybe a few months later). I'll try to add a...

Older regex query engine can't handle text with newline, already fixed in https://github.com/milvus-io/milvus/pull/32569. And I also tried the script, Milvus returned the expected results. ![image](https://github.com/user-attachments/assets/a155b0b6-4abe-47a2-a986-b77aaa2e97d0)

wait for the verification of performance improvements. /hold