Re: what is the default value of omitNorms and termVectors in solr schema

2011-09-18 Thread Erik Hatcher
From Solr's example schema.xml: "omitTermFreqAndPositions attribute introduced, true by default except for text fields" (meaning TextField's) And term vectors most definitely are false by default. Also from the example schema.xml: "termVectors: [false] set to true to store the term vector for a

what is the default value of omitNorms and termVectors in solr schema

2011-09-18 Thread roz dev
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:* In above case, will Solr