C# 클래스 NuGet.Indexing.DownloadsBoostedQuery

상속: Lucene.Net.Search.Function.CustomScoreQuery
파일 보기 프로젝트 열기: NuGet/NuGet.Services.Metadata 1 사용 예제들

공개 메소드들

메소드 설명
DownloadsBoostedQuery ( Query query, int[]>.IReadOnlyDictionary docIdMapping, Downloads downloads, RankingResult ranking, QueryBoostingContext context, double baseBoost = BaseBoostConstant ) : System.Collections.Generic
ToString ( ) : string

보호된 메소드들

메소드 설명
GetCustomScoreProvider ( IndexReader reader ) : Lucene.Net.Search.Function.CustomScoreProvider

메소드 상세

DownloadsBoostedQuery() 공개 메소드

public DownloadsBoostedQuery ( Query query, int[]>.IReadOnlyDictionary docIdMapping, Downloads downloads, RankingResult ranking, QueryBoostingContext context, double baseBoost = BaseBoostConstant ) : System.Collections.Generic
query Lucene.Net.Search.Query
docIdMapping int[]>.IReadOnlyDictionary
downloads Downloads
ranking RankingResult
context QueryBoostingContext
baseBoost double
리턴 System.Collections.Generic

GetCustomScoreProvider() 보호된 메소드

protected GetCustomScoreProvider ( IndexReader reader ) : Lucene.Net.Search.Function.CustomScoreProvider
reader Lucene.Net.Index.IndexReader
리턴 Lucene.Net.Search.Function.CustomScoreProvider

ToString() 공개 메소드

public ToString ( ) : string
리턴 string