Class NoAliasIndexLayoutStrategy

java.lang.Object
org.hibernate.search.backend.elasticsearch.index.layout.impl.NoAliasIndexLayoutStrategy
All Implemented Interfaces:
IndexLayoutStrategy

public final class NoAliasIndexLayoutStrategy extends Object implements IndexLayoutStrategy
A no-alias layout strategy for indexes:
  • The Elasticsearch index name is identical to the Hibernate Search index names.
  • There is no write alias.
  • There is no read alias.