Hi,
I have a more like this query which queries a field named text from ES. I
configured a highlighter on the same field. It seems that search request
return empty highlighted field map result.
Anybody have any idea about this? By the way I use elasticsearch 0.20.2
version.
What you are describing is correct, at the moment using
the MoreLikeThisQuery with highlighting doesn't work.
Work in Lucene has been done that fixes this issue. This was part of this
Lucene issue: https://issues.apache.org/jira/browse/LUCENE-4728
Once Lucene 4.2 has been released and we upgrade to Lucene 4.2 this issue
should be fixed. At the moment we're on Lucene version 4.1 on the master
branche.
Hi,
I have a more like this query which queries a field named text from ES. I
configured a highlighter on the same field. It seems that search request
return empty highlighted field map result.
Anybody have any idea about this? By the way I use elasticsearch 0.20.2
version.
What you are describing is correct, at the moment using
the MoreLikeThisQuery with highlighting doesn't work.
Work in Lucene has been done that fixes this issue. This was part of this
Lucene issue: [LUCENE-4728] Allow CommonTermsQuery to be highlighted - ASF JIRA
Once Lucene 4.2 has been released and we upgrade to Lucene 4.2 this issue
should be fixed. At the moment we're on Lucene version 4.1 on the master
branche.
Hi,
I have a more like this query which queries a field named text from ES. I
configured a highlighter on the same field. It seems that search request
return empty highlighted field map result.
Anybody have any idea about this? By the way I use elasticsearch 0.20.2
version.
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.