: 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
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
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
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.
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