hi.. i am trying to highlight the comment but its getting highlight of my "comment" field as well as "appstore_name" field content also.. this is my query:
"hits" : {
"total" : 2,
"max_score" : 3.236876,
"hits" : [ {
"_index" : "gold.reviews",
"_type" : "string",
"_id" : "1364990543",
"_score" : 3.236876,
"_source":{"comment": "The gold app is not connecting via home wifi and working on away from home mode... Plz help", "rating": 1, "title": "Not connecting to home wifi", "appstore_name": "Apple App Store", "country_name": "India", "version": "1.5.0", "user": "Tanuj1992", "time": "00:00:00", "date": "2014-08-26", "iso_code": "IN", "application_name": "gold"},
"highlight" : {
"comment" : [ "The gold app is not connecting via home wifi and working on away from home mode... Plz help" ]
i dont want to highlight "app" word..i want to highlight only "wifi".. help me out of this asap..
Highlighting extracts terms from the query and your query contains the
words apple app store. You can fix this by providing a highlight_query or
by setting another setting who's name I've forgotten. I believe it is
require_field_match or something.
On Nov 26, 2014 6:27 AM, "pavan.530530" pavan.530530@gmail.com wrote:
hi.. i am trying to highlight the comment but its getting highlight of my
"comment" field as well as "appstore_name" field content also.. this is my
query:
"hits" : {
"total" : 2,
"max_score" : 3.236876,
"hits" : [ {
"_index" : "gold.reviews",
"_type" : "string",
"_id" : "1364990543",
"_score" : 3.236876,
"_source":{"comment": "The gold app is not connecting via home wifi
and working on away from home mode... Plz help", "rating": 1, "title": "Not
connecting to home wifi", "appstore_name": "Apple App Store",
"country_name": "India", "version": "1.5.0", "user": "Tanuj1992", "time":
"00:00:00", "date": "2014-08-26", "iso_code": "IN", "application_name":
"gold"},
"highlight" : {
"comment" : [ "The gold app is not connecting via home wifi and working on away from home mode... Plz help" ]
i dont want to highlight "app" word..i want to highlight only "wifi"..
help
me out of this asap..
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.