RE: Multiple facet.field format alternative for GET Request

2012-08-09 Thread SteveC
hen J. Subject: RE: Multiple facet.field format alternative for GET Request : Well you get the same problem if you use jQuery's get(). It accepts an object for the url params. : I'll try to pass an array of k/v pairs and see what happens. Thanks! from what i'm told, jQuery

RE: Multiple facet.field format alternative for GET Request

2012-08-09 Thread Chris Hostetter
: Well you get the same problem if you use jQuery's get(). It accepts an object for the url params. : I'll try to pass an array of k/v pairs and see what happens. Thanks! from what i'm told, jQuery can definitely send multivalue request params, although starting with 1.4 they changed the defau

RE: Multiple facet.field format alternative for GET Request

2012-08-09 Thread SteveC
: Cirelli, Stephen J. Subject: Re: Multiple facet.field format alternative for GET Request : 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

RE: Multiple facet.field format alternative for GET Request

2012-08-09 Thread SteveC
via Lucene] Sent: Thu 8/9/2012 12:10 PM To: Cirelli, Stephen J. Subject: Re: Multiple facet.field format alternative for GET Request : 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

Re: Multiple facet.field format alternative for GET Request

2012-08-09 Thread Chris Hostetter
: 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 th

Multiple facet.field format alternative for GET Request

2012-08-09 Thread SteveC
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