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: oak-dev-unsubscr...@jackrabbit.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to