Class NoOpSortMapper

java.lang.Object
com.atlassian.confluence.impl.search.v2.mappers.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 Details

    • NoOpSortMapper

      public NoOpSortMapper()
  • Method Details