Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose a public API for interacting with JSON field types outside of the QueryParser #1302

Closed
ChillFish8 opened this issue Mar 4, 2022 · 0 comments · Fixed by #1357 or PSeitz/tantivy#10

Comments

@ChillFish8
Copy link
Collaborator

Expose a public API for interacting with JSON field types outside of the QueryParser

As of right now, there is no way to public way to build queries to interact with the new JSON field type outside of the QueryParser,
due to the JsonTermWriter not being publically exposed, and also possibly slightly overkill.

Ideally a simple(ish) API allows users to produce a term to query with by supplying the Field, JSON Path and value itself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment