• Nick Thomas's avatar
    elasticsearch: Fix indexing blobs and commits with strict mapping on · ab428f2d
    Nick Thomas authored
    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)
    ab428f2d
application_search.rb 15.5 KB