Attribute values for fields should be inherited from attribute values of their field types.
Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch ----- Original Message ---- > From: Michael Ludwig <m...@as-guides.com> > To: solr-user@lucene.apache.org > Sent: Monday, May 4, 2009 1:08:43 PM > Subject: schema.xml: default values for @indexed and @stored > > From the apache-solr-1.3.0\example\solr\conf\schema.xml file: > > > > class="solr.StrField" /> > > So for both fieldtype/@stored and fieldtype/@indexed, the default is > "true", correct? > > And does the configuration constitute a default for > 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 ? > > Michael Ludwig