Skip to content

Commit

Permalink
Merge pull request quarkusio#41304 from marko-bekhta/fix/saerch-mappi…
Browse files Browse the repository at this point in the history
…ng-structure-update-enum-constant-value-in-docs

Update the MappingStructure constant in the docs to match the enum value
  • Loading branch information
gsmet authored Jul 9, 2024
2 parents fc86940 + f09837e commit fef63d4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ interface MappingConfig {
* Associations between entities must be bi-directional:
* specifying the inverse side of associations through `@AssociationInverseSide` *is required*,
* unless reindexing is disabled for that association through `@IndexingDependency(reindexOnUpdate = ...)`.
* `tree`::
* `document`::
* Entities indexed through Hibernate Search are the root of a document,
* i.e. an indexed entity "owns" other entities it references through associations,
* which *cannot* be updated independently of the indexed entity.
Expand Down

0 comments on commit fef63d4

Please sign in to comment.