My question is same as this - Solr Index appears to be valid - but returns no results but for newly announced solr 7.3.
I have created a Solr index and write a whole bunch of docs into it. I can see from the Solr admin page that the docs exist and the schema is fine as well. But when I perform a search using a test keyword I do not get any results back.
On entering * : * into the query (in Solr admin page) I get all the results.
However, when I enter any other query (e.g. a term or phrase) I get no results. I have verified that the field being queried is Indexed and contains the values I am searching for.
Solr 7.3 however have removed the <defaultSearchField>
in the new release. Is there any alternate solution? How to make it search and return results from all documents?