Ok, I see - you want to send a JSON Object which contains the query
parameters.

As far as I know, that's not possible out-of-the-box, so you'll have to
create a custom SearchHandler
http://lucene.apache.org/solr/4_1_0/solr-core/org/apache/solr/handler/component/SearchHandler.html
for
that.

In the end it would be easier to do the mapping from JSON to HTTP params in
your application (looping through the JSON fields and appending them to the
request URL)

BR


On 13 February 2013 12:09, anurag.jain <anurag.k...@gmail.com> wrote:

> No, I want to post the parameters to solr in json format.
>
> you got me wrong. Actually it is little bit difficult to me to explain
> correctly :(
>
>
>
>
>
> --
> View this message in context:
> http://lucene.472066.n3.nabble.com/Send-Input-Through-Json-into-solr-tp4040186p4040190.html
> Sent from the Solr - User mailing list archive at Nabble.com.
>

Reply via email to