thomasmueller commented on code in PR #2949:
URL: https://github.com/apache/jackrabbit-oak/pull/2949#discussion_r3529713902
##########
oak-search/src/main/java/org/apache/jackrabbit/oak/plugins/index/search/spi/editor/FulltextIndexEditorContext.java:
##########
@@ -121,6 +124,10 @@ protected FulltextIndexEditorContext(NodeState root,
NodeBuilder definition,
public abstract DocumentMaker<D>
newDocumentMaker(IndexDefinition.IndexingRule rule, String path);
+ public boolean isTypeChangeTrackingEnabled() {
+ return typeChangeTrackingEnabled;
+ }
+
Review Comment:
Sure, we could move the code, but I think it wouldn't change all that much
or make it much easier to maintain. I'll keep it as is. (Too many things going
on right now sorry)
--
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]