In order for Atomic Updates to work, all your fields must be stored in the index. In this case, ClusterId is not stored and is therefore lost on an atomic update.
-- Regards, Shalin Shekhar Mangar. On Mon, Aug 4, 2014 at 11:00 AM, M, Arjun (NSN - IN/Bangalore) < arju...@nsn.com> wrote: > 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 > > > > > -- Regards, Shalin Shekhar Mangar.