My two cents, If anything else, declaring them as indexed="true" and stored="true" helps to auto document the schema and make its options explicit.
Best, Eddie On Thu, Aug 13, 2015 at 12:07 PM, 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" > > >