Class NoOpSortMapper

  • All Implemented Interfaces:
    LuceneSortMapper

    public class NoOpSortMapper
    extends Object
    implements LuceneSortMapper
    Sort mapper that returns nothing, defaulting to the index's native sort (which in Lucene's case is by descending order of relevance)
    • Constructor Detail

      • NoOpSortMapper

        public NoOpSortMapper()