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 object encoding you want - provided that you are supplying the code via a plugin or script that knows how to decode that encoding. For example, you could code a script update processor that uses JavaScript to decode a JSON string passed as a parameter value. Or you could code a search component in Java as a plugin that decoded object parameters.

-- Jack Krupansky

-----Original Message----- From: Alok Bhandari
Sent: Friday, October 04, 2013 6:39 AM
To: solr-user@lucene.apache.org
Subject: Can I pass some Object as request parameter to solr server

Hello ,

I am using solr 4.0 , I want to sent a list of objects to solr as a request
parameter. Is it possible ? Please let me know.



--
View this message in context: http://lucene.472066.n3.nabble.com/Can-I-pass-some-Object-as-request-parameter-to-solr-server-tp4093463.html Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to