You can also take a look at this: http://code.google.com/p/bobo-browse/
-----Original Message----- From: Li Li [mailto:[email protected]] Sent: Monday, August 30, 2010 6:06 AM To: [email protected] Subject: Re: How to do facet search in lucene, NOT solr ? I think you can read the codes of solr. I guess you can implement a collect to get all hit docs into a DocSet(bitset). Also getting facet fields into memory(doc id->field value) then loop the DocSet to count it. 2010/8/30 fulin tang <[email protected]>: > we are building a search system on top of lucene, and we are now > looking for a facet feature > > So it there a easy way to do this ? > > btw, we do not want to switch to solr just for this! > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
