Description
Currently, when using the Lucene IndexDefinitionBuilder (org.apache.jackrabbit.oak.plugins.index.lucene.util), changes to the setting "useIfExists" cause a reindex. This shouldn't happen; only refresh needs to be set. This is the same as for other properties that only affect queries, and not indexing, like index tags.
Attachments
Issue Links
- is related to
-
OAK-8114 IndexDefinitionBuilder should be smarter when to reindex while updating a definition
- Closed