-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Support deserialization of query short form #2855
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
Comments
russcam
added a commit
that referenced
this issue
Jan 23, 2020
This commit handles the short form of the following queries: - term query - match query - prefix query - match phrase query - match phrase prefix query Closes #2855
russcam
added a commit
that referenced
this issue
Jan 24, 2020
This commit handles the short form of the following queries: - term query - match query - prefix query - match phrase query - match phrase prefix query - match bool prefix query Closes #2855
russcam
added a commit
that referenced
this issue
Jan 28, 2020
* Handle short form queries This commit handles the short form of the following queries: - term query - match query - prefix query - match phrase query - match phrase prefix query Closes #2855
russcam
added a commit
that referenced
this issue
Jan 28, 2020
* Handle short form queries This commit handles the short form of the following queries: - term query - match query - prefix query - match phrase query - match phrase prefix query - match bool prefix query Closes #2855
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Relates #2836
Deserialization in NEST should handle the short form of queries such that it is able to correctly deserialize queries that have been constructed outside of NEST.
The text was updated successfully, but these errors were encountered: