On 1/19/07 6:09 AM, "Erik Hatcher" <[EMAIL PROTECTED]> wrote: > 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:
Use GET unless it really, really, really doesn't work. POST is the wrong HTTP semantic for fetching information. Long query strings are not a good enough reason. HTTP puts no limit on the length of a URL. wunder -- Walter Underwood Search Guru, Netflix