Class SortOptions


  • public final class SortOptions
    extends Object
    Definition of how to sort documents. You may specify zero or more sort expressions and set a match scorer. If you have a large index, it is advisable to set a limit.
    • Method Detail

      • getSortExpressions

        public List<SortExpression> getSortExpressions()
        Returns:
        a list of sort expressions representing a multi-dimensional sort
      • getLimit

        public int getLimit()
        Returns:
        the limit on the number of documents to score or sort