On 11/8/12 9:48 AM, Anil Pachuri wrote:
Hi,
How do I implement facets in Lucy search server? I have been able to
successfully execute the given code for 'sample' example webserver. I
tried to implement a simple facet function but it takes an
unreasonably long time to execute when the list of terms is little
long. This is because I read the list file in each process
request/iteration. Keeping the list in the memory may be an option
but I was wondering if facet function is already implemented in Lucy.
Any sample code for facet implementation?
Dezi (http://dezi.org) implements faceted search on top of Lucy. It does
it with https://metacpan.org/module/Search::OpenSearch::Engine::Lucy
There is no built-in facet function as part of Lucy.
--
Peter Karman . http://peknet.com/ . [email protected]