hbz / lobid

Linking Open Bibliographic Data
https://lobid.org/
Eclipse Public License 2.0
16 stars 4 forks source link

Many Items missing in production system #71

Closed acka47 closed 10 years ago

acka47 commented 10 years ago

Example:

$ curl "http://test.lobid.org/resource?q=*&owner=DE-6" | json_pp | grep totalResults
      "http://sindice.com/vocab/search#totalResults" : 2129412,
$ curl "http://lobid.org/resource?q=*&owner=DE-6" | json_pp | grep totalResults
      "http://sindice.com/vocab/search#totalResults" : 430408,
dr0i commented 10 years ago

This was because of cluster malfunction, see https://github.com/hbz/lobid/issues/69#issuecomment-59335040 . Issue solved by reindexing. Closing.