C# Class NuGet.Indexing.DownloadsBoostedQuery

Inheritance: Lucene.Net.Search.Function.CustomScoreQuery
Afficher le fichier Open project: NuGet/NuGet.Services.Metadata Class Usage Examples

Méthodes publiques

Méthode Description
DownloadsBoostedQuery ( Query query, int[]>.IReadOnlyDictionary docIdMapping, Downloads downloads, RankingResult ranking, QueryBoostingContext context, double baseBoost = BaseBoostConstant ) : System.Collections.Generic
ToString ( ) : string

Méthodes protégées

Méthode Description
GetCustomScoreProvider ( IndexReader reader ) : Lucene.Net.Search.Function.CustomScoreProvider

Method Details

DownloadsBoostedQuery() public méthode

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
Résultat System.Collections.Generic

GetCustomScoreProvider() protected méthode

protected GetCustomScoreProvider ( IndexReader reader ) : Lucene.Net.Search.Function.CustomScoreProvider
reader Lucene.Net.Index.IndexReader
Résultat Lucene.Net.Search.Function.CustomScoreProvider

ToString() public méthode

public ToString ( ) : string
Résultat string