Hello, We have 20mil document solr index which contains multiValued fields of numbers. We have omitNorms="true" omitTermFreqAndPositions="true" , but looks like solr still calculating idf and tf for the field. Is there any other way except creating custom similarity to fix this issue? I just want be match no match
<field name="nume" type="plong" indexed="true" stored="false" multiValued="true" omitNorms="true" omitTermFreqAndPositions="true" /> -- View this message in context: http://lucene.472066.n3.nabble.com/solr-3-multivalued-field-omitTermFreqAndPositions-is-ignored-tp4170188.html Sent from the Solr - User mailing list archive at Nabble.com.