C# 클래스 NuGet.Indexing.ServiceImpl

파일 보기 프로젝트 열기: NuGet/NuGet.Services.Metadata

공개 메소드들

메소드 설명
AutoComplete ( JsonWriter jsonWriter, NuGetSearcherManager searcherManager, string q, string id, bool includePrerelease, int skip, int take, bool includeExplanation ) : void
Find ( JsonWriter jsonWriter, NuGetSearcherManager searcherManager, string id, string scheme ) : void
Search ( JsonWriter jsonWriter, NuGetSearcherManager searcherManager, string scheme, string q, bool includePrerelease, int skip, int take, string feed, bool includeExplanation ) : void

비공개 메소드들

메소드 설명
MakeAutoCompleteQuery ( string q, int[]>.IReadOnlyDictionary docIdMapping, Downloads downloads, RankingResult rankings, QueryBoostingContext context ) : Query
MakeAutoCompleteVersionQuery ( string id ) : Query
MakeFindQuery ( string id ) : Query
MakeSearchQuery ( string q, NuGetIndexSearcher searcher ) : Query

메소드 상세

AutoComplete() 공개 정적인 메소드

public static AutoComplete ( JsonWriter jsonWriter, NuGetSearcherManager searcherManager, string q, string id, bool includePrerelease, int skip, int take, bool includeExplanation ) : void
jsonWriter JsonWriter
searcherManager NuGetSearcherManager
q string
id string
includePrerelease bool
skip int
take int
includeExplanation bool
리턴 void

Find() 공개 정적인 메소드

public static Find ( JsonWriter jsonWriter, NuGetSearcherManager searcherManager, string id, string scheme ) : void
jsonWriter JsonWriter
searcherManager NuGetSearcherManager
id string
scheme string
리턴 void

Search() 공개 정적인 메소드

public static Search ( JsonWriter jsonWriter, NuGetSearcherManager searcherManager, string scheme, string q, bool includePrerelease, int skip, int take, string feed, bool includeExplanation ) : void
jsonWriter JsonWriter
searcherManager NuGetSearcherManager
scheme string
q string
includePrerelease bool
skip int
take int
feed string
includeExplanation bool
리턴 void