nit0906 commented on code in PR #847:
URL: https://github.com/apache/jackrabbit-oak/pull/847#discussion_r1100300016


##########
oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/index/IndexConstants.java:
##########
@@ -27,6 +27,11 @@ public interface IndexConstants {
 
     String TYPE_PROPERTY_NAME = "type";
 
+    /**
+     * Property to hold the value for original index implementation in case 
the index type is set to disabled.
+     */
+    String ORIGINAL_TYPE_PROPERTY_NAME = "orig_type";

Review Comment:
   Yes - hidden property might make more sense 



-- 
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]

Reply via email to