C# Класс NuGet.Indexing.GalleryServiceImpl

Показать файл Открыть проект

Открытые методы

Метод Описание
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