Even though the hits.total says 26, i get back only 10 records. is
there a max cap on how many records that is returned, if so, how to
iterate for more results.
can this be specified in the query with some limit parameter on how
records to return ?
Even though the hits.total says 26, i get back only 10 records. is
there a max cap on how many records that is returned, if so, how to
iterate for more results.
can this be specified in the query with some limit parameter on how
records to return ?
Even though the hits.total says 26, i get back only 10 records. is
there a max cap on how many records that is returned, if so, how to
iterate for more results.
can this be specified in the query with some limit parameter on how
records to return ?
Even though the hits.total says 26, i get back only 10 records. is
there a max cap on how many records that is returned, if so, how to
iterate for more results.
can this be specified in the query with some limit parameter on how
records to return ?
when i use the count feature, it provide the total matches across the
types, but it would nice if it could tell how many in the individual
types (instead of firing separate queries for each types).
Also, when i use the from and size, to search among different types,
is there a possibility to size number of records for each types ?
Otherwise, the global search doesn't really make much sense, if one
has to exhaust all the records of a particular type before looking
into another type....
Even though the hits.total says 26, i get back only 10 records. is
there a max cap on how many records that is returned, if so, how to
iterate for more results.
can this be specified in the query with some limit parameter on how
records to return ?
when i use the count feature, it provide the total matches across the
types, but it would nice if it could tell how many in the individual
types (instead of firing separate queries for each types).
You can use facets for this on top of _index or _type fields:
Also, when i use the from and size, to search among different types,
is there a possibility to size number of records for each types ?
You want to tell ES that you want it to include 2 documents from index A and
8 documents from index B into the first 10 most relevant results? This is
not possible.
Otherwise, the global search doesn't really make much sense, if one
has to exhaust all the records of a particular type before looking
into another type....
Even though the hits.total says 26, i get back only 10 records. is
there a max cap on how many records that is returned, if so, how to
iterate for more results.
can this be specified in the query with some limit parameter on how
records to return ?
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.