Re: Suggest and Filtering

2013-06-15 Thread Brendan Grainger
Hi Otis and Jorge, I probably wasn't phrasing my question too well, but I think I was looking for FuzzySuggest. Messing around with the configs found here seems to be doing what I want: http://svn.apache.org/repos/asf/lucene/dev/trunk/solr/core/src/test-files/solr/collection1/conf/solrconfig-phra

Re: Suggest and Filtering

2013-06-14 Thread Brendan Grainger
Hi Otis, Sorry was a bit tired when I wrote that. I think what I'd like is to be able spellcheck the suggestions. For example. If a user types in brayk (as opposed to brake) I'd still get the following suggestions say: brake line brake condition Does that make sense? Thanks Brendan On Thu, J

Re: Suggest and Filtering

2013-06-13 Thread Ing. Jorge Luis Betancourt Gonzalez
19:43:03 Asunto: Suggest and Filtering Hi Solr Guru's I am trying to implement auto suggest where solr would suggest several phrases that would return results as the user types in a query (as distinct from autocomplete). e.g. say the user starts typing 'br' and we have documents that

Re: Suggest and Filtering

2013-06-13 Thread Otis Gospodnetic
Hi, I think you are talking about wanting instant search? See https://github.com/fergiemcdowall/solrstrap Otis -- Solr & ElasticSearch Support http://sematext.com/ On Thu, Jun 13, 2013 at 7:43 PM, Brendan Grainger wrote: > Hi Solr Guru's > > I am trying to implement auto suggest where solr

Suggest and Filtering

2013-06-13 Thread Brendan Grainger
Hi Solr Guru's I am trying to implement auto suggest where solr would suggest several phrases that would return results as the user types in a query (as distinct from autocomplete). e.g. say the user starts typing 'br' and we have documents that contain "brake pads" and "left disc brake", solr wou