nfsantos commented on code in PR #1738:
URL: https://github.com/apache/jackrabbit-oak/pull/1738#discussion_r1776970958
##########
oak-run-elastic/src/main/java/org/apache/jackrabbit/oak/index/indexer/document/ElasticIndexer.java:
##########
@@ -126,6 +126,11 @@ public Set<String> getRelativeIndexedNodeNames() {
return definition.getRelativeNodeNames();
}
+ @Override
+ public String getIndexName() {
+ return definition.getIndexName();
Review Comment:
`definition.getIndexName()` returns the full path of the index, so there is
no risk of collisions for indexes that are outside `/oak:index`.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]