Hi As per this document, http://wiki.apache.org/solr/FieldOptionsByUseCase, omitNorms and termVectors have to be "explicitly" specified in some cases.
I am wondering what is the default value of these settings if solr schema definition does not state them. *Example:* <field name="ql_path" type="string" indexed="false" stored="true"/> In above case, will Solr create norms for this field and term vector as well? Any ideas? Thanks Saroj