Class BlendedInfixLookupFactory
- java.lang.Object
-
- org.apache.solr.spelling.suggest.LookupFactory
-
- org.apache.solr.spelling.suggest.fst.AnalyzingInfixLookupFactory
-
- org.apache.solr.spelling.suggest.fst.BlendedInfixLookupFactory
-
public class BlendedInfixLookupFactory extends AnalyzingInfixLookupFactory
Factory forBlendedInfixLookupFactory
- WARNING: This API is experimental and might change in incompatible ways in the next release.
-
-
Field Summary
-
Fields inherited from class org.apache.solr.spelling.suggest.fst.AnalyzingInfixLookupFactory
ALL_TERMS_REQUIRED, CONTEXTS_FIELD_NAME, HIGHLIGHT, INDEX_PATH, MIN_PREFIX_CHARS, QUERY_ANALYZER
-
Fields inherited from class org.apache.solr.spelling.suggest.LookupFactory
DEFAULT_FILE_BASED_DICT
-
-
Constructor Summary
Constructors Constructor Description BlendedInfixLookupFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.lucene.search.suggest.Lookup
create(org.apache.solr.common.util.NamedList<?> params, SolrCore core)
Create a Lookup using config options inparams
and currentcore
String
storeFileName()
Returns the filename in which the in-memory data structure is stored NOTE: not allLookup
implementations store in-memory data structures-
Methods inherited from class org.apache.solr.spelling.suggest.LookupFactory
getTempDir
-
-
-
-
Method Detail
-
create
public org.apache.lucene.search.suggest.Lookup create(org.apache.solr.common.util.NamedList<?> params, SolrCore core)
Description copied from class:LookupFactory
Create a Lookup using config options inparams
and currentcore
- Overrides:
create
in classAnalyzingInfixLookupFactory
-
storeFileName
public String storeFileName()
Description copied from class:LookupFactory
Returns the filename in which the in-memory data structure is stored NOTE: not allLookup
implementations store in-memory data structures- Overrides:
storeFileName
in classAnalyzingInfixLookupFactory
-
-