Is it possible when sorting by a field, that we get all documents with the same value in the end (even if they are more than size value total docs returned ?
Meaning, if we have size:2 and values that we sort are [1,2,2,2,3,4,5], then we get back [1,2,2,2] since they have the same value (their ordering doesn't matter).
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.