On May 20, 2013, at 05:05 , Kamal Palei <palei.ka...@gmail.com> wrote: > I have put the code to add these fields in document object and index it. > I have not deleted whole indexed data and reindex it. But I expect whatever > new documents are added, for those documents these two fields salary and > experience should be reindexed. Eventually I have to delete the index and > re-index it, but will do after all these things work. > > Now question is, what I need to do so that these fields are shown as index > fields.
Ar you using the "fl" query parameter? If so, you may need to add the new fields to the list of fields that you want solr to return...