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 DocIdSetIterator
I in
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