Not really making sense, no. Could you show an example? Also, you seem to imply that after sorting only the documents sorted at the end may have same values. What if they have the same values but sort into the middle?
Regards, Alex ---- http://www.solr-start.com/ - Resources for Solr users, new and experienced On 15 April 2017 at 08:06, Dorian Hoxha <dorian.ho...@gmail.com> wrote: > Hi friends, > > Say we're sorting by a non-unique-value, and also have a limit(x). But > there are more docs in the end of list(x) that have the same value. Is it > possible to return them even if the number of items will be > x ? > This will make it possible so I don't have to sort by (non-unique,unique) > values. > > Makes sense ? > > Thank You, > Dorian