Re: Storing queries in Solr

2012-10-08 Thread Gérard Dupont
Hi Jorge, As far as I know, there isn't built-in component to achieve such function in Solr (maybe in latest 4.1 that I didn't explored in depth yet). However I've done myself in the past using different approaches. The first one is similar to Upayavira's suggestion ans uses an independent index

Re: Storing queries in Solr

2012-10-08 Thread Jorge Luis Betancourt Gonzalez
Thanks for the quick response, I'm trying to get a suggester query, I found odd the being a very common issue solr doesn't provide any built in mechanism for query suggestions, but implementing the other components isn't so hard either. Greetiings! On Oct 8, 2012, at 3:38 AM, Upayavira wrote:

Re: Storing queries in Solr

2012-10-08 Thread Upayavira
Solr has a small query cache, but this does not hold queries for any length of time, so won't suit your purpose. The LucidWorks Search product has (I believe) a click tracking feature, but that is about boosting documents that are clicked on, not specific search terms. Parsing the Solr log, or pus