Package | Description |
---|---|
org.apache.lucene.index |
Code to maintain and access indices.
|
Modifier and Type | Method and Description |
---|---|
java.util.Comparator<TermVectorEntry> |
FieldSortedTermVectorMapper.getComparator() |
java.util.Map<java.lang.String,java.util.SortedSet<TermVectorEntry>> |
FieldSortedTermVectorMapper.getFieldToTerms()
Get the mapping between fields and terms, sorted by the comparator
|
java.util.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,
java.util.Comparator<TermVectorEntry> comparator) |
FieldSortedTermVectorMapper(java.util.Comparator<TermVectorEntry> comparator) |
SortedTermVectorMapper(boolean ignoringPositions,
boolean ignoringOffsets,
java.util.Comparator<TermVectorEntry> comparator) |
SortedTermVectorMapper(java.util.Comparator<TermVectorEntry> comparator) |