I want to know... If I have a maindocset with many filters already, how many
more documents would I get if I added one more OR query to the maindocset.
I've been using numDocs to get the count if I wanted to narrow my maindocset
down because numDocs says that it must be in the maindocset AND in t
On 10/23/06, Mike Austin <[EMAIL PROTECTED]> wrote:
How can I get a count like I do by using searcher.numDocs(query, docset) but
with it doing an OR operation? I want the number of documents that match a
OR b?
It's not clear to me what you are trying to calculate.
In code, If you just want the