As the result shown why the #4 have lesser score computed as i already
added a boost in the "DISPLAY_NAME^6" field. Is that the boost not working
for multimatch phrase query ?
As the result shown why the #4 have lesser score computed as i already
added a boost in the "DISPLAY_NAME^6" field. Is that the boost not working
for multimatch phrase query ?
As the result shown why the #4 have lesser score computed as i already
added a boost in the "DISPLAY_NAME^6" field. Is that the boost not working
for multimatch phrase query ?
The boost you define in the 'multi_match' query is not being show in the
explain results, so it is not being applied to the score. It should be
displayed in the weight, i.e.
"description": "weight(DISPLAY_NAME^8:happy in 33593) [PerFieldSimilarity],
result of:"
The 'phrase_prefix' type is the issue, if you remove that type the boost
will be applied. So it doesn't look like you can combine 'multi_match'
boosting with the 'phrase_prefix' as the type.
Dan
On Tuesday, April 8, 2014 5:15:38 PM UTC+1, cyrilforce wrote:
Hi Dan,
I have enabled an analyzer in mapping due to stopword :
As the result shown why the #4 have lesser score computed as i already
added a boost in the "DISPLAY_NAME^6" field. Is that the boost not working
for multimatch phrase query ?
Good to know that. So what do you suggest if i wanted to have behavior like
when i type (search perform in multiple fields eg : DISPLAY_NAME and
PERFORMER)
Hel
Then it returns (in the following order) : Hell Help Hello Hello World
The boost you define in the 'multi_match' query is not being show in the
explain results, so it is not being applied to the score. It should be
displayed in the weight, i.e.
"description": "weight(DISPLAY_NAME^8:happy in 33593)
[PerFieldSimilarity], result of:"
The 'phrase_prefix' type is the issue, if you remove that type the boost
will be applied. So it doesn't look like you can combine 'multi_match'
boosting with the 'phrase_prefix' as the type.
Dan
On Tuesday, April 8, 2014 5:15:38 PM UTC+1, cyrilforce wrote:
Hi Dan,
I have enabled an analyzer in mapping due to stopword :
As the result shown why the #4 have lesser score computed as i already
added a boost in the "DISPLAY_NAME^6" field. Is that the boost not working
for multimatch phrase query ?
Or if you have the correct version of Elasticsearch, you can use the
Completion Suggester:
Dan
On Wednesday, April 9, 2014 8:53:21 AM UTC+1, cyrilforce wrote:
Hi Dan,
Good to know that. So what do you suggest if i wanted to have behavior
like when i type (search perform in multiple fields eg : DISPLAY_NAME and
PERFORMER)
Hel
Then it returns (in the following order) : Hell Help Hello Hello World
On Wed, Apr 9, 2014 at 3:45 PM, Dan Tuffery <dan.t...@gmail.com<javascript:>
wrote:
The boost you define in the 'multi_match' query is not being show in the
explain results, so it is not being applied to the score. It should be
displayed in the weight, i.e.
"description": "weight(DISPLAY_NAME^8:happy in 33593)
[PerFieldSimilarity], result of:"
The 'phrase_prefix' type is the issue, if you remove that type the boost
will be applied. So it doesn't look like you can combine 'multi_match'
boosting with the 'phrase_prefix' as the type.
Dan
On Tuesday, April 8, 2014 5:15:38 PM UTC+1, cyrilforce wrote:
Hi Dan,
I have enabled an analyzer in mapping due to stopword :
As the result shown why the #4 have lesser score computed as i already
added a boost in the "DISPLAY_NAME^6" field. Is that the boost not working
for multimatch phrase query ?
On Wednesday, April 9, 2014 8:53:21 AM UTC+1, cyrilforce wrote:
Hi Dan,
Good to know that. So what do you suggest if i wanted to have behavior
like when i type (search perform in multiple fields eg : DISPLAY_NAME and
PERFORMER)
Hel
Then it returns (in the following order) : Hell Help Hello Hello World
The boost you define in the 'multi_match' query is not being show in the
explain results, so it is not being applied to the score. It should be
displayed in the weight, i.e.
"description": "weight(DISPLAY_NAME^8:happy in 33593)
[PerFieldSimilarity], result of:"
The 'phrase_prefix' type is the issue, if you remove that type the boost
will be applied. So it doesn't look like you can combine 'multi_match'
boosting with the 'phrase_prefix' as the type.
Dan
On Tuesday, April 8, 2014 5:15:38 PM UTC+1, cyrilforce wrote:
Hi Dan,
I have enabled an analyzer in mapping due to stopword :
As the result shown why the #4 have lesser score computed as i
already added a boost in the "DISPLAY_NAME^6" field. Is that the boost not
working for multimatch phrase query ?
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.