: REQUEST: 
: 
http://localhost:8983/solr/select/?q=*%3A*&version=2.2&rows=0&start=0&indent=on&facet=true&facet.field=Instrument&facet.field=Location&facet.mincount=9
: 
: RESPONSE: 
        ...
: <lst name="params"> 
        ...
: <str name="facet.minCount">9</str> 

...the REQUST url you listed says facet.mincount, but the response from 
Solr disagrees.  according to it you actaully had a capital "C" in 
facet.minCount ... solr params are case sensitive, so Solr is completley 
ignoring facet.minCount.


As for why you don't get any values for the Instrument facet -- 
understanding that requires you to tell us more about the field/fieldType 
for Instrument.


-Hoss

Reply via email to