CocoaPods / search.cocoapods.org

This is the CocoaPods search engine repo, please direct CocoaPods issues to the main CocoaPods repository.
25 stars 11 forks source link

Return information on indexing status #96

Closed floere closed 8 years ago

floere commented 8 years ago

The search engine knows exactly how many pods have been indexed after a restart. Return the percentage of indexed pods to help the UI in determining a rough estimate of pods that would be found when fully indexed (and show the exact number if all are indexed).

floere commented 8 years ago

Attribute name: indexed_ratio: [0.0-1.0]

segiddins commented 8 years ago

indexing_progress ?

floere commented 8 years ago

Good idea!