Hi,

We are using solr and implemented our own custom scoring.
The custom scoring code use a parameter which passed to the solr query,
different parameter value will change the score of the same query.

The problem which we have is that this parameter is not part of the query
caching so running the same query with different parameter values return the
first cached result.

What is the best way to workaround it (without removing the cache)? Is there
a way to tell solr to cache query with the parameter value as well? or maybe
add a dummy query to the query (the parameter is pretty long json)?

Thanks,
Ami



--
View this message in context: 
http://lucene.472066.n3.nabble.com/Solr-cache-when-using-custom-scoring-tp4216419.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to