Re: java.lang.StackOverflowError if pass long string in q parameter

2020-08-10 Thread Dominique Bejean
Hi, It looks like uid field is a text field with graph filter. Do you really need this for this specific large "OR" query ? Can't you use a string field instead ? Do you need to compute the score for this query ? Maybe you can use fq instead of q ? You will have performance improvements by not

Re: java.lang.StackOverflowError if pass long string in q parameter

2020-08-10 Thread Furkan KAMACI
Hi Kumar, The problem you have here is StackOverflowError which is not related to the character limit of the q parameter. First of all, consider using pagination to fetch data from Solr. Secondly, share your configuration settings to startup Solr and how much index you have to check whether you

java.lang.StackOverflowError if pass long string in q parameter

2020-08-05 Thread kumar gaurav
HI I am getting the following exception if passing a long String in q parameter .