Uses of Interface
org.hibernate.search.backend.elasticsearch.index.layout.IndexLayoutStrategy
Packages that use IndexLayoutStrategy
Package
Description
-
Uses of IndexLayoutStrategy in org.hibernate.search.backend.elasticsearch.cfg
Fields in org.hibernate.search.backend.elasticsearch.cfg with type parameters of type IndexLayoutStrategyModifier and TypeFieldDescriptionstatic final BeanReference<IndexLayoutStrategy>ElasticsearchBackendSettings.Defaults.LAYOUT_STRATEGY -
Uses of IndexLayoutStrategy in org.hibernate.search.backend.elasticsearch.index.layout.impl
Classes in org.hibernate.search.backend.elasticsearch.index.layout.impl that implement IndexLayoutStrategyModifier and TypeClassDescriptionfinal classA no-alias layout strategy for indexes: The Elasticsearch index name is identical to the Hibernate Search index names.final classA 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.link.impl
Methods in org.hibernate.search.backend.elasticsearch.link.impl that return IndexLayoutStrategy -
Uses of IndexLayoutStrategy in org.hibernate.search.backend.elasticsearch.mapping.impl
Methods in org.hibernate.search.backend.elasticsearch.mapping.impl with parameters of type IndexLayoutStrategyModifier and TypeMethodDescriptionDiscriminatorTypeNameMapping.onStart(IndexLayoutStrategy indexLayoutStrategy) IndexNameTypeNameMapping.onStart(IndexLayoutStrategy indexLayoutStrategy) TypeNameMapping.onStart(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 IndexLayoutStrategyModifierConstructorDescriptionElasticsearchIndexSchemaManager(Optional<String> backendName, com.google.gson.Gson userFacingGson, ElasticsearchWorkFactory workFactory, ElasticsearchParallelWorkOrchestrator workOrchestrator, IndexLayoutStrategy indexLayoutStrategy, IndexNames indexNames, IndexMetadata expectedMetadata, ElasticsearchIndexLifecycleExecutionOptions executionOptions, ElasticsearchPropertyMappingValidatorProvider propertyMappingValidatorProvider)