what if i do something like this in the schema <field name='name' type='string' indexed='true' docValues='true' multiValued='false'/>
will the filed name be stored? or not stored? as i have not specified in the schema as stored='true'/'false'. On Thu, Aug 13, 2015 at 10:07 AM, Erick Erickson <erickerick...@gmail.com> wrote: > No. But how do they default to "true"? In the fieldType? Which will be > potentially different for different fieldTypes, so as a matter of style I > prefer > to list them in the field definition. But that's not necessary. > > Best, > Erick > > On Wed, Aug 12, 2015 at 4:42 PM, Nagasharath <sharathrayap...@gmail.com> > wrote: > > As stored & indexed both default to "true" do we still need to specify > in the schema as > > > > Indexed="true" & stored="true" > > >