-
MemoryIndex.fromDocument(Iterable<? extends org.apache.lucene.index.IndexableField> document,
org.apache.lucene.analysis.Analyzer analyzer)
Builds a MemoryIndex from a lucene Document using an analyzer
MemoryIndex.fromDocument(Iterable<? extends org.apache.lucene.index.IndexableField> document,
org.apache.lucene.analysis.Analyzer analyzer,
boolean storeOffsets,
boolean storePayloads)
Builds a MemoryIndex from a lucene Document using an analyzer
MemoryIndex.fromDocument(Iterable<? extends org.apache.lucene.index.IndexableField> document,
org.apache.lucene.analysis.Analyzer analyzer,
boolean storeOffsets,
boolean storePayloads,
long maxReusedBytes)
Builds a MemoryIndex from a lucene Document using an analyzer