This doesn’t answer your question, but it would be nice if the exception
pointed you to the specific cause of the error?“Input string ‘30’
exceeds Integer.MAX_VALUE for rows parameter”, so that if you aren’t a java
savvy person, you would better understand the issue.
> On Apr 3, 202
This was a bug that was fixed in 8.7:
https://issues.apache.org/jira/browse/LUCENE-9427
I thought perhaps hl.weightMatches=false might work but it doesn't. So you
have to upgrade to get this.
~ David Smiley
Apache Lucene/Solr Search Developer
http://www.linkedin.com/in/davidwsmiley
On Thu, Apr
Hi,
We plan to store multiple tenants in a single collection (multiple shards)
with a composite Id router with docId prefix as tenant id.
In this set up, how can a tenant’s index size be found. Solr metrics api gives
the core’s index size .But in same core multiple tenants might be present.
Wou