We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When a BestBet term is added to the query for boosting at
Epinova.Elasticsearch/src/Epinova.ElasticSearch.Core/Engine/QueryBuilder.cs
Line 292 in 4cc47ef
a constraint is added to require the bestbet to be a hit:
Line 429 in 4cc47ef
All other hits to the main query is then filtered and only the BestBet is returned.
When setting request.Query.Bool.MinimumNumberShouldMatch = null; I get the expected result.
request.Query.Bool.MinimumNumberShouldMatch = null;
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When a BestBet term is added to the query for boosting at
Epinova.Elasticsearch/src/Epinova.ElasticSearch.Core/Engine/QueryBuilder.cs
Line 292 in 4cc47ef
a constraint is added to require the bestbet to be a hit:
Epinova.Elasticsearch/src/Epinova.ElasticSearch.Core/Engine/QueryBuilder.cs
Line 429 in 4cc47ef
All other hits to the main query is then filtered and only the BestBet is returned.
When setting
request.Query.Bool.MinimumNumberShouldMatch = null;
I get the expected result.The text was updated successfully, but these errors were encountered: