I'm using Solr 6.2.1. Schema is static (schema.xml) and some fields look like

  <field name="attributes_size" type="ints" indexed="true" stored="false"/>
  <field name="attributes_price" type="ints" indexed="true" stored="false"/>

and so on. But when querying in web browser GUI I can see, that these fields 
are stored though and values are returned on query. How can this happen?
Looking into web schema browser I can see fields with following attributes:

Field: attributes_size
Field-Type:org.apache.solr.schema.TrieIntField
Flags:  Indexed DocValues       Multivalued     Omit Norms      Omit Term 
Frequencies & Positions
Properties      √       √       √       √       √

Field: attributes_price
Field-Type:org.apache.solr.schema.TrieIntField
Flags:  Indexed DocValues       Multivalued     Omit Norms      Omit Term 
Frequencies & Positions
Properties      √       √       √       √       √
Schema  √       √       √       √       √
Index   (unstored field)

What is wrong there?

______________________________________________________
Gesendet mit Maills.de - mehr als nur Freemail www.maills.de


Reply via email to