Uses of Class
org.apache.lucene.index.memory.MemoryIndex
Packages that use MemoryIndex
Package
Description
High-performance single-document main memory Apache Lucene fulltext search index.
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 MemoryIndexModifier and TypeMethodDescriptionstatic MemoryIndex
MemoryIndex.fromDocument
(Iterable<? extends IndexableField> document, Analyzer analyzer) Builds a MemoryIndex from a luceneDocument
using an analyzerstatic MemoryIndex
MemoryIndex.fromDocument
(Iterable<? extends IndexableField> document, Analyzer analyzer, boolean storeOffsets, boolean storePayloads) Builds a MemoryIndex from a luceneDocument
using an analyzerstatic MemoryIndex
MemoryIndex.fromDocument
(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