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.

Reply via email to