Hi, I have a field in my solr schema as below.
<field name="ClusterId" indexed="true" type="string" stored="false" required="false" /> After updating some docs via SolrInputDocument, I am not able to query the updated docs with ClusterId field i.e., when I query using ClusterId the updated docs are not being retrieved. Can you please help here? Thanks & Regards, Arjun M