Skip to content

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

Closed
russcam opened this issue Sep 15, 2017 · 0 comments
Closed

Support deserialization of query short form #2855

russcam opened this issue Sep 15, 2017 · 0 comments

Comments

@russcam
Copy link
Contributor

russcam commented Sep 15, 2017

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.

@Mpdreamz Mpdreamz added Feature and removed Discuss labels Sep 2, 2019
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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants