hunt-framework / hayoo

Hackage search engine
56 stars 9 forks source link

http://hackage.haskell.org/package/b-tree was not crawled #32

Closed sebastian-philipp closed 10 years ago

sebastian-philipp commented 10 years ago

This package is completely missing from the index.

sebastian-philipp commented 10 years ago
HayooIndexer/index/json$ grep fromOrderedToFile *
HayooIndexer/index/json$ 
UweSchmidt commented 10 years ago

This seems to be a cache issue, exec an update cache before indexing solves this.

make update-cache latest=1month
make json-all
make insert-json

a bit faster is

make jserv-update latest=1month # or 8days or 20hours or 30min or some other duration

this will index all packages uploaded within the last moth, or last 8 days or 20 hours or 30 minutes and push it directly into hunt (localhost:3000).