I am using the SolrJ library - does it have a way to specify one variant
(POST) over the other (GET)?

-Frank




On 4/22/16, 11:13 AM, "Reth RM" <reth.ik...@gmail.com> wrote:

>Are you using get instead of post?
>
>https://dzone.com/articles/solr-select-query-get-vs-post
>
>
>
>On Fri, Apr 22, 2016 at 8:12 PM, Kelly, Frank <frank.ke...@here.com>
>wrote:
>
>> I used SolrJ and wrote a test to confirm that the max query length
>> supported by Solr (by default) was 8192 in Solr 5.3.1
>> Based on the default Jetty settings
>>
>> jetty.xml:    <Set name="requestHeaderSize"><Property
>> name="solr.jetty.request.header.size" default="8192" /></Set>
>>
>>
>> The test would not work however until I had used a max size of 4096 (so
>> the query passes at 4095 and returns a RemoteSolrException at 4097).
>>
>>
>> Is there another setting somewhere limiting the max query length?
>>
>>
>> -Frank
>>
>> *Frank Kelly*
>>
>> Principal Software Engineer
>>
>> Predictive Analytics Team (SCBE/HAC/CDA)
>>
>>
>> *HERE *
>>
>> 5 Wayside Rd, Burlington, MA 01803, USA
>>
>> *42° 29' 7" N 71° 11' 32² W*
>>
>>
>> <http://360.here.com/>   <https://twitter.com/here>
>> <https://www.facebook.com/here>
>><https://linkedin.com/company/heremaps>
>>   <https://www.instagram.com/here>
>>
>>

Reply via email to