C# Class Lucene.Net.Search.BinaryCoordSimilarity

Custom similarity to boost relevance of documents containing all query terms (as opposed to only some of them)
Inheritance: DefaultSimilarity
显示文件 Open project: synhershko/Lucene.Net.Contrib

Public Methods

Method Description
Coord ( int overlap, int maxOverlap ) : float

If a query doesnt have all the query terms, its score is halved.

Method Details

Coord() public method

If a query doesnt have all the query terms, its score is halved.
public Coord ( int overlap, int maxOverlap ) : float
overlap int
maxOverlap int
return float