On Jan 19, 2007, at 8:54 AM, Maximilian Hütter wrote:
Can I query Solr using Post-Requests instead of Get?

Yes. This is in fact how it is done in solrb, because the query string will get too large:

<http://svn.apache.org/repos/asf/lucene/solr/trunk/client/ruby/solrb/ lib/solr/connection.rb>

see the #post method.

        Erik


Reply via email to