You can use POST instead of GET.

But you may also want to see if you can refactor those 1500 strings somehow.

If you don't use it already, maybe Terms query parser could be useful:
https://lucene.apache.org/solr/guide/7_7/other-parsers.html#terms-query-parser

Also, if at least some of those numbers don't change, maybe you can
store them Solr side with default request parameters or even using
Request Param API with useParams:
https://lucene.apache.org/solr/guide/7_7/request-parameters-api.html

Regards,
   Alex.

On Thu, 30 May 2019 at 16:21, Venkateswarlu Bommineni <bvr...@gmail.com> wrote:
>
> Hello Team,
>
> I have got a requirement to send many strings (~1500) in the filter query
> param to the solr.
>
> Can you please provide any suggestions/precautions we need to take care in
> this particular scenario.
>
> Thanks,
> Venkat.

Reply via email to