Re: Filter and IndexSearcher in Lucene 4.0 (trunk)

2012-02-10 Thread Hany Azzam
gt; Sent: Friday, February 10, 2012 6:43 PM >> To: java-user@lucene.apache.org >> Subject: Re: Filter and IndexSearcher in Lucene 4.0 (trunk) >> >> Hi, >> >> I apologise upfront for the trivial question. I have an IndexSearcher and > I am >> applying a FieldCacheTe

RE: Filter and IndexSearcher in Lucene 4.0 (trunk)

2012-02-10 Thread Uwe Schindler
gt; Subject: Re: Filter and IndexSearcher in Lucene 4.0 (trunk) > > Hi, > > I apologise upfront for the trivial question. I have an IndexSearcher and I am > applying a FieldCacheTermsFilter filter on it to only retrieve documents whose > single docId is in a provided set of

Re: Filter and IndexSearcher in Lucene 4.0 (trunk)

2012-02-10 Thread Hany Azzam
Hi, I apologise upfront for the trivial question. I have an IndexSearcher and I am applying a FieldCacheTermsFilter filter on it to only retrieve documents whose single docId is in a provided set of allowed docIds. I am particularly interested in the stats being estimated over the accepted set