Elasticsearch Highlight -


i have elasticsearch 2.4.0 installation. use highlight information. following query result list hits, no highlights. idea? regards cl

{   "query": {   "query_string" : {     "query":      "harley"    } },      "highlight" : {         "pre_tags" : ["<tag1>"],         "post_tags" : ["</tag1>"],         "fields" : {             "givenname" : {},             "familyname" : {}         }     } } 


Comments

Popular posts from this blog

unity3d - Rotate an object to face an opposite direction -

angular - Is it possible to get native element for formControl? -

javascript - Why jQuery Select box change event is now working? -