Re: Creating facet filters dinamically

2008-10-14 Thread klazzthy
Hello, I just implemented my own system creating a cue of most high frequency terms with lucene's class HighFreqTerms. After that I used a custom hit collector to deal with the terms of the cue, but it's not fast enough. Now I am trying to set up Solr in my app and will try to use Solr's faceting.

Re: Creating facet filters dinamically

2008-10-14 Thread Erik Hatcher
Sounds like Solr's faceting is exactly what you're looking for. Have you given it a try? How's it working for you? Erik On Oct 14, 2008, at 5:44 AM, klazzthy wrote: Hello, I am going mad these days trying to improve my site. I am trying to do something that I'm not sure if it's e