Uses of Class
org.apache.lucene.index.TermVectorEntry
-
Packages that use TermVectorEntry Package Description org.apache.lucene.index Code to maintain and access indices. -
-
Uses of TermVectorEntry in org.apache.lucene.index
Methods in org.apache.lucene.index that return types with arguments of type TermVectorEntry 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 comparatorSortedSet<TermVectorEntry>
SortedTermVectorMapper. getTermVectorEntrySet()
The TermVectorEntrySet.Methods in org.apache.lucene.index with parameters of type TermVectorEntry Modifier and Type Method Description int
TermVectorEntryFreqSortedComparator. compare(TermVectorEntry entry, TermVectorEntry entry1)
Constructor parameters in org.apache.lucene.index with type arguments of type TermVectorEntry 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)
-