public class HighFrequencyDictionaryFactory extends DictionaryFactory
HighFrequencyDictionary| Modifier and Type | Field and Description |
|---|---|
static String |
THRESHOLD_TOKEN_FREQUENCY
Minimum frequency of terms to consider when building the dictionary.
|
DEFAULT_FILE_BASED_DICT, DEFAULT_INDEX_BASED_DICT, params| Constructor and Description |
|---|
HighFrequencyDictionaryFactory() |
| Modifier and Type | Method and Description |
|---|---|
Dictionary |
create(SolrCore core,
SolrIndexSearcher searcher)
Create a Dictionary using options in
core and optionally
uses searcher, in case of index based dictionaries |
setParamspublic static final String THRESHOLD_TOKEN_FREQUENCY
public Dictionary create(SolrCore core, SolrIndexSearcher searcher)
DictionaryFactorycore and optionally
uses searcher, in case of index based dictionariescreate in class DictionaryFactoryCopyright © 2000-2015 Apache Software Foundation. All Rights Reserved.