List of usage examples for org.apache.lucene.search Rescorer subclass-usage
From source file org.apache.solr.ltr.LTRRescorer.java
/**
* Implements the rescoring logic. The top documents returned by solr with their
* original scores, will be processed by a {@link LTRScoringQuery} that will assign a
* new score to each document. The top documents will be resorted based on the
* new score.
* */