Uses of Class
org.apache.lucene.index.TermVectorEntry

Packages that use TermVectorEntry
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
 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.
 

Methods in org.apache.lucene.index with parameters of type TermVectorEntry
 int TermVectorEntryFreqSortedComparator.compare(TermVectorEntry entry, TermVectorEntry entry1)
           
 

Constructor parameters in org.apache.lucene.index with type arguments of type TermVectorEntry
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-2011 Apache Software Foundation. All Rights Reserved.