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
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