Re: Autosuggest with inner phrases

2010-10-04 Thread Otis Gospodnetic
- Original Message From: Jason Rutherglen jason.rutherg...@gmail.com To: solr-user@lucene.apache.org Sent: Sat, October 2, 2010 3:40:52 PM Subject: Re: Autosuggest with inner phrases This's what yer lookin' for: http://www.lucidimagination.com/blog/2009/09/08/auto-suggest-from-popular

Re: Autosuggest with inner phrases

2010-10-03 Thread Arunkumar Ayyavu
(note how bass is not necessarily the first word). How can i achieve this using solr's terms component. Regards, Siva -- View this message in context: http://lucene.472066.n3.nabble.com/Autosuggest-with-inner-phrases-tp1619326p1619326.html Sent from the Solr - User mailing list archive

Re: Autosuggest with inner phrases

2010-10-03 Thread Bhavnik Gajjar
component. Regards, Siva -- View this message in context: http://lucene.472066.n3.nabble.com/Autosuggest-with-inner-phrases-tp1619326p1619326.html Sent from the Solr - User mailing list archive at Nabble.com. The contents of this eMail including the contents of attachment(s

Autosuggest with inner phrases

2010-10-02 Thread sivaprasad
is not necessarily the first word). How can i achieve this using solr's terms component. Regards, Siva -- View this message in context: http://lucene.472066.n3.nabble.com/Autosuggest-with-inner-phrases-tp1619326p1619326.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Autosuggest with inner phrases

2010-10-02 Thread Ahmet Arslan
Hi , I implemented the auto suggest using terms component.But the suggestions are coming from the starting of the word.But i want inner phrases also.For example, if I type bass Auto-Complete should offer suggestions that include bass fishing  or bass guitar, and even sea bass (note how

Re: Autosuggest with inner phrases

2010-10-02 Thread Dennis Gearon
...@yahoo.com wrote: From: Ahmet Arslan iori...@yahoo.com Subject: Re: Autosuggest with inner phrases To: solr-user@lucene.apache.org Date: Saturday, October 2, 2010, 5:10 AM Hi , I implemented the auto suggest using terms component.But the suggestions are coming from the starting

Re: Autosuggest with inner phrases

2010-10-02 Thread Ahmet Arslan
Does adding the shingle filter factory have to be done before or after indexing? It will be added to index time analyzer, if you are asking that. Also re-start solr and re-index is required.

Re: Autosuggest with inner phrases

2010-10-02 Thread Jason Rutherglen
. Regards, Siva -- View this message in context: http://lucene.472066.n3.nabble.com/Autosuggest-with-inner-phrases-tp1619326p1619326.html Sent from the Solr - User mailing list archive at Nabble.com.