Re: Solr Query Limits

2017-05-10 Thread Shawn Heisey
On 5/10/2017 12:33 AM, Adnan Shaikh wrote: > Thanks Alexandre for the update. > > Please help me to understand the other part of the query as well , if there > is any limit to how many values we can pass for a key. The limit is not the number of values, but the size of the request in bytes. A ty

Re: Solr Query Limits

2017-05-10 Thread Alexandre Rafalovitch
How many values are you trying to pass in? And in which format? And what issues are you facing? There are too many variables here to give a generic advice. Regards, Alex. http://www.solr-start.com/ - Resources for Solr users, new and experienced On 10 May 2017 at 02:33, Adnan Shaikh wro

Re: Solr Query Limits

2017-05-09 Thread Adnan Shaikh
Hello, Thanks Alexandre for the update. Please help me to understand the other part of the query as well , if there is any limit to how many values we can pass for a key. Thanks, Mohammad Adnan Shaikh On May 9, 2017, at 8:05 PM, Alexandre Rafalovitch wrote: I am not aware of any limits in Sol

Re: Solr Query Limits

2017-05-09 Thread Alexandre Rafalovitch
I am not aware of any limits in Solr itself. However, if you are using a GET request to do the query, you may be running into browser limitations regarding URL length. It may be useful to know that Solr can accept the query parameters in the POST body as well. Regards, Alex. http://www.so

Solr Query Limits

2017-05-09 Thread Adnan Shaikh
Hello Team, Have a query pertaining to how many values are we able to pass in a Solr query. Can we please find out if: 1. There is a limit to the number of characters that we can pass in a Solr query field? 2. Is there a limit to how many values we can pass for the one key? Thanks, Mohammad Ad