Hi Everyone,

Looking at the out-of-the box schema.xml of Solr 5.1, I see this:

    <fieldType name="payloads" stored="false" indexed="true"
class="solr.TextField" >
      <analyzer>

Is it valid to have "stored" and "indexed" on <fieldType/>?  My
understanding is that those are on <field/> only.  If not, is the value in
<fieldType/> overrides what's in <field/>?

Thanks

Steve

Reply via email to