Package | Description |
---|---|
org.apache.lucene.index |
Code to maintain and access indices.
|
Modifier and Type | Method | 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 | Description |
---|---|---|
int |
TermVectorEntryFreqSortedComparator.compare(TermVectorEntry entry,
TermVectorEntry entry1) |
Constructor | 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) |
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.