非文本字段的 SOLR 规范

SOLR norms for non-text fields

字符串和可数值字段的规范没有意义,但这些字段默认省略规范吗?

我有没有 "omitNorms=true" 的旧架构,我正在尝试了解,如果省略非文本字段的规范会减少内存使用量。

UPD

我知道什么是规范。

我问的是非文本字段的规范是否默认被省略。特别是,因为 wiki 说,它们只对文本字段有用

如果您查看此处的文档:http://wiki.apache.org/solr/SchemaXml

它说:

omitNorms defaults to true for primitive field types (int, float, boolean, string...)

及以后:

Only full-text fields or fields that need an index-time boost need norms.