I have successfully added the records from accounts.json sample data to an
ElasticSearch index (as taught in the section before "the search api"), but
when I search for it using
curl 'localhost:9200/bank/_search?q=*&pretty'
... the response states that it found a total of 1000 hits, but only shows
10 of them.
Is this regular behavior? If so, is there a way to override it so it
returns all the hits instead of just 10?
I have successfully added the records from accounts.json sample data to an Elasticsearch index (as taught in the section before "the search api"), but when I search for it using
curl 'localhost:9200/bank/_search?q=*&pretty'
... the response states that it found a total of 1000 hits, but only shows 10 of them.
Is this regular behavior? If so, is there a way to override it so it returns all the hits instead of just 10?
I have successfully added the records from accounts.json sample data to an
Elasticsearch index (as taught in the section before "the search api"), but
when I search for it using
curl 'localhost:9200/bank/_search?q=*&pretty'
... the response states that it found a total of 1000 hits, but only shows
10 of them.
Is this regular behavior? If so, is there a way to override it so it
returns all the hits instead of just 10?
I have successfully added the records from accounts.json sample data to
an Elasticsearch index (as taught in the section before "the search api"),
but when I search for it using
curl 'localhost:9200/bank/_search?q=*&pretty'
... the response states that it found a total of 1000 hits, but only
shows 10 of them.
Is this regular behavior? If so, is there a way to override it so it
returns all the hits instead of just 10?
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.