I'm using extjs 4 store.load and it accepts new parameters for a GET request as an json object. I can not put more than one property with the same name on a json object.
How can I pass multiple facet.field values to solr with out having to append a new facet.field param to the GET url. Instead of doing http://example.com/solr/?facet.field=name&facet.field=phone&facet.field=address I need a way to do something like facet.field=name,phone,address Is there another format I can use to pass facet.fields in? -- View this message in context: http://lucene.472066.n3.nabble.com/Multiple-facet-field-format-alternative-for-GET-Request-tp4000218.html Sent from the Solr - User mailing list archive at Nabble.com.