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
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 NRTSuggesterNRTSuggester.load(IndexInput input, CompletionPostingsFormat.FSTLoadMode fstLoadMode) Constructors in org.apache.lucene.search.suggest.document with parameters of type CompletionPostingsFormat.FSTLoadModeModifierConstructorDescriptionCreates aCompletion101PostingsFormatthat will use the providedfstLoadModeto determine if the completion FST should be loaded on or off heap.Creates aCompletion50PostingsFormatthat will use the providedfstLoadModeto determine if the completion FST should be loaded on or off heap.Creates aCompletion84PostingsFormatthat will use the providedfstLoadModeto determine if the completion FST should be loaded on or off heap.Creates aCompletion90PostingsFormatthat will use the providedfstLoadModeto determine if the completion FST should be loaded on or off heap.Creates aCompletion912PostingsFormatthat will use the providedfstLoadModeto determine if the completion FST should be loaded on or off heap.Creates aCompletion99PostingsFormatthat will use the providedfstLoadModeto determine if the completion FST should be loaded on or off heap.CompletionPostingsFormat(String name, CompletionPostingsFormat.FSTLoadMode fstLoadMode) Creates aCompletionPostingsFormatthat will use the providedfstLoadModeto determine if the completion FST should be loaded on or off heap.