On Mon, Mar 21, 2011 at 8:33 PM, Marc SCHNEIDER <marc.schneide...@gmail.com> wrote: > Hi Erick, > > Thanks for your answer. > I'm a quite newbie to Solr so I'm a little bit confused. > Do you mean that (using Solrj in my case) I should add all fields (stored > and not stored) before adding the document to the index? [...]
No, what he means is that the Solr output contains *only* stored fields. There might be fields that are indexed (i.e., available for search), but not stored in the current index. In such a case, these fields will be blank in the Solr output, and consequently, in the updated document. Regards, Gora