Hello - I was wondering if there is a work around with POSTing repeated fields to Solr. I am using Jetty as my container with Solr 1.2.
I tried something like: http://localhost:8080/solr/select/?q=author:(smith)&rows=0&start=0&facet=true&facet.mincount=1&facet.limit=10&facet.field=authorlast&facet.field=authorfirst I am only getting back facets from the last facet.field. With a GET request I get back all of the facet fields. I am assuming this is a limitation with Jetty? How are others doing this? Thanks Andrew