Thanks Alex and Shawn.
Regards,
Anuj
On Thu, 18 Feb 2021 at 18:57, Shawn Heisey wrote:
> On 2/18/2021 3:38 AM, Anuj Bhargava wrote:
> > Solr 8.0 query length limit
> >
> > We are having an issue where queries are too big, we get no result. And
> if
> > we re
On 2/18/2021 3:38 AM, Anuj Bhargava wrote:
Solr 8.0 query length limit
We are having an issue where queries are too big, we get no result. And if
we remove a few keywords we get the result.
The best option is to convert the request to POST, as Thomas suggested.
With that, the query
:
> You can send big queries as a POST request instead of a GET request.
>
> Op do 18 feb. 2021 om 11:38 schreef Anuj Bhargava :
>
> > Solr 8.0 query length limit
> >
> > We are having an issue where queries are too big, we get no result. And
> if
> > we
You can send big queries as a POST request instead of a GET request.
Op do 18 feb. 2021 om 11:38 schreef Anuj Bhargava :
> Solr 8.0 query length limit
>
> We are having an issue where queries are too big, we get no result. And if
> we remove a few keywords we get the result.
>
Solr 8.0 query length limit
We are having an issue where queries are too big, we get no result. And if
we remove a few keywords we get the result.
Error we get - error 414 (Request-URI Too Long)
Have made the following changes in jetty.xml, still the same error
**
**
**
**
**
**
**
**