Elasticsearch index on compressed string blob

You mentioned in this earlier post that you are using some potentially unusual compressed format. As far as I know Tika and the ingest attachment plugin only handle more common binary formats, so I would probably recommend extracting the content to be indexed from your blobs at the client side if you want to search using Elasticsearch.