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 bbarani <bb...@gmail.com> on 2010/11/09 18:02:23 UTC

Is there a way to embed terms handler in search handler?

Hi,

I am trying to figure out if there is a way to embed terms handler as part
of default search handler and 
access using URL something lilke below

http://localhost:8990/solr/db/select?q=*:*&terms.prefix=a&terms.fl=name

Couple of other questions,

I would like to know if its possible to mention * in fl.name to search on
all fields or we should specify the field names only?

Will the autosuggest suggest the whole phrase or just the word it matches?

Thanks,
Barani
-- 
View this message in context: http://lucene.472066.n3.nabble.com/Is-there-a-way-to-embed-terms-handler-in-search-handler-tp1870505p1870505.html
Sent from the Solr - User mailing list archive at Nabble.com.