Re: Getting count on distinct values of a field.

2006-06-13 Thread heritrix . lucene
ne.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 :

Re: Getting count on distinct values of a field.

2006-06-13 Thread Chris Hostetter
self. (or make a field that contains the union of all the other fields) : > : 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. : > : : > : H

Re: Getting count on distinct values of a field.

2006-06-13 Thread heritrix . lucene
t 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

Re: Getting count on distinct values of a field.

2006-06-12 Thread Chris Hostetter
etting 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

Getting count on distinct values of a field.

2006-06-12 Thread vipin sharma
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..