-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Extend query DSL with SpanFieldMaskingQuery #2231
Conversation
Oh, great. Thanks, guys! Can't wait for 1.9.1 👍 |
As per elastic/elasticsearch#3007 this is now possible (before 1.x GA) Added additional serialization tests
Forward port of #2231 Conflicts: src/Nest/Nest.csproj src/Nest/QueryDsl/Abstractions/Container/QueryContainer-Assignments.cs src/Nest/QueryDsl/Query.cs src/Nest/QueryDsl/Visitor/QueryVisitor.cs src/Tests/Tests.csproj
@yevhen thanks for submitting this to us! Totally not on our radar 👍 Pulled this in all active branches ( I extended your PR slightly to also allow it to be used as a top level query We'll do another 1.x release this week! |
Awesome! |
@Mpdreamz any updates for 1.9.1 release date? |
@yevhen we are looking to push a release out this week! |
I just see i said that one week ago as well 😞 so let me explain further: We closed a couple of more issues against 1.x in the week since #2191 GetIndex deserialization failure in 1.x and still have #2269 pending before we can do release. |
@yevhen 1.9.1 is now released, including |
oh, great! big thanks! |
Hi guys!
This commit extends query DSL with new very important query. More details could be found here and here.
This query is very important for us and I believe for many other people who use multifields or several fields to analyze text differently. We use 2 fields to analyze text - one with stemming and one as-is. This allows us to build very sophisticated queries for our scenarios.
It would be great if you accept it and push 1.9.1 soon.
Thanks in advance!