public static enum IndexConfigFactory.CONFIG_PARAMS extends Enum<IndexConfigFactory.CONFIG_PARAMS>
| Modifier and Type | Method and Description |
|---|---|
static IndexConfigFactory.CONFIG_PARAMS |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IndexConfigFactory.CONFIG_PARAMS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IndexConfigFactory.CONFIG_PARAMS luceneMatchVersion
public static final IndexConfigFactory.CONFIG_PARAMS serverLibPath
public static final IndexConfigFactory.CONFIG_PARAMS filterCacheSize
public static final IndexConfigFactory.CONFIG_PARAMS filterCacheInitialSize
public static final IndexConfigFactory.CONFIG_PARAMS queryCacheSize
public static final IndexConfigFactory.CONFIG_PARAMS queryCacheInitialSize
public static final IndexConfigFactory.CONFIG_PARAMS documentCacheSize
public static final IndexConfigFactory.CONFIG_PARAMS documentCacheInitialSize
public static final IndexConfigFactory.CONFIG_PARAMS queryResultWindowSize
public static final IndexConfigFactory.CONFIG_PARAMS queryResultMaxDocCached
public static final IndexConfigFactory.CONFIG_PARAMS ramBufferSizeMB
public static final IndexConfigFactory.CONFIG_PARAMS mergeFactor
public static final IndexConfigFactory.CONFIG_PARAMS termIndexInterval
public static final IndexConfigFactory.CONFIG_PARAMS autosoftcommit
public static final IndexConfigFactory.CONFIG_PARAMS autocommit
public static final IndexConfigFactory.CONFIG_PARAMS maxIndexingThreads
public static IndexConfigFactory.CONFIG_PARAMS[] values()
for (IndexConfigFactory.CONFIG_PARAMS c : IndexConfigFactory.CONFIG_PARAMS.values()) System.out.println(c);
public static IndexConfigFactory.CONFIG_PARAMS valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2017. All rights reserved.