You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by qrcde <ra...@yahoo.com> on 2014/11/20 22:33:03 UTC

solr 3: multivalued field omitTermFreqAndPositions is ignored

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.