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

Missing parameters on SimpleQueryStringQuery #2792

Closed
chronolinq opened this issue Jun 27, 2017 · 2 comments
Closed

Missing parameters on SimpleQueryStringQuery #2792

chronolinq opened this issue Jun 27, 2017 · 2 comments

Comments

@chronolinq
Copy link

chronolinq commented Jun 27, 2017

NEST/Elasticsearch.Net version: 5.4.0

Elasticsearch version: 5.4.2

Description of the problem including expected versus actual behavior: It appears that the "quote_field_suffix" parameter is missing from the SimpleQueryStringQuery class. It is, however, present on the QueryStringQuery class.

Reference to the parameters for the SimpleQueryStringQuery are listed here: https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-simple-query-string-query.html

Will these parameters be exposed in a future version?

@russcam
Copy link
Contributor

russcam commented Jun 27, 2017

Thanks for opening this @wwcrelate. Yes, it'll be added in the next release.

russcam added a commit that referenced this issue Jun 27, 2017
Add `quote_field_suffix` to simple_query_string query
Deprecate `lowercase_expanded_terms` and `locale`: elastic/elasticsearch#20208
Add "all field" execution mode to query_string and simple_query_string query: elastic/elasticsearch#20925

Fixes #2792
@chronolinq
Copy link
Author

Awesome! Thanks @russcam for the response.

russcam added a commit that referenced this issue Jun 29, 2017
Add `quote_field_suffix` to simple_query_string query
Deprecate `lowercase_expanded_terms` and `locale`: elastic/elasticsearch#20208
Add "all field" execution mode to query_string and simple_query_string query: elastic/elasticsearch#20925

Fixes #2792
russcam added a commit that referenced this issue Jun 29, 2017
* Add missing fields on simple query string query

Add `quote_field_suffix` to simple_query_string query
Deprecate `lowercase_expanded_terms` and `locale`: elastic/elasticsearch#20208
Add "all field" execution mode to query_string and simple_query_string query: elastic/elasticsearch#20925

Fixes #2792

* Convert to property expressions
awelburn pushed a commit to Artesian/elasticsearch-net that referenced this issue Nov 6, 2017
* Add missing fields on simple query string query

Add `quote_field_suffix` to simple_query_string query
Deprecate `lowercase_expanded_terms` and `locale`: elastic/elasticsearch#20208
Add "all field" execution mode to query_string and simple_query_string query: elastic/elasticsearch#20925

Fixes elastic#2792

* Convert to property expressions

(cherry picked from commit bef4b9d)
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