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

Uses in package org.apache.lucene.search

Fields of type org.apache.lucene.search.ScoreDocComparator

ScoreDocComparator
Special comparator for sorting hits according to index order (document number).
ScoreDocComparator
Special comparator for sorting hits according to computed relevance (document score).

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

ScoreDocComparator
SortComparator.newComparator(IndexReader reader, String fieldname)
Creates a comparator for the field in the given index.
ScoreDocComparator
SortComparatorSource.newComparator(IndexReader reader, String fieldname)
Creates a comparator for the field in the given index.

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