-[{"configDocKey":{"type":"string","key":".configurer","additionalKeys":[],"configDoc":"One or more xref:hibernate-search-standalone-elasticsearch.adoc#bean-reference-note-anchor[bean references]\nto the component(s) used to configure the Hibernate Search mapping,\nin particular programmatically.\n\nThe referenced beans must implement `StandalonePojoMappingConfigurer`.\n\nSee xref:hibernate-search-standalone-elasticsearch.adoc#programmatic-mapping[Programmatic mapping] for an example\non how mapping configurers can be used to apply programmatic mappings.\n\n[NOTE]\n====\nInstead of setting this configuration property,\nyou can simply annotate your custom `StandalonePojoMappingConfigurer` implementations with `@SearchExtension`\nand leave the configuration property unset: Hibernate Search will use the annotated implementation automatically.\nSee xref:hibernate-search-standalone-elasticsearch.adoc#plugging-in-custom-components[this section]\nfor more information.\n\nIf this configuration property is set, it takes precedence over any `@SearchExtension` annotation.\n====","withinAMap":false,"defaultValue":"","javaDocSiteLink":"","docMapKey":"configurer","configPhase":"BUILD_TIME","acceptedValues":null,"optional":true,"list":true,"withinAConfigGroup":true,"topLevelGrouping":"","since":null,"environmentVariable":"_CONFIGURER","enum":false}},{"configDocKey":{"type":"io.quarkus.hibernate.search.standalone.elasticsearch.runtime.MappingStructure","key":".structure","additionalKeys":[],"configDoc":"The structure of the Hibernate Search entity mapping.\n\nThis must match the structure of the application model being indexed with Hibernate Search:\n\n`graph` (default)::\nEntities indexed through Hibernate Search are nodes in an entity graph,\ni.e. an indexed entity is independent of other entities it references through associations,\nwhich *can* be updated independently of the indexed entity.\n+\nAssociations between entities must be bi-directional:\nspecifying the inverse side of associations through `@AssociationInverseSide` *is required*,\nunless reindexing is disabled for that association through `@IndexingDependency(reindexOnUpdate = ...)`.\n`tree`::\nEntities indexed through Hibernate Search are the root of a document,\ni.e. an indexed entity \"owns\" other entities it references through associations,\nwhich *cannot* be updated independently of the indexed entity.\n+\nAssociations between entities can be uni-directional:\nspecifying the inverse side of associations through `@AssociationInverseSide` *is not required*.\n\nSee also link:{hibernate-search-docs-url}#mapping-reindexing-associationinverseside[`@AssociationInverseSide`]\nlink:{hibernate-search-docs-url}#mapping-reindexing-reindexonupdate[`@IndexingDependency(reindexOnUpdate = ...)`].","withinAMap":false,"defaultValue":"graph","javaDocSiteLink":"","docMapKey":"structure","configPhase":"BUILD_TIME","acceptedValues":["`graph`","`document`"],"optional":false,"list":false,"withinAConfigGroup":true,"topLevelGrouping":"","since":null,"environmentVariable":"_STRUCTURE","enum":true}}]
0 commit comments