Thomas Mueller created OAK-12141:
------------------------------------
Summary: Use the latest index if there are multiple versions (some
elastic, some lucene)
Key: OAK-12141
URL: https://issues.apache.org/jira/browse/OAK-12141
Project: Jackrabbit Oak
Issue Type: Improvement
Components: indexing
Reporter: Thomas Mueller
Assignee: Thomas Mueller
If there are multiple index versions, eg.
* asset-10 (type lucene)
* asset-10-custom-1 (type lucene)
* asset-10-custom-2 (type elastic)
* asset-10-custom-3 (type elastic)
currently both asset-10-custom-1 and asset-10-custom-3 can be used for queries.
Instead, only the latest (asset-10-custom-3) should be used.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)