Re: GET or POST for large queries?

2011-02-18 Thread mrw
out the ManifoldCF project with which you can integrate security to Solr? http://incubator.apache.org/connectors/ -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com -- View this message in context: http://lucene.472066.n3.nabble.com/GET-or-POST-for-large

Re: GET or POST for large queries?

2011-02-18 Thread Jan Høydahl
? http://incubator.apache.org/connectors/ -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com -- View this message in context: http://lucene.472066.n3.nabble.com/GET-or-POST-for-large-queries-tp2521700p2527765.html Sent from the Solr - User mailing list archive

GET or POST for large queries?

2011-02-17 Thread mrw
the headerBufferSize, but I don't see any other strategies. Is it possible/feasible to switch to use POST for querying? Thanks! -- View this message in context: http://lucene.472066.n3.nabble.com/GET-or-POST-for-large-queries-tp2521700p2521700.html Sent from the Solr - User mailing list archive

Re: GET or POST for large queries?

2011-02-17 Thread Erik Hatcher
://lucene.472066.n3.nabble.com/GET-or-POST-for-large-queries-tp2521700p2521700.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: GET or POST for large queries?

2011-02-17 Thread mrw
). :) Thanks for responding. Erik Hatcher-4 wrote: Yes, you may use POST to make search requests to Solr. Erik -- View this message in context: http://lucene.472066.n3.nabble.com/GET-or-POST-for-large-queries-tp2521700p2522293.html Sent from the Solr - User mailing list archive

Re: GET or POST for large queries?

2011-02-17 Thread Jonathan Rochkind
Yes, I think it's 1024 by default. I think you can raise it in your config. But your performance may suffer. Best would be to try and find a better way to do what you want without using thousands of clauses. This might require some custom Java plugins to Solr though. On 2/17/2011 3:52 PM,

Re: GET or POST for large queries?

2011-02-17 Thread Dennis Gearon
/security/?p=4501tag=nl.e036' EARTH has a Right To Life, otherwise we all die. From: mrw mikerobertsw...@gmail.com To: solr-user@lucene.apache.org Sent: Thu, February 17, 2011 11:27:06 AM Subject: GET or POST for large queries? We are running into some issues