Uses of Enum Class
org.apache.lucene.search.suggest.document.CompletionPostingsFormat.FSTLoadMode
Packages that use CompletionPostingsFormat.FSTLoadMode
-
Uses of CompletionPostingsFormat.FSTLoadMode in org.apache.lucene.search.suggest.document
Fields in org.apache.lucene.search.suggest.document declared as CompletionPostingsFormat.FSTLoadModeModifier and TypeFieldDescriptionprivate final CompletionPostingsFormat.FSTLoadMode
CompletionPostingsFormat.fstLoadMode
private final CompletionPostingsFormat.FSTLoadMode
CompletionsTermsReader.fstLoadMode
Methods in org.apache.lucene.search.suggest.document that return CompletionPostingsFormat.FSTLoadModeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static CompletionPostingsFormat.FSTLoadMode[]
CompletionPostingsFormat.FSTLoadMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.lucene.search.suggest.document with parameters of type CompletionPostingsFormat.FSTLoadModeModifier and TypeMethodDescriptionstatic 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.FSTLoadModeModifierConstructorDescriptionCreates aCompletion50PostingsFormat
that will use the providedfstLoadMode
to determine if the completion FST should be loaded on or off heap.Creates aCompletion84PostingsFormat
that will use the providedfstLoadMode
to determine if the completion FST should be loaded on or off heap.Creates aCompletion90PostingsFormat
that will use the providedfstLoadMode
to determine if the completion FST should be loaded on or off heap.(package private)
CompletionFieldsProducer
(String codecName, SegmentReadState state, CompletionPostingsFormat.FSTLoadMode fstLoadMode) CompletionPostingsFormat
(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.(package private)
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