Where in Solr can we set the limit for required characters in Solr search terms?
For example, I want to set the search term characters limit to nothing which should return all the results
Another example-
Suppose, I want to set the search term characters limit to 5. So when I search for "apple" (5 characters) or "orange" (5 characters or more) should return results. In this case, if I search for "cat", it should not return any results as the minimum required characters is 5.
Where do we set such required characters limit for search terms in Solr?