elasticsearch: Fix indexing blobs and commits with strict mapping on
The elasticsearch index recently gained strict, rather than dynamic, mapping. However, we're still missing two important fields: * repository.commit.type * repository.blob.type I mistakenly thought all was well, when in fact our Ruby and Go indexers both silently ignore documents that fail to create. This fix is sufficient to bring the document count back up to the right number on my test instance (~262,000 instead of ~2000)
Showing
Please register or sign in to comment