Uses of Class
org.apache.lucene.index.memory.MemoryIndex.Info
Packages that use MemoryIndex.Info
Package
Description
High-performance single-document main memory Apache Lucene fulltext search index.
-
Uses of MemoryIndex.Info in org.apache.lucene.index.memory
Fields in org.apache.lucene.index.memory declared as MemoryIndex.InfoModifier and TypeFieldDescription(package private) final MemoryIndex.InfoMemoryIndex.MemoryIndexReader.MemoryIndexPointValues.infoprivate final MemoryIndex.InfoMemoryIndex.MemoryIndexReader.MemoryTermsEnum.infoFields in org.apache.lucene.index.memory with type parameters of type MemoryIndex.InfoModifier and TypeFieldDescriptionprivate final SortedMap<String, MemoryIndex.Info> MemoryIndex.fieldsinfo for each field: Map<String fieldName, Info field>private final Map<String, MemoryIndex.Info> MemoryIndex.MemoryIndexReader.MemoryFields.fieldsMethods in org.apache.lucene.index.memory that return MemoryIndex.InfoModifier and TypeMethodDescriptionprivate MemoryIndex.InfoMemoryIndex.getInfo(String fieldName, IndexableFieldType fieldType) private MemoryIndex.InfoMemoryIndex.MemoryIndexReader.getInfoForExpectedDocValuesType(String fieldName, DocValuesType expectedType) Methods in org.apache.lucene.index.memory with parameters of type MemoryIndex.InfoModifier and TypeMethodDescriptionprivate voidMemoryIndex.storeDocValues(MemoryIndex.Info info, DocValuesType docValuesType, Object docValuesValue) private voidMemoryIndex.storePointValues(MemoryIndex.Info info, BytesRef pointValue) private voidMemoryIndex.storeTerm(MemoryIndex.Info info, BytesRef term) private voidMemoryIndex.storeTerms(MemoryIndex.Info info, TokenStream tokenStream, int positionIncrementGap, int offsetGap) private voidMemoryIndex.storeValues(MemoryIndex.Info info, IndexableField field) Constructors in org.apache.lucene.index.memory with parameters of type MemoryIndex.InfoModifierConstructorDescription(package private)Constructor parameters in org.apache.lucene.index.memory with type arguments of type MemoryIndex.Info