Package | Description |
---|---|
org.apache.lucene.index |
Code to maintain and access indices.
|
Modifier and Type | Method and Description |
---|---|
Comparator<TermVectorEntry> |
FieldSortedTermVectorMapper.getComparator() |
Map<String,SortedSet<TermVectorEntry>> |
FieldSortedTermVectorMapper.getFieldToTerms()
Get the mapping between fields and terms, sorted by the comparator
|
SortedSet<TermVectorEntry> |
SortedTermVectorMapper.getTermVectorEntrySet()
The TermVectorEntrySet.
|
Modifier and Type | Method and Description |
---|---|
int |
TermVectorEntryFreqSortedComparator.compare(TermVectorEntry entry,
TermVectorEntry entry1) |
Constructor and Description |
---|
FieldSortedTermVectorMapper(boolean ignoringPositions,
boolean ignoringOffsets,
Comparator<TermVectorEntry> comparator) |
FieldSortedTermVectorMapper(Comparator<TermVectorEntry> comparator) |
SortedTermVectorMapper(boolean ignoringPositions,
boolean ignoringOffsets,
Comparator<TermVectorEntry> comparator) |
SortedTermVectorMapper(Comparator<TermVectorEntry> comparator) |