amit-jain commented on code in PR #1123:
URL: https://github.com/apache/jackrabbit-oak/pull/1123#discussion_r1330962413


##########
oak-run-commons/src/main/java/org/apache/jackrabbit/oak/index/indexer/document/DocumentStoreIndexerBase.java:
##########
@@ -207,6 +212,29 @@ private List<FlatFileStore> 
buildFlatFileStoreList(NodeState checkpointedState,
         return storeList;
     }
 
+    public IndexStore buildIncrementalStore(String initialCheckpoint, String 
finalCheckpoint) throws IOException, CommitFailedException {

Review Comment:
   Can we just have a `buildStore` which returns IndexStore and taken in 
`Options` which represent what type if indexing to be done 



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

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

Reply via email to