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 |
Method | Description | |
---|---|---|
DocumentCountImpl ( JsonWriter jsonWriter, |
||
GetSort ( string sortBy ) : Lucene.Net.Search.Sort | ||
ListDocumentsImpl ( JsonWriter jsonWriter, |
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 |