1
votes

For example, I would like to search for all the names that starts with Na. How do I specify that in the URI based query?

localhost:9200/index/type/_search?XXX

1

1 Answers

2
votes

You can do it like this. Hope that helps you

http://localhost:9200/index/type/_search?q=names:na*