nit0906 opened a new pull request, #1432: URL: https://github.com/apache/jackrabbit-oak/pull/1432
…version 1 indexes When scanning for potentially available fulltext lucene version 1 indexes, we were opening the index nodes unnecessarily to check if the index definition supports fulltext and is version 1 or not. This can be done simply using the IndexDefinition object and the IndexNode need not be opened (which can be a costly operation). -- 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