Re: Faceting on text fields

2009-06-11 Thread Jeffrey Tiong
atext -- http://sematext.com/ -- Lucene - Solr - Nutch > > > > - Original Message > > From: Jeffrey Tiong > > To: solr-user@lucene.apache.org > > Sent: Friday, June 12, 2009 12:44:55 AM > > Subject: Re: Faceting on text fields > > > > Hi all, &

Re: Faceting on text fields

2009-06-11 Thread Jeffrey Tiong
Hi all, We are thinking of using the carrot clustering too. But we saw that carrot maybe can only cluster up to 1000 search snippets. Does anyone know how can we cluster snippets that is much more than that ? (maybe in the million range?) And what is the difference between mahout and carrot? Tha

How to combine facets count from multiple query into one query

2009-05-10 Thread Jeffrey Tiong
Hi, I have a schema that has the following fields, publisher_name book_title year abstract Currently if I do a facet count when I have a query "q=abstract:philosophy AND publisher_name:publisher1" , it can give me results like below, abstract:philosophy AND publisher_name:publisher1 70

Enquiry on Search Results counting

2007-08-20 Thread Jeffrey Tiong
Hi, I am trying to do some counting on certain fields of the search results, currently I am using PHP to do the counting, but it is impossible to do this when the results sets reach a few hundred thousands. Does anyone here has any idea on how to do this? Example of scenario, 1. The solr sche