Uses of Interface org.apache.lucene.search.SortComparatorSource

Uses in package org.apache.lucene.search

Classes implementing org.apache.lucene.search.SortComparatorSource

class
Abstract base class for sorting hits returned by a Query.

Constructors with parameter type org.apache.lucene.search.SortComparatorSource

SortField.SortField(String field, SortComparatorSource comparator)
Creates a sort with a custom comparison function.
SortField.SortField(String field, SortComparatorSource comparator, boolean reverse)
Creates a sort, possibly in reverse, with a custom comparison function.

Methods with return type org.apache.lucene.search.SortComparatorSource

SortComparatorSource

Copyright © 2000-2005 Apache Software Foundation. All Rights Reserved.