public class CuratorConfigurator extends Configurator
| Modifier and Type | Field and Description |
|---|---|
static Property |
CACHE_FORCE_UPDATE |
static Property |
CURATOR_FORCE_UPDATE |
static Property |
CURATOR_HOST |
static Property |
CURATOR_PORT |
static Property |
DISABLE_CACHE |
static Property |
RESPECT_TOKENIZATION
If set to
true, the input text will be assumed to be pre-tokenized |
static Property |
VIEWS_TO_ADD
A comma-separated list of views to add (see
ViewNames for a complete list of views. |
FALSE, TRUE| Constructor and Description |
|---|
CuratorConfigurator() |
| Modifier and Type | Method and Description |
|---|---|
ResourceManager |
getDefaultConfig()
get a ResourceManager object with the default key/value pairs for this configurator
|
generateProperties, getConfig, getConfig, mergeProperties, mergePropertiespublic static final Property CURATOR_HOST
public static final Property CURATOR_PORT
public static final Property CURATOR_FORCE_UPDATE
public static final Property RESPECT_TOKENIZATION
true, the input text will be assumed to be pre-tokenizedpublic static final Property VIEWS_TO_ADD
ViewNames for a complete list of views.public static final Property DISABLE_CACHE
public static final Property CACHE_FORCE_UPDATE
public ResourceManager getDefaultConfig()
ConfiguratorgetDefaultConfig in class ConfiguratorCopyright © 2017. All rights reserved.