Re: pass custom parameters from client to solr

2012-06-06 Thread srinir
? -- View this message in context: http://lucene.472066.n3.nabble.com/pass-custom-parameters-from-client-to-solr-tp3987511p3988066.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: pass custom parameters from client to solr

2012-06-04 Thread Ahmet Arslan
> Thanks for your reply, that was > helpful. Is there any restriction on how many > parameters i can pass ? I think there are some max limits on GET and POST methods. You can use both using solrJ. POST method enables longer parameters. http://lucene.apache.org/solr/api/org/apache/solr/client/sol

Re: pass custom parameters from client to solr

2012-06-04 Thread srinir
context: http://lucene.472066.n3.nabble.com/pass-custom-parameters-from-client-to-solr-tp3987511p3987625.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: pass custom parameters from client to solr

2012-06-04 Thread Ahmet Arslan
> I would like to passĀ  a bunch of custom parameters to > turn on/off or set > thresholds for various custom implementations we have in our > solr. What > would be the best way to pass these custom parameters to > solr server from > the client ? The client is a Java based application and > hence we

pass custom parameters from client to solr

2012-06-04 Thread srinir
planning to use solrj. Thanks Srini -- View this message in context: http://lucene.472066.n3.nabble.com/pass-custom-parameters-from-client-to-solr-tp3987511.html Sent from the Solr - User mailing list archive at Nabble.com.