Hi list,

I am using Solr 4.6.1 and the REST Interface (<requestHandler name="/select" 
class="solr.SearchHandler">)



Using fq and field.facets the query string is growing more and more. E.g.:


fq=(field_1:"abc" OR field_1:"def") AND (field2:"ghi")"     and so forth...


If the request comes up to 8192 bytes, I get an error. Ok it is the limit of 
the HTTP GET Request.

My Questeion: Is there an Alternative to "REST/HTTP GET" in solr? E.g. POST or 
something else?


Best reguards,
Marcus

Reply via email to