chibulcuteanu commented on code in PR #2490:
URL: https://github.com/apache/jackrabbit-oak/pull/2490#discussion_r2325324700
##########
oak-search-elastic/src/main/java/org/apache/jackrabbit/oak/plugins/index/elastic/ElasticIndexInfoProvider.java:
##########
@@ -66,6 +66,13 @@ public String getType() {
NodeState idxState = NodeStateUtils.getNode(nodeStore.getRoot(),
indexPath);
String asyncName = IndexUtils.getAsyncLaneName(idxState,
indexPath);
AsyncIndexInfo asyncInfo =
asyncIndexInfoService.getInfo(asyncName);
+ boolean hasHiddenOakMount = false;
+ for (String c : idxState.getChildNodeNames()) {
Review Comment:
I assume not for index definitions. I simply reused the existing lucene
logic and modified it (removed the check for :property-index node)
--
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]