Uses of Class
org.apache.lucene.search.suggest.document.CompletionPostingsFormat.FSTLoadMode
-
Packages that use CompletionPostingsFormat.FSTLoadMode Package Description org.apache.lucene.search.suggest.document Support for document suggestion -
-
Uses of CompletionPostingsFormat.FSTLoadMode in org.apache.lucene.search.suggest.document
Fields in org.apache.lucene.search.suggest.document declared as CompletionPostingsFormat.FSTLoadMode Modifier and Type Field Description private CompletionPostingsFormat.FSTLoadMode
CompletionPostingsFormat. fstLoadMode
private CompletionPostingsFormat.FSTLoadMode
CompletionsTermsReader. fstLoadMode
Methods in org.apache.lucene.search.suggest.document that return CompletionPostingsFormat.FSTLoadMode Modifier and Type Method Description static CompletionPostingsFormat.FSTLoadMode
CompletionPostingsFormat.FSTLoadMode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static CompletionPostingsFormat.FSTLoadMode[]
CompletionPostingsFormat.FSTLoadMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.lucene.search.suggest.document with parameters of type CompletionPostingsFormat.FSTLoadMode Modifier and Type Method Description static NRTSuggester
NRTSuggester. load(IndexInput input, CompletionPostingsFormat.FSTLoadMode fstLoadMode)
private static boolean
NRTSuggester. shouldLoadFSTOffHeap(IndexInput input, CompletionPostingsFormat.FSTLoadMode fstLoadMode)
Constructors in org.apache.lucene.search.suggest.document with parameters of type CompletionPostingsFormat.FSTLoadMode Constructor Description Completion50PostingsFormat(CompletionPostingsFormat.FSTLoadMode fstLoadMode)
Creates aCompletion50PostingsFormat
that will use the providedfstLoadMode
to determine if the completion FST should be loaded on or off heap.Completion84PostingsFormat(CompletionPostingsFormat.FSTLoadMode fstLoadMode)
Creates aCompletion84PostingsFormat
that will use the providedfstLoadMode
to determine if the completion FST should be loaded on or off heap.Completion90PostingsFormat(CompletionPostingsFormat.FSTLoadMode fstLoadMode)
Creates aCompletion90PostingsFormat
that will use the providedfstLoadMode
to determine if the completion FST should be loaded on or off heap.Completion99PostingsFormat(CompletionPostingsFormat.FSTLoadMode fstLoadMode)
Creates aCompletion99PostingsFormat
that will use the providedfstLoadMode
to determine if the completion FST should be loaded on or off heap.CompletionFieldsProducer(java.lang.String codecName, SegmentReadState state, CompletionPostingsFormat.FSTLoadMode fstLoadMode)
CompletionPostingsFormat(java.lang.String name, CompletionPostingsFormat.FSTLoadMode fstLoadMode)
Creates aCompletionPostingsFormat
that will use the providedfstLoadMode
to determine if the completion FST should be loaded on or off heap.CompletionsTermsReader(IndexInput dictIn, long offset, long minWeight, long maxWeight, byte type, CompletionPostingsFormat.FSTLoadMode fstLoadMode)
Creates a CompletionTermsReader to load a field-specific suggester from the indexdictIn
withoffset
-