On Thursday 26 June 2008 15:09:44 java_is_everything wrote: > Hi all. > > Is there a way to obtain the number of documents in the Lucene index > (2.0.0), having a particular term indexed, much like what we do in a > database ?
I suspect the normal way is a HitCollector which does nothing but increment a counter for each hit. BTW I hope you're not really running 2.0.0, as that is ancient. Daniel --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]