Uses of Class
org.apache.lucene.store.instantiated.InstantiatedTerm
-
Packages that use InstantiatedTerm Package Description 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 Modifier and Type Field Description protected InstantiatedTerm
InstantiatedTermDocs. currentTerm
Fields in org.apache.lucene.store.instantiated with type parameters of type InstantiatedTerm Modifier and Type Field Description static Comparator<InstantiatedTerm>
InstantiatedTerm. comparator
Methods in org.apache.lucene.store.instantiated that return InstantiatedTerm Modifier and Type Method Description InstantiatedTerm[]
InstantiatedIndex. getOrderedTerms()
Deprecated.InstantiatedTerm
InstantiatedTermDocumentInformation. getTerm()
Methods in org.apache.lucene.store.instantiated that return types with arguments of type InstantiatedTerm Modifier and Type Method Description Map<String,Map<String,InstantiatedTerm>>
InstantiatedIndex. getTermsByFieldAndText()
Deprecated.Constructors in org.apache.lucene.store.instantiated with parameters of type InstantiatedTerm Constructor Description InstantiatedTermDocumentInformation(InstantiatedTerm term, InstantiatedDocument document, int[] termPositions, byte[][] payloads)
-