You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: