Skip to content

Commit

Permalink
HSEARCH-3679 Add an (empty) section about automatic reindexing in the…
Browse files Browse the repository at this point in the history
… documentation
  • Loading branch information
yrodiere committed Sep 13, 2019
1 parent a1fa6bd commit c2cbcdc
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions documentation/src/main/asciidoc/mapper-orm-mapping.asciidoc
Expand Up @@ -632,6 +632,33 @@ include::todo-placeholder.asciidoc[]
TODO Detailed description of container value extractors, list of built-in extractors, instructions to create one's own
////

[[mapper-orm-reindexing]]
== Tuning automatic reindexing

[[mapper-orm-reindexing-basics]]
=== Basics

include::todo-placeholder.asciidoc[]
// TODO

[[mapper-orm-reindexing-associationinverseside]]
=== Enriching the entity model with `@AssociationInverseSide`

include::todo-placeholder.asciidoc[]
// TODO

[[mapper-orm-reindexing-derivedfrom]]
=== Reindexing when a derived value changes with `@IndexingDependency`

include::todo-placeholder.asciidoc[]
// TODO

[[mapper-orm-reindexing-reindexonupdate]]
=== Disabling reindexing with `@IndexingDependency`

include::todo-placeholder.asciidoc[]
// TODO

[[mapper-orm-programmatic-mapping]]
== Programmatic mapping
// Search 5 anchors backward compatibility
Expand Down

0 comments on commit c2cbcdc

Please sign in to comment.