Example usage for org.apache.lucene.search Scorer interface-usage

List of usage examples for org.apache.lucene.search Scorer interface-usage

Introduction

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

Usage

From source file com.globalsight.ling.lucene.highlight.QueryScorer.java

/**
 * {@link Scorer} implementation which scores text fragments by the
 * number of unique query terms found.  This class uses the {@link
 * QueryTermExtractor} class to process determine the query terms and
 * their boosts to be used.
 * @author mark@searcharea.co.uk

From source file edu.mit.ll.vizlinc.highlight.QueryScorer.java

/**
 * {@link Scorer} implementation which scores text fragments by the number of
 * unique query terms found. This class converts appropriate {@link Query}s to
 * {@link SpanQuery}s and attempts to score only those terms that participated in
 * generating the 'hit' on the document.
 */

From source file edu.mit.ll.vizlinc.highlight.QueryTermScorer.java

/**
 * {@link Scorer} implementation which scores text fragments by the number of
 * unique query terms found. This class uses the {@link QueryTermExtractor}
 * class to process determine the query terms and their boosts to be used.
 */
// TODO: provide option to boost score of fragments near beginning of document

From source file org.deals.lucene.highlight.QueryScorer.java

/**
 * {@link Scorer} implementation which scores text fragments by the number of unique query terms found.
 * This class uses the {@link QueryTermExtractor} class to process determine the query terms and 
 * their boosts to be used. 
 * @author mark@searcharea.co.uk
 */