Ok, I posted on SOLRNet forum asking how can I reduce the URL string using POST method.
But I'm giving a try to SOLRJ. Think should be the right way to do it maybe. -----Original Message----- From: Mauricio Scheffer [mailto:mauricioschef...@gmail.com] Sent: segunda-feira, 12 de Julho de 2010 14:31 To: solr-user@lucene.apache.org Subject: Re: Query: URl too long Frederico, This is indeed a SolrNet issue. You can switch to POST in queries by implementing a ISolrConnection decorator. In the Get() method you'd build a POST request instead of the standard GET. Please use the SolrNet forum for further questions about SolrNet. Cheers, Mauricio On Mon, Jul 12, 2010 at 9:33 AM, kenf_nc <ken.fos...@realestate.com> wrote: > > Frederico, > You should also pose your question on the SolrNet forum, > http://groups.google.com/group/solrnet?hl=en > Switching from GET to POST isn't a Solr issue, but a SolrNet issue. > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Query-URl-too-long-tp959990p960208.ht ml > Sent from the Solr - User mailing list archive at Nabble.com. >