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.
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.
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
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