C# Class NuGet.Indexing.GalleryServiceImpl

Show file Open project: NuGet/NuGet.Services.Metadata

Public Methods

Method Description
Search ( JsonWriter jsonWriter, NuGetSearcherManager searcherManager, string q, bool countOnly, bool includePrerelease, string sortBy, int skip, int take, string feed, bool ignoreFilter, bool luceneQuery ) : void

Private Methods

Method Description
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

Method Details

Search() public static method

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
return void