All Classes Interface Summary Class Summary Enum Summary
| Class |
Description |
| DynamicMapping |
|
| ElasticsearchAnalysisComponentParametersStep |
The step in an analysis component definition where optional parameters can be set.
|
| ElasticsearchAnalysisComponentTypeStep |
The step in an analysis component definition where the type of that component can be set.
|
| ElasticsearchAnalysisConfigurationContext |
A context allowing the definition of named analysis-related elements in an Elasticsearch backend:
analyzers, tokenizers, char filters, ...
|
| ElasticsearchAnalysisConfigurer |
An object responsible for configuring analysis in an Elasticsearch index,
providing analysis-related definitions that can be referenced from the mapping.
|
| ElasticsearchAnalysisOptionalComponentsStep |
The step in an analyzer/normalizer definition
where optional components such as char filters or token filters can be added.
|
| ElasticsearchAnalyzerOptionalComponentsStep |
The step in an analyzer definition
where optional components such as char filters or token filters can be added.
|
| ElasticsearchAnalyzerTokenizerStep |
The step in an analyzer definition where the tokenizer can be set.
|
| ElasticsearchAnalyzerTypeStep |
The initial step in an analyzer definition, where the type of analyzer can be set.
|
| ElasticsearchBackend |
|
| ElasticsearchBackendSettings |
Configuration properties for Elasticsearch backends.
|
| ElasticsearchBackendSettings.Defaults |
Default values for the different settings if no values are given.
|
| ElasticsearchBackendSpiSettings |
Configuration properties for the Elasticsearch backend that are considered SPI (and not API).
|
| ElasticsearchBackendSpiSettings.Defaults |
Default values for the different settings if no values are given.
|
| ElasticsearchClient |
An Elasticsearch client, allowing to perform requests to a remote cluster.
|
| ElasticsearchClientFactory |
Creates the Elasticsearch client.
|
| ElasticsearchClientImplementor |
|
| ElasticsearchExtension<H,R,E,LOS> |
An extension for the Elasticsearch backend, giving access to Elasticsearch-specific features.
|
| ElasticsearchHttpClientConfigurationContext |
|
| ElasticsearchHttpClientConfigurer |
An extension point allowing fine tuning of the Apache HTTP Client used by the Elasticsearch integration.
|
| ElasticsearchIndexFieldTypeFactory |
|
| ElasticsearchIndexManager |
|
| ElasticsearchIndexSettings |
Configuration properties for Elasticsearch indexes.
|
| ElasticsearchIndexSettings.Defaults |
Default values for the different settings if no values are given.
|
| ElasticsearchIndexSettings.IndexingRadicals |
Configuration property keys for indexing, without the prefix.
|
| ElasticsearchNativeIndexFieldTypeMappingStep |
|
| ElasticsearchNativeIndexFieldTypeOptionsStep<S extends ElasticsearchNativeIndexFieldTypeOptionsStep<?>> |
|
| ElasticsearchNormalizerOptionalComponentsStep |
The step in a normalizer definition
where optional components such as char filters or token filters can be added.
|
| ElasticsearchNormalizerTypeStep |
The initial step in an analyzer definition, where the type of normalizer can be set.
|
| ElasticsearchRequest |
|
| ElasticsearchRequest.Builder |
|
| ElasticsearchResponse |
|
| ElasticsearchSearchAggregationFactory |
|
| ElasticsearchSearchFetchable<H> |
|
| ElasticsearchSearchPredicateFactory |
A factory for search predicates with some Elasticsearch-specific methods.
|
| ElasticsearchSearchProjectionFactory<R,E> |
A factory for search projections with some Elasticsearch-specific methods.
|
| ElasticsearchSearchQuery<H> |
|
| ElasticsearchSearchQueryOptionsStep<H,LOS> |
|
| ElasticsearchSearchQuerySelectStep<R,E,LOS> |
|
| ElasticsearchSearchQueryWhereStep<H,LOS> |
|
| ElasticsearchSearchRequestTransformer |
A pluggable component that gets the chance to transform search requests (path, body, ...)
before they are sent to Elasticsearch.
|
| ElasticsearchSearchRequestTransformerContext |
|
| ElasticsearchSearchResult<H> |
|
| ElasticsearchSearchScroll<H> |
|
| ElasticsearchSearchScrollResult<H> |
|
| ElasticsearchSearchSortFactory |
A factory for search sorts with some Elasticsearch-specific methods.
|
| ElasticsearchStandardIndexFieldTypeOptionsStep<S extends ElasticsearchStandardIndexFieldTypeOptionsStep<?,F>,F> |
|
| ElasticsearchVersion |
|
| GsonClasses |
|
| GsonProvider |
Centralizes the configuration of the Gson objects.
|
| IndexLayoutStrategy |
Defines the layout of indexes on the Elasticsearch side:
the name of aliases to assign to Elasticsearch indexes,
as well as the structure of non-alias names.
|
| IndexStatus |
|
| JsonLogHelper |
Helpers allowing to log JSON.
|
| MultiTenancyStrategyName |
|
| TypeNameMappingStrategyName |
|
| URLEncodedString |
To avoid re-encoding strings into URLs we have several opportunities
to reuse them and compose them more efficiently.
|