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 Mysurf Mail <st...@gmail.com> on 2013/09/10 12:38:17 UTC

Solr Suggester - How do I filter autocomplete results

I want to filter the auto complete results from my suggester Lets say I
have a book table

Table (Id Guid, BookName String, BookOwner id)

I want each user to get a list to autocomplete from its own books.

I want to add something like the

http://.../solr/vault/suggest?q=c&fq=BookOwner:3

This doesnt work. What other ways do I have to implement it?