+1 vote
in ElasticSearch by

You can perform a URI search using ______.

a) curl -XGET “localhost:9200/_search=lastname:perkins&pretty”

b) curl -XGET “localhost:9200/_search?q=lastname:perkins&pretty”

1 Answer

0 votes
by

b) curl -XGET “localhost:9200/_search?q=lastname:perkins&pretty”

...