But what if that word is present in other fields also.
does "docFreq " only look into that particular field ??

On 6/13/06, Chris Hostetter <[EMAIL PROTECTED]> wrote:


Look at the TermEnum class... iterate over the terms in your field, and
docFreq is the number of docs with that term.


: Date: Mon, 12 Jun 2006 17:36:01 +0530
: From: vipin sharma <[EMAIL PROTECTED]>
: Reply-To: java-user@lucene.apache.org
: To: java-user@lucene.apache.org
: Subject: Getting count on distinct values of a field.
:
: Hi,
: i am having problem in getting the count on distict values of a field.
The
: reason for getting this value is that, each of all documents in index
: belongs to one predefined class and i want to get the number of
documents
: belonging to each class.
:
: Regards..
:



-Hoss


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Reply via email to