Walter Underwood wrote:
>
>
> 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.
>
Walter, while your above statement may be true, some java app servers have
an issue with the length of URLs and truncate after a certain point. I ran
into this issue back in April.
http://www.nabble.com/Possible-to-HTTP-POST-%28very-long%29-queries--tf1472283.html#a3994174
--
View this message in context:
http://www.nabble.com/Using-HTTP-Post-for-Queries-tf3039973.html#a8453558
Sent from the Solr - User mailing list archive at Nabble.com.