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
Afficher le fichier Open project: synhershko/Lucene.Net.Contrib

Méthodes publiques

Méthode Description
Coord ( int overlap, int maxOverlap ) : float

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

Method Details

Coord() public méthode

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