C# 클래스 NuGet.Indexing.GalleryServiceImpl

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

공개 메소드들

메소드 설명
Search ( JsonWriter jsonWriter, NuGetSearcherManager searcherManager, string q, bool countOnly, bool includePrerelease, string sortBy, int skip, int take, string feed, bool ignoreFilter, bool luceneQuery ) : void

비공개 메소드들

메소드 설명
DocumentCountImpl ( JsonWriter jsonWriter, IndexSearcher searcher, Query query ) : void
GetSort ( string sortBy ) : Lucene.Net.Search.Sort
ListDocumentsImpl ( JsonWriter jsonWriter, NuGetIndexSearcher searcher, Query query, string sortBy, int skip, int take ) : void

메소드 상세

Search() 공개 정적인 메소드

public static Search ( JsonWriter jsonWriter, NuGetSearcherManager searcherManager, string q, bool countOnly, bool includePrerelease, string sortBy, int skip, int take, string feed, bool ignoreFilter, bool luceneQuery ) : void
jsonWriter JsonWriter
searcherManager NuGetSearcherManager
q string
countOnly bool
includePrerelease bool
sortBy string
skip int
take int
feed string
ignoreFilter bool
luceneQuery bool
리턴 void