sixcooler 10 years ago
commit 9ace7876ef

@ -177,6 +177,7 @@ public class Ranking {
* @return * @return
*/ */
public String getBoostFunction() { public String getBoostFunction() {
if (this.boostFunction.contains("last_modified")) return ""; // since solr 5.0 this does not work any more
return this.boostFunction; return this.boostFunction;
} }

Loading…
Cancel
Save