I'm using solr-6.4.2 version and I've large number of facet fields. When I request for query, it's log in Solr Log file with "URL to long" and not returning any item result.
I'm using SolrNet and it send get request. I'm not getting solr query in SolrLog file, but there is large number of data passing in Solr.
Any help will appreciated.
Go to your solr core folder
Edit your core's solrconfig.xml file. Solr\cores\YOURCORENAME\conf\solrconfig.xml
Now go to select requestHandler and add line
If this line exist and have any value then change it to -1
This is helped me.