Re: Need help to finalize my autocomplete

2009-09-16 Thread Vincent Pérès
After re-indexing it works very well ! Thanks a lot ! Vincent -- View this message in context: http://www.nabble.com/Need-help-to-finalize-my-autocomplete-tp25468885p25469931.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Need help to finalize my autocomplete

2009-09-16 Thread Shalin Shekhar Mangar
2009/9/16 Vincent Pérès > > Hello, > > I tried to replace the class as you suggested, but I still get the same > result (and not results where the query start only with the giving query). > > Make sure you re-index your documents after change the schema. -- Regards, Shalin Shekhar Mangar.

Re: Need help to finalize my autocomplete

2009-09-16 Thread Vincent Pérès
Hello, I tried to replace the class as you suggested, but I still get the same result (and not results where the query start only with the giving query). -- View this message in context: http://www.nabble.c

Re: Need help to finalize my autocomplete

2009-09-16 Thread Avlesh Singh
Instead of use Cheers Avlesh 2009/9/16 Vincent Pérès > > Hello, > > I'm using the following code for my autocomplete feature : > > The field type : > > > > > > minGramSize="2" /> > > > > > pattern="^(.{20})(.*)?" replacemen