Uses of Class
org.apache.lucene.index.memory.MemoryIndex
-
Packages that use MemoryIndex Package Description org.apache.lucene.index.memory High-performance single-document main memory Apache Lucene fulltext search index.org.apache.lucene.search.uhighlight The UnifiedHighlighter -- a flexible highlighter that can get offsets from postings, term vectors, or analysis. -
-
Uses of MemoryIndex in org.apache.lucene.index.memory
Methods in org.apache.lucene.index.memory that return MemoryIndex Modifier and Type Method Description static MemoryIndex
MemoryIndex. fromDocument(java.lang.Iterable<? extends IndexableField> document, Analyzer analyzer)
Builds a MemoryIndex from a luceneDocument
using an analyzerstatic MemoryIndex
MemoryIndex. fromDocument(java.lang.Iterable<? extends IndexableField> document, Analyzer analyzer, boolean storeOffsets, boolean storePayloads)
Builds a MemoryIndex from a luceneDocument
using an analyzerstatic MemoryIndex
MemoryIndex. fromDocument(java.lang.Iterable<? extends IndexableField> document, Analyzer analyzer, boolean storeOffsets, boolean storePayloads, long maxReusedBytes)
Builds a MemoryIndex from a luceneDocument
using an analyzer -
Uses of MemoryIndex in org.apache.lucene.search.uhighlight
Fields in org.apache.lucene.search.uhighlight declared as MemoryIndex Modifier and Type Field Description private MemoryIndex
MemoryIndexOffsetStrategy. memoryIndex
-