Modifier and Type | Method and Description |
---|---|
ElasticsearchTypedAnalysisComponentDefinitionContext |
ElasticsearchTypedAnalysisComponentDefinitionContext.param(String name,
boolean... values)
Set the value of a parameter to a given array of booleans.
|
ElasticsearchTypedAnalysisComponentDefinitionContext |
ElasticsearchTypedAnalysisComponentDefinitionContext.param(String name,
boolean value)
Set the value of a parameter to a given boolean.
|
ElasticsearchTypedAnalysisComponentDefinitionContext |
ElasticsearchTypedAnalysisComponentDefinitionContext.param(String name,
Number... values)
Set the value of a parameter to a given array of numbers (int, long, float, double, ...).
|
ElasticsearchTypedAnalysisComponentDefinitionContext |
ElasticsearchTypedAnalysisComponentDefinitionContext.param(String name,
Number value)
Set the value of a parameter to a given number (int, long, float, double, ...).
|
ElasticsearchTypedAnalysisComponentDefinitionContext |
ElasticsearchTypedAnalysisComponentDefinitionContext.param(String name,
String... values)
Set the value of a parameter to a given array of strings.
|
ElasticsearchTypedAnalysisComponentDefinitionContext |
ElasticsearchTypedAnalysisComponentDefinitionContext.param(String name,
String value)
Set the value of a parameter to a given string.
|
ElasticsearchTypedAnalysisComponentDefinitionContext |
ElasticsearchAnalysisComponentDefinitionContext.type(String name)
Set the Elasticsearch type to use for the definition.
|
Modifier and Type | Class and Description |
---|---|
class |
ElasticsearchAnalysisComponentDefinitionContextImpl<D extends AnalysisDefinition> |
class |
ElasticsearchCharFilterDefinitionContextImpl |
class |
ElasticsearchTokenFilterDefinitionContextImpl |
class |
ElasticsearchTokenizerDefinitionContextImpl |
Copyright © 2006-2017 Red Hat, Inc. All Rights Reserved