部署了最新的solr发现stored配置无效了,查找了一下,发现这个外国佬说出了问题的原因。
第一句话的意思是,最新版本schem.xml里面把docValues默认设置为true(看了一下string字段类型,确实如此),
docValues为true即使stored=false,该Field也会在查询时被返回。
第二句话是说,可以将docValues设置为false或在查询参数“fl”指定需要过滤掉的字段。
该论坛链接http://lucene.472066.n3.nabble.com/Fields-with-stored-false-are-stored-though-td4304484.html#a4304487
原文链接:https://www.f2er.com/xml/294666.html