Ah, I didn't know this. This should be much simpler. Thank you very much!
On Tue, Jun 8, 2010 at 12:57 AM, Ahmet Arslan <iori...@yahoo.com> wrote: >> Meanwhile, I'd like to try using POST, but I didn't find >> information >> about how to do this. Could someone point me to a link to >> some >> sample code? > > > you can pass METHOD.POST to query method of SolrServer. > > public QueryResponse query(SolrParams params, METHOD method) > > > >