RE: how to statistics categories amount

2008-07-18 Thread Chris Hostetter
: Anyone explain solr's function of facet ,thanks! I gave talk a few years back which goes into some of hte details of doing faceting in Solr. that will give you a starting point, and then looking at the Solr "SimpleFacets" class can fill in the details. http://people.apache.org/~hossma

RE: how to statistics categories amount

2008-07-02 Thread lutan
Anyone explain solr's function of facet ,thanks! How to using lucene to achieve. > From: [EMAIL PROTECTED]> To: java-user@lucene.apache.org> Subject: Re: how to statistics categories amount> Date: Sat, 28 Jun 2008 05:36:12 -0400> > > On Jun 28, 2008, at 3:57

RE: how to statistics categories amount

2008-06-30 Thread lutan
Thanks for reply,but I am not know Solr well. Does Solr base on lucene core or hack lucene core to achieve the (categories amount)'s function ? Can I achieve the similar function using lucene core ? > From: [EMAIL PROTECTED]> To: java-user@lucene.apache.org> Subject: Re: how to

Re: how to statistics categories amount

2008-06-28 Thread Erik Hatcher
On Jun 28, 2008, at 3:57 AM, lutan wrote: if I search a keyword likes 'computer' in a shopping website. the result may contains. total: (1000) products . categories: pc(500) products . notebook (300) products . server(200) products . so how do get each categories 'amount.

how to statistics categories amount

2008-06-28 Thread lutan
if I search a keyword likes 'computer' in a shopping website. the result may contains. total: (1000) products . categories: pc(500) products . notebook (300) products . server(200) products . so how do get each categories 'amount. I try to search many times on onec user