You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "nit0906 (via GitHub)" <gi...@apache.org> on 2023/02/08 15:28:26 UTC

[GitHub] [jackrabbit-oak] nit0906 commented on a diff in pull request #847: OAK-10098 | Support Index purge for ES indexes

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

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