Uses of Class
org.apache.lucene.store.instantiated.InstantiatedTerm
-
-
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 InstantiatedTermInstantiatedTermDocs. currentTermFields in org.apache.lucene.store.instantiated with type parameters of type InstantiatedTerm Modifier and Type Field Description static Comparator<InstantiatedTerm>InstantiatedTerm. comparatorMethods in org.apache.lucene.store.instantiated that return InstantiatedTerm Modifier and Type Method Description InstantiatedTerm[]InstantiatedIndex. getOrderedTerms()Deprecated.InstantiatedTermInstantiatedTermDocumentInformation. 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)
-