romseygeek opened a new pull request #148: URL: https://github.com/apache/lucene/pull/148
ConjunctionDISI is really an internal implementation of DocIdSetIterator, and would ideally be package-private. However, it is used in a few other places: * directly in ConjunctionSpans * as a utility in the facet and join modules This commit refactors Spans to use their own copy of ConjunctionDISI, and adds a public helper class ConjunctionUtils that allows easy intersection of iterators for use by other modules. This means that ConjunctionDISI itself can become package-private. It also removes a reference to Spans from core classes, which will make it easier to migrate Spans to the queries module. -- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org