Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add work service jobs to maintain search service index #1940

Closed
3 tasks
analogrelay opened this issue Mar 4, 2014 · 0 comments · Fixed by NuGet/NuGet.Services.Work#8
Closed
3 tasks

Add work service jobs to maintain search service index #1940

analogrelay opened this issue Mar 4, 2014 · 0 comments · Fixed by NuGet/NuGet.Services.Work#8
Assignees
Milestone

Comments

@analogrelay
Copy link
Contributor

The search service has some tasks that maintain the index (FullBuild, UpdateIndex, etc.). Those need to be plugged in to the Work Service

  • Rebuild the entire index (this job will not be scheduled, but will be available to be invoked, and should be run before deployment of the search service to new environments)
  • Update the index incrementally
  • Check Index Consistency (verify that the number of documents is near the number of packages in the DB)
@analogrelay analogrelay added this to the v3.0.2 milestone Mar 4, 2014
@analogrelay analogrelay self-assigned this Mar 4, 2014
analogrelay added a commit to NuGet/NuGet.Services.Work that referenced this issue Mar 5, 2014
analogrelay added a commit to NuGet/NuGet.Services.Work that referenced this issue Mar 6, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant