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

Query DSL: field_masking_span query parser not registered #3007

Closed
iksnalybok opened this issue May 7, 2013 · 2 comments
Closed

Query DSL: field_masking_span query parser not registered #3007

iksnalybok opened this issue May 7, 2013 · 2 comments

Comments

@iksnalybok
Copy link
Contributor

field_masking_span has been introduced via (now closed) issue #471.

The FieldMaskingSpanQueryParser is not registred in org/elasticsearch/indices/query/IndicesQueriesModule.java (version 0.90.0). I guess that adding

qpBinders.addBinding().to(FieldMaskingSpanQueryParser.class).asEagerSingleton();

fixes the issue.

@ghost ghost assigned s1monw May 7, 2013
@s1monw
Copy link
Contributor

s1monw commented May 7, 2013

I will look... thanks for reporting

@s1monw s1monw closed this as completed in 992a40c May 7, 2013
@s1monw
Copy link
Contributor

s1monw commented May 7, 2013

fixed, thanks again!

s1monw added a commit that referenced this issue May 7, 2013
The query parser for `field_masking_span` has never been added / bound to
the IndexQueryModule.

Closes #3007
mute pushed a commit to mute/elasticsearch that referenced this issue Jul 29, 2015
The query parser for `field_masking_span` has never been added / bound to
the IndexQueryModule.

Closes elastic#3007
Mpdreamz added a commit to elastic/elasticsearch-net that referenced this issue Sep 12, 2016
As per elastic/elasticsearch#3007 this is now possible (before 1.x GA)

Added additional serialization tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants