You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by benjelloun <an...@gmail.com> on 2014/07/24 14:11:16 UTC

Auto Suggest

Hello,

Did solr.SuggestComponent work on MultiValued Field to Auto suggest not only
one word but the whole sentence?

<field name="suggestField"  type="textSuggest" multiValued="true"
indexed="true"/>

Regards,
Anass BENJELLOUN



--
View this message in context: http://lucene.472066.n3.nabble.com/Auto-Suggest-tp4149004.html
Sent from the Solr - User mailing list archive at Nabble.com.

Re: Auto Suggest

Posted by benjelloun <an...@gmail.com>.
Hello Erick,

So in your opinion what is the solution to use autosuggest with sentece :)
an exemple will be very helpfull,

Thanks,
best regards,
Anass BENJELLOUN



--
View this message in context: http://lucene.472066.n3.nabble.com/Auto-Suggest-tp4149004p4149441.html
Sent from the Solr - User mailing list archive at Nabble.com.

Re: Auto Suggest

Posted by Erick Erickson <er...@gmail.com>.
No, although there's been some joy with using shingles. Autosuggest
works off of the _indexed tokens_. So the problem is really reducing
the tokenization to something that is  multi-word.

Best,
Erick


On Thu, Jul 24, 2014 at 5:11 AM, benjelloun <an...@gmail.com> wrote:

> Hello,
>
> Did solr.SuggestComponent work on MultiValued Field to Auto suggest not
> only
> one word but the whole sentence?
>
> <field name="suggestField"  type="textSuggest" multiValued="true"
> indexed="true"/>
>
> Regards,
> Anass BENJELLOUN
>
>
>
> --
> View this message in context:
> http://lucene.472066.n3.nabble.com/Auto-Suggest-tp4149004.html
> Sent from the Solr - User mailing list archive at Nabble.com.
>