From the apache-solr-1.3.0\example\solr\conf\schema.xml file:

<!-- since fields of this type are by default not stored or indexed,
     any data added to them will be ignored outright -->
<fieldtype name="ignored" stored="false" indexed="false"
  class="solr.StrField" />

So for both fieldtype/@stored and fieldtype/@indexed, the default is
"true", correct?

And does the <fieldtype> configuration constitute a default for <field>
so that field/@stored and field/@indexed take their effective values
according to field/@type?

Or do these default to "true" regardless of what's specified in the
respective <fieldtype>?

Michael Ludwig

Reply via email to