Uses of Class
org.apache.lucene.search.suggest.analyzing.BlendedInfixSuggester.BlenderType

Packages that use BlendedInfixSuggester.BlenderType
org.apache.lucene.search.suggest.analyzing Analyzer based autosuggest. 
 

Uses of BlendedInfixSuggester.BlenderType in org.apache.lucene.search.suggest.analyzing
 

Methods in org.apache.lucene.search.suggest.analyzing that return BlendedInfixSuggester.BlenderType
static BlendedInfixSuggester.BlenderType BlendedInfixSuggester.BlenderType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static BlendedInfixSuggester.BlenderType[] BlendedInfixSuggester.BlenderType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.apache.lucene.search.suggest.analyzing with parameters of type BlendedInfixSuggester.BlenderType
BlendedInfixSuggester(Version matchVersion, File indexPath, Analyzer indexAnalyzer, Analyzer queryAnalyzer, int minPrefixChars, BlendedInfixSuggester.BlenderType blenderType, int numFactor)
          Create a new instance, loading from a previously built directory, if it exists.
 



Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.