Re: QueryWrapperFilter and DocIdSetIterator

2011-09-20 Thread aberdeen61
I've created https://issues.apache.org/jira/browse/LUCENE-3442 to document this. Thanks for your help, Dan - Original Message - From: Uwe Schindler To: java-user@lucene.apache.org Cc: Sent: Tuesday, September 20, 2011 11:01 AM Subject: RE: QueryWrapperFilter and DocIdSetIterat

RE: QueryWrapperFilter and DocIdSetIterator

2011-09-20 Thread Uwe Schindler
ahoo.com > Subject: RE: QueryWrapperFilter and DocIdSetIterator > > Hi, > > I don't see a problem in your code: > If you look at the source code of QueryWrapperFilter, it will never return > NULL, so it returns always a DocIdSet theat itself returns the Scorer of the

RE: QueryWrapperFilter and DocIdSetIterator

2011-09-20 Thread Uwe Schindler
che.org > Subject: QueryWrapperFilter and DocIdSetIterator > > I've been trying to use the QueryWrapperFilter as part of composing a set of > filters. Are there limitations on the types of queries it can wrap?  When I try to > get the DocSetIdIterator for the filter it comes up null. Th

QueryWrapperFilter and DocIdSetIterator

2011-09-20 Thread aberdeen61
I've been trying to use the QueryWrapperFilter as part of composing a set of filters. Are there limitations on the types of queries it can wrap?  When I try to get the DocSetIdIterator for the filter it comes up null. This happens even when the query is a simple TermQuery. The following code sh