C# Class Lucene.Net.Search.Function.TestCustomScoreQuery.CustomExternalQuery.AnonymousCustomScoreProvider

Inheritance: Lucene.Net.Search.Function.CustomScoreProvider
Show file Open project: synhershko/lucene.net

Public Methods

Method Description
AnonymousCustomScoreProvider ( IndexReader reader, int values ) : System
CustomScore ( int doc, float subScore, float valSrcScore ) : float

Method Details

AnonymousCustomScoreProvider() public method

public AnonymousCustomScoreProvider ( IndexReader reader, int values ) : System
reader Lucene.Net.Index.IndexReader
values int
return System

CustomScore() public method

public CustomScore ( int doc, float subScore, float valSrcScore ) : float
doc int
subScore float
valSrcScore float
return float