not sure if I missed anything but is there any way for the REST client to
learn from the JSON response what the values of FROM and SIZE were?
There is value of hits.total but imagine that hits.total = 10 but the
hits.hits = [one_item_array_only]. So is the reason that there is just one
item in the hits array the fact that from = 9 and size > 0 or it is that
from < 9 and size = 1 ?
Wouldn't it be useful to add these two values into hits section? (hits.from,
hits.size)
not sure if I missed anything but is there any way for the REST client to
learn from the JSON response what the values of FROM and SIZE were?
There is value of hits.total but imagine that hits.total = 10 but the
hits.hits = [one_item_array_only]. So is the reason that there is just one
item in the hits array the fact that from = 9 and size > 0 or it is that
from < 9 and size = 1 ?
Wouldn't it be useful to add these two values into hits section?
(hits.from, hits.size)
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.