nfsantos opened a new pull request, #2008:
URL: https://github.com/apache/jackrabbit-oak/pull/2008

   Postpone creation of Lucene index writers until the indexing phase of the 
indexing job.
   
   Replace uses of Set<IndexDefinition> by List<IndexDefinition>, as this class 
does not define equals() and hashCode(), so storing them on a set does will not 
ensure that duplicate index definitions are not kept (HashSet will use 
reference equality in this case).
   
   Change the IndexDefinitionBuilder class hierarchy to be parametrized with 
the specific type of index definition, to improve readability and type safety.


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

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

Reply via email to