solr 3: multivalued field omitTermFreqAndPositions is ignored

2014-11-20 Thread qrcde
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

Solr - Read sort data from external source

2013-10-16 Thread qrcde
Hello, I am trying to write some code to read rank data from external db, I saw some example done using database - http://sujitpal.blogspot.com/2011/05/custom-sorting-in-solr-using-external.html, where they fetch whole database during index searcher creation and cache it. But is there any way to