On 1/20/07, Yonik Seeley (JIRA) <[EMAIL PROTECTED]> wrote:
> Looking at the negative filters stuff, I realized that andNot() had no optimized implementation for HashDocSet, so I implemented that and union().
Out of curiosity, what is your current plan for this? Something along the lines of storing a negated flag, which would be used to do andNot() rather than intersection() in SolrIndexSearcher.getDocSet()? I think it would be a great feature and can help out with devel or review. -Mike