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
Post a Comment