Package | Description |
---|---|
org.elasticsearch.indices.analysis |
Modifier and Type | Method and Description |
---|---|
static PreBuiltCharFilters |
PreBuiltCharFilters.getOrDefault(String name,
PreBuiltCharFilters defaultCharFilter)
Get a pre built CharFilter by its name or fallback to the default one
|
static PreBuiltCharFilters |
PreBuiltCharFilters.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PreBuiltCharFilters[] |
PreBuiltCharFilters.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static PreBuiltCharFilters |
PreBuiltCharFilters.getOrDefault(String name,
PreBuiltCharFilters defaultCharFilter)
Get a pre built CharFilter by its name or fallback to the default one
|
Copyright © 2009–2015. All rights reserved.