Uses of Class
org.apache.lucene.index.memory.MemoryIndex

  • Uses of MemoryIndex in org.apache.lucene.index.memory

    Modifier and Type
    Method
    Description
    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