Ok, I now tried this:
http://localhost:8983/solr/db/select/?wt=json&indent=on&q=*:*&fl=city&facet.field=city&facet.prefix=Bost

Then I get:
{
 "responseHeader":{
  "status":0,
  "QTime":0,
  "params":{
        "fl":"city",
        "indent":"on",
        "q":"*:*",
        "facet.prefix":"Bost",
        "facet.field":"city",
        "wt":"json"}},
 "response":{"numFound":4,"start":0,"docs":[
        {},
        {},
        {},
        {}]
 }}


So 4 total results, but I would have expected 1

What am I doing wrong?
-- 
View this message in context: 
http://lucene.472066.n3.nabble.com/Autosuggest-on-PART-of-cityname-tp1226088p1226571.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to