C# 클래스 Lucene.Net.Search.BinaryCoordSimilarity

Custom similarity to boost relevance of documents containing all query terms (as opposed to only some of them)
상속: DefaultSimilarity
파일 보기 프로젝트 열기: synhershko/Lucene.Net.Contrib

공개 메소드들

메소드 설명
Coord ( int overlap, int maxOverlap ) : float

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

메소드 상세

Coord() 공개 메소드

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