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.InfoMemoryIndex.MemoryIndexReader.MemoryIndexPointValues. infoprivate MemoryIndex.InfoMemoryIndex.MemoryIndexReader.MemoryTermsEnum. infoFields 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. fieldsinfo for each field: Map<String fieldName, Info field>private java.util.Map<java.lang.String,MemoryIndex.Info>MemoryIndex.MemoryIndexReader.MemoryFields. fieldsMethods in org.apache.lucene.index.memory that return MemoryIndex.Info Modifier and Type Method Description private MemoryIndex.InfoMemoryIndex. getInfo(java.lang.String fieldName, IndexableFieldType fieldType)private MemoryIndex.InfoMemoryIndex.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 voidMemoryIndex. storeDocValues(MemoryIndex.Info info, DocValuesType docValuesType, java.lang.Object docValuesValue)private voidMemoryIndex. storePointValues(MemoryIndex.Info info, BytesRef pointValue)private voidMemoryIndex. storeTerms(MemoryIndex.Info info, TokenStream tokenStream, int positionIncrementGap, int offsetGap)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)
-