Re: categorized search

2005-05-11 Thread Chris Hostetter
[EMAIL PROTECTED]> : Reply-To: java-user@lucene.apache.org, : Pablo Gomes Ludermir <[EMAIL PROTECTED]> : To: java-user@lucene.apache.org : Subject: Re: categorized search : : Chris, : : That was partially what I needed. You got it right when I said I : needed the number of categories t

Re: categorized search

2005-05-05 Thread Pablo Gomes Ludermir
Chris, That was partially what I needed. You got it right when I said I needed the number of categories that I particular term appears (and it works). But, I also would like to know in how many documents in each category that term appears. For instance: title:lucene appears in the category "searc

Re: categorized search

2005-04-24 Thread Chris Hostetter
: >I have indexed a field that describes the "category" of the document. : >Thus, I want to know how many categories have a specific term. Could : >someone help me to get this with good performance? I think I'm reading this question different than Chuck, so I'll toss out somethign totally differe

Re: categorized search

2005-04-24 Thread Chuck Williams
Pablo Gomes Ludermir wrote: Hi all, I have indexed a field that describes the "category" of the document. Thus, I want to know how many categories have a specific term. Could someone help me to get this with good performance? If you want a complete count of all documents in the index for each c

categorized search

2005-04-24 Thread Pablo Gomes Ludermir
Hi all, I have indexed a field that describes the "category" of the document. Thus, I want to know how many categories have a specific term. Could someone help me to get this with good performance? Regards, Pablo -- Pablo Gomes Ludermir [EMAIL PROTECTED]