On 4-Jun-08, at 2:22 PM, Andrew Nagy wrote:

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?

It could be, but I would be surprised. How are you constructing the POST request (you listed a url, which only makes sense as a GET)?

-Mike

Reply via email to