I am using browser simply hit the URL, using ajax call this URL 
http://localhost:9200/productindex/_search?q=armani
what i want all the armani word are highlighted on my webpage, no need for 
color change if not possible.
Is there any parameter in URI like 
q for query(http://localhost:9200/productindex/_search?q=armani),
 size for size of hits(
http://localhost:9200/productindex/_search?size=2&q=armani<http://localhost:9200/productindex/_search?q=armani>),
 


I want same for highlight like (
http://localhost:9200/productindex/_search?q=armani&highlight=armani)

-- 
You received this message because you are subscribed to the Google Groups 
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/6ba8a8df-cf96-4040-83d2-49ea117bb9d8%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to