Uses of Class
org.apache.lucene.store.instantiated.InstantiatedTerm

Packages that use InstantiatedTerm
org.apache.lucene.store.instantiated InstantiatedIndex, alternative RAM store for small corpora. 
 

Uses of InstantiatedTerm in org.apache.lucene.store.instantiated
 

Fields in org.apache.lucene.store.instantiated declared as InstantiatedTerm
protected  InstantiatedTerm InstantiatedTermDocs.currentTerm
           
 

Fields in org.apache.lucene.store.instantiated with type parameters of type InstantiatedTerm
static Comparator<InstantiatedTerm> InstantiatedTerm.comparator
           
 

Methods in org.apache.lucene.store.instantiated that return InstantiatedTerm
 InstantiatedTerm[] InstantiatedIndex.getOrderedTerms()
           
 InstantiatedTerm InstantiatedTermDocumentInformation.getTerm()
           
 

Methods in org.apache.lucene.store.instantiated that return types with arguments of type InstantiatedTerm
 Map<String,Map<String,InstantiatedTerm>> InstantiatedIndex.getTermsByFieldAndText()
           
 

Constructors in org.apache.lucene.store.instantiated with parameters of type InstantiatedTerm
InstantiatedTermDocumentInformation(InstantiatedTerm term, InstantiatedDocument document, int[] termPositions, byte[][] payloads)
           
 



Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.