Skip to content

Commit fa9a9ca

Browse files
marko-bekhtagsmet
authored andcommitted
Update the MappingStructure constant in the docs to match the enum values
(cherry picked from commit f09837e)
1 parent ba99497 commit fa9a9ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/hibernate-search-standalone-elasticsearch/runtime/src/main/java/io/quarkus/hibernate/search/standalone/elasticsearch/runtime/HibernateSearchStandaloneBuildTimeConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ interface MappingConfig {
269269
* Associations between entities must be bi-directional:
270270
* specifying the inverse side of associations through `@AssociationInverseSide` *is required*,
271271
* unless reindexing is disabled for that association through `@IndexingDependency(reindexOnUpdate = ...)`.
272-
* `tree`::
272+
* `document`::
273273
* Entities indexed through Hibernate Search are the root of a document,
274274
* i.e. an indexed entity "owns" other entities it references through associations,
275275
* which *cannot* be updated independently of the indexed entity.

0 commit comments

Comments
 (0)