Example usage for org.apache.lucene.search Rescorer subclass-usage

List of usage examples for org.apache.lucene.search Rescorer subclass-usage

Introduction

In this page you can find the example usage for org.apache.lucene.search Rescorer subclass-usage.

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.
 * */