Package | Description |
---|---|
org.apache.lucene.search.suggest.analyzing |
Analyzer based autosuggest.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
BlendedInfixSuggester(Version matchVersion,
Directory dir,
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.