quickwit-oss / tantivy

Tantivy is a full-text search engine library inspired by Apache Lucene and written in Rust
MIT License
11.99k stars 668 forks source link

Support term set queries for json path #1814

Open PingXia-at opened 1 year ago

PingXia-at commented 1 year ago

Is your feature request related to a problem? Please describe. https://discord.com/channels/908281611840282624/908286403086024724/1065408262532513813

Hi, team, a quick question on the IN operator in the 0.19 release: Does it support querying JSON path, e.g. JSON_FIELD.PATH_A: IN [val_1 val_2]?

at the moment, it doesn't. The error message isn't quiet right though, it talks about range queries instead of term set queries.

Describe the solution you'd like Support term set queries for json path

[Optional] describe alternatives you've considered

PingXia-at commented 1 year ago

cc @trinity-1686a