That's the whole point of having a true/false option for stored. Stored="true" implies that those fields are available for display to the user in results lists. stored="false" and they're not.
Best, Erick On Mon, Jun 1, 2015 at 4:34 AM, Sznajder ForMailingList <bs4mailingl...@gmail.com> wrote: > Hi > > I am indexing some content under "text" field. > In the schema.xml "text" field is defined as : > > > <field name="text" type="text_general" indexed="true" stored="false" > multiValued="true"/> > > > However, when I am looking to the documents via the UI > http://localhost:8983/solr/#/sec_600b/query > > I see the text field content in the returned documents. > > Do I make a mistake? Or this behavior (i.e. no-stored fields are displayed > in admin ui) is expected? > > thanks! > > Benjamin.