Re: Can I pass some Object as request parameter to solr server

2013-10-04 Thread Furkan KAMACI
I've implemented a SearchRequest class at my application. It has some custom fields and filled via web services automatically from a JSON object (via jackson). Inside a core class I retrieve proper attributes from that class and send a query to Solr server. If you have an API class to reach your S

Re: Can I pass some Object as request parameter to solr server

2013-10-04 Thread Jack Krupansky
The two techniques for sending lists of values/objects to Solr are comma or spaces delimited single parameter values, or multiple instances of the parameter name, one per value/object. Solr has no object-encoding per se, and has no parameters that are generalized objects, but you can use any o