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.Lookupcreate(org.apache.solr.common.util.NamedList<?> params, SolrCore core)Create a Lookup using config options inparamsand currentcoreStringstoreFileName()Returns the filename in which the in-memory data structure is stored NOTE: not allLookupimplementations 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:LookupFactoryCreate a Lookup using config options inparamsand currentcore- Overrides:
createin classAnalyzingInfixLookupFactory
-
storeFileName
public String storeFileName()
Description copied from class:LookupFactoryReturns the filename in which the in-memory data structure is stored NOTE: not allLookupimplementations store in-memory data structures- Overrides:
storeFileNamein classAnalyzingInfixLookupFactory
-
-