Package | Description |
---|---|
org.apache.lucene.search |
Code to search indices.
|
Modifier and Type | Field and Description |
---|---|
protected ScoreDocComparator[] |
FieldSortedHitQueue.comparators
Deprecated.
Stores a comparator corresponding to each field being sorted by
|
static ScoreDocComparator |
ScoreDocComparator.INDEXORDER
Deprecated.
Special comparator for sorting hits according to index order (document number).
|
static ScoreDocComparator |
ScoreDocComparator.RELEVANCE
Deprecated.
Special comparator for sorting hits according to computed relevance (document score).
|
Modifier and Type | Method and Description |
---|---|
ScoreDocComparator |
SortComparatorSource.newComparator(IndexReader reader,
java.lang.String fieldname)
Deprecated.
Creates a comparator for the field in the given index.
|
ScoreDocComparator |
SortComparator.newComparator(IndexReader reader,
java.lang.String fieldname)
Deprecated.
|
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.