> 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&face > t=true&facet.mincount=1&facet.limit=10&facet.field=authorlast&facet.fie > ld=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)?
I was just listing the GET representation of the URL. I am using the PEAR::HTTP_Request library for PHP. If you don't think this is a Jetty limitation, then it is probably something with the library that I am using. I will investigate there 1st. Thanks! Andrew