I think you don't have the Suggester Solr Component clear…
The suggester works on "terms" not on documents.
The results returned are a list of terms per dictionary.

Because we are not returning documents, you can not filter by field (
actually a suggester has knowledge of its Dictionary, not about fields).
You don't even have any information about fields in the suggester response.

You can select the terms that will appear in your dictionary configuring
the input field to use ( possibly a copy field if suggestions needed
without discrimation from different fields) .
Maybe this is what you meant.

Knowing that, you can understand your question is quite obscure.
Giving this knowledge, are you able to reformulate better your real problem
?


2015-07-01 6:54 GMT+01:00 ssharma7...@gmail.com <ssharma7...@gmail.com>:

> Alessandro Benedetti,
> Thanks for the update.
>
> Actually, what I meant by - "Is it possible to restrict the result returned
> by Suggeter to "selected"
> fields only?" was like option of "fl" available for querying (/select) in
> Solr, wherein there could be some fields as defined in "schema.xml", but we
> can pick & choose what we require. This would in effect reduce the amount
> of
> data sent from server.
>
>
> Regards,
> Sachin Vyas.
>
>
>
>
> --
> View this message in context:
> http://lucene.472066.n3.nabble.com/Restricting-fields-returned-by-Suggester-reult-tp4214948p4215132.html
> Sent from the Solr - User mailing list archive at Nabble.com.
>



-- 
--------------------------

Benedetti Alessandro
Visiting card : http://about.me/alessandro_benedetti

"Tyger, tyger burning bright
In the forests of the night,
What immortal hand or eye
Could frame thy fearful symmetry?"

William Blake - Songs of Experience -1794 England

Reply via email to