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
Hi Ivo,
Is it possible to apply boost on Individual fields with the caret (^) notation? Like this sample:
{ "multi_match" : { "query" : "this is a test", "fields" : [ "subject^3", "message" ] } }
Source: http://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-multi-match-query.html#CO47-1
If it's possible, how to do this with your package? Something like this?
$results = Wife::search('multi_match', [ 'query' => 'Lisa', 'fields' => ['firstname^3', 'lastname'] ])->getResults();
The firstname field is three times as important as the lastname field.
firstname
lastname
Cheers, Tortue Torche
The text was updated successfully, but these errors were encountered:
I too would love to see this feature. It seems as though @iverberk is busy in real life and hasn't had much time to work on this project.
Sorry, something went wrong.
No branches or pull requests
Hi Ivo,
Is it possible to apply boost on Individual fields with the caret (^) notation?
Like this sample:
Source: http://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-multi-match-query.html#CO47-1
If it's possible, how to do this with your package?
Something like this?
The
firstname
field is three times as important as thelastname
field.Cheers,
Tortue Torche
The text was updated successfully, but these errors were encountered: