Uses of Class
org.apache.lucene.index.memory.MemoryIndex.Info
-
Packages that use MemoryIndex.Info Package Description org.apache.lucene.index.memory 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.Info Modifier and Type Field Description (package private) MemoryIndex.Info
MemoryIndex.MemoryIndexReader.MemoryIndexPointValues. info
private MemoryIndex.Info
MemoryIndex.MemoryIndexReader.MemoryTermsEnum. info
Fields in org.apache.lucene.index.memory with type parameters of type MemoryIndex.Info Modifier and Type Field Description private java.util.SortedMap<java.lang.String,MemoryIndex.Info>
MemoryIndex. fields
info for each field: Map<String fieldName, Info field>private java.util.Map<java.lang.String,MemoryIndex.Info>
MemoryIndex.MemoryIndexReader.MemoryFields. fields
Methods in org.apache.lucene.index.memory that return MemoryIndex.Info Modifier and Type Method Description private MemoryIndex.Info
MemoryIndex. getInfo(java.lang.String fieldName, IndexableFieldType fieldType)
private MemoryIndex.Info
MemoryIndex.MemoryIndexReader. getInfoForExpectedDocValuesType(java.lang.String fieldName, DocValuesType expectedType)
Methods in org.apache.lucene.index.memory with parameters of type MemoryIndex.Info Modifier and Type Method Description private void
MemoryIndex. storeDocValues(MemoryIndex.Info info, DocValuesType docValuesType, java.lang.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.Info Constructor Description MemoryIndexPointValues(MemoryIndex.Info info)
MemoryTermsEnum(MemoryIndex.Info info)
Constructor parameters in org.apache.lucene.index.memory with type arguments of type MemoryIndex.Info Constructor Description MemoryFields(java.util.Map<java.lang.String,MemoryIndex.Info> fields)
-