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.Info
MemoryIndex.MemoryIndexReader.MemoryIndexPointValues.info
private final MemoryIndex.Info
MemoryIndex.MemoryIndexReader.MemoryTermsEnum.info
Fields in org.apache.lucene.index.memory with type parameters of type MemoryIndex.InfoModifier and TypeFieldDescriptionprivate final SortedMap
<String, MemoryIndex.Info> MemoryIndex.fields
info for each field: Map<String fieldName, Info field>private final Map
<String, MemoryIndex.Info> MemoryIndex.MemoryIndexReader.MemoryFields.fields
Methods in org.apache.lucene.index.memory that return MemoryIndex.InfoModifier and TypeMethodDescriptionprivate MemoryIndex.Info
MemoryIndex.getInfo
(String fieldName, IndexableFieldType fieldType) private MemoryIndex.Info
MemoryIndex.MemoryIndexReader.getInfoForExpectedDocValuesType
(String fieldName, DocValuesType expectedType) Methods in org.apache.lucene.index.memory with parameters of type MemoryIndex.InfoModifier and TypeMethodDescriptionprivate void
MemoryIndex.storeDocValues
(MemoryIndex.Info info, DocValuesType docValuesType, Object docValuesValue) private void
MemoryIndex.storePointValues
(MemoryIndex.Info info, BytesRef pointValue) private void
MemoryIndex.storeTerm
(MemoryIndex.Info info, BytesRef term) private void
MemoryIndex.storeTerms
(MemoryIndex.Info info, TokenStream tokenStream, int positionIncrementGap, int offsetGap) private void
MemoryIndex.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