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
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
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
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