Ain't Meek Coder
Pages
Home
Monday, December 17, 2012
Highlighting search results with the query term in ElasticSearch
curl -XGET 'http://localhost:9200/document/_search?pretty=true' -d '{
"query" : { "query_string" : { "query": "assistance in voting" }},
"highlight" : {
"fields" : {
"text" : {}
}
}
}'
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment