You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Ported from https://github.com/NuGet/NuGetApi/issues/11]
This is the first public service in APIv3 - We'll create a simple search API that has the following main improvements over the current search system:
Search Index contains ALL packages
Relevance is driven by recent popularity data instead of all-time popularity
Independent service running Lucene with an in-memory index for improved performance.
And more!
Test Notes
Using the Admin Key in the CSCFG file, you can access https://<search service host>/search/console in order to test various queries. Since the service is not yet integrated into the Gallery, this provides a simple way to bash on the data and ensure a few things:
When a new package is uploaded, it appears in the index within 2 minutes
When a new version of an existing package is uploaded, it appears within 2 minutes
When a package is listed/unlisted, the index is updated within 2 minutes (ensure "Ignore Filter" is not checked as that will ignore the listed/unlisted filter)
When a package is edited, the index is updated about 2 minutes AFTER the edit is finalized by HandlePackageEdits.
The text was updated successfully, but these errors were encountered:
[Ported from https://github.com/NuGet/NuGetApi/issues/11]
This is the first public service in APIv3 - We'll create a simple search API that has the following main improvements over the current search system:
And more!
Test Notes
Using the Admin Key in the CSCFG file, you can access
https://<search service host>/search/console
in order to test various queries. Since the service is not yet integrated into the Gallery, this provides a simple way to bash on the data and ensure a few things:The text was updated successfully, but these errors were encountered: