Uses of Interface
org.hibernate.search.backend.elasticsearch.index.layout.IndexLayoutStrategy
-
-
Uses of IndexLayoutStrategy in org.hibernate.search.backend.elasticsearch.cfg
Fields in org.hibernate.search.backend.elasticsearch.cfg with type parameters of type IndexLayoutStrategy Modifier and Type Field Description static BeanReference<IndexLayoutStrategy>ElasticsearchBackendSettings.Defaults. LAYOUT_STRATEGY -
Uses of IndexLayoutStrategy in org.hibernate.search.backend.elasticsearch.index.impl
Constructors in org.hibernate.search.backend.elasticsearch.index.impl with parameters of type IndexLayoutStrategy Constructor Description IndexManagerBackendContext(ElasticsearchBackend backendAPI, EventContext eventContext, BackendThreads threads, ElasticsearchLink link, com.google.gson.Gson userFacingGson, MultiTenancyStrategy multiTenancyStrategy, IndexLayoutStrategy indexLayoutStrategy, TypeNameMapping typeNameMapping, FailureHandler failureHandler, TimingSource timingSource, ElasticsearchParallelWorkOrchestrator generalPurposeOrchestrator) -
Uses of IndexLayoutStrategy in org.hibernate.search.backend.elasticsearch.index.layout.impl
Classes in org.hibernate.search.backend.elasticsearch.index.layout.impl that implement IndexLayoutStrategy Modifier and Type Class Description classNoAliasIndexLayoutStrategyA no-alias layout strategy for indexes: The Elasticsearch index name is identical to the Hibernate Search index names.classSimpleIndexLayoutStrategyA simple layout strategy for indexes: Elasticsearch index names follow the format used by Elasticsearch's Rollover API:<hsearchname>-<6 digits>. -
Uses of IndexLayoutStrategy in org.hibernate.search.backend.elasticsearch.mapping.impl
Constructors in org.hibernate.search.backend.elasticsearch.mapping.impl with parameters of type IndexLayoutStrategy Constructor Description IndexNameTypeNameMapping(IndexLayoutStrategy indexLayoutStrategy) -
Uses of IndexLayoutStrategy in org.hibernate.search.backend.elasticsearch.schema.management.impl
Constructors in org.hibernate.search.backend.elasticsearch.schema.management.impl with parameters of type IndexLayoutStrategy Constructor Description ElasticsearchIndexSchemaManager(Optional<String> backendName, com.google.gson.Gson userFacingGson, ElasticsearchWorkFactory workFactory, ElasticsearchParallelWorkOrchestrator workOrchestrator, IndexLayoutStrategy indexLayoutStrategy, IndexNames indexNames, IndexMetadata expectedMetadata, ElasticsearchIndexLifecycleExecutionOptions executionOptions)
-