> I query: 
> http://localhost:8983/solr/select/?qt=/suggest&q=fsuggest:wi/rac/ho* 
> -- I
> get the doc
> http://localhost:8983/solr/select/?qt=/suggest&q=fsuggest:wi/rac/house
> a* --
> I don't get that doc, and I get other docs that have
> fsuggest:abc
> 
> Is there a way to query for: fsuggest starting with
> 'wi/rac/house a' ??

You can use prefix query parser. &q={!prefix f=fsuggest}wi/rac/house a

http://lucene.apache.org/solr/api/org/apache/solr/search/PrefixQParserPlugin.html

Reply via email to