Did you index _data_ to the new field? Did you commit afterwards? Did you try indexing the field in a new doc from the admin UI?
Given you're seeing that the field is stored and indexed, you should be seeing terms in the view you showed. One possibility here is that you've mis-spelled the field at index time and have the "ignore" field defined. Or you're using "schemaless" and the field is being defined for you even though you had a typo in the name as something unexpected. This is almost certainly an error in your indexing code. Best, Erick On Tue, Dec 25, 2018 at 5:22 AM Surender Reddy <suren...@swooptalent.com> wrote: > > HI Vadim, > I don't see any error while indexing. Why the index row is not available > for the schema filed that is missing? > > Thanks, > Surender. > > From: Vadim Ivanov <vadim.iva...@spb.ntk-intourist.ru> > Sent: Tuesday, December 25, 2018 2:13 PM > To: solr-user@lucene.apache.org > Subject: RE: Not able to see newly added filed in query results > > In order to see newly added fields you have to reindex. > If there were any mistakes while reindexing they should appear in the log > file. > No clues in the kog? > > -- > > From: Surender Reddy [mailto:suren...@swooptalent.com] > Sent: Tuesday, December 25, 2018 8:15 AM > To: solr-user@lucene.apache.org<mailto:solr-user@lucene.apache.org> > Subject: Not able to see newly added filed in query results > > Hi Experts, > I am not able to see the newly added filed(allJobReqIds) in search results. > From the Solr Admin UI, I don't see any indexed records count . > Address is the one that I am seeing data and allJobReqIds which is missing. > Please help. > > [cid:image001.png@01D49C47.0C285D50] > > [cid:image002.png@01D49C47.0C285D50] > > Attached schema.xml also. > > Thanks, > Surender.