Skip to content

Instantly share code, notes, and snippets.

@lakhansamani
Last active June 12, 2018 04:41
Show Gist options
  • Save lakhansamani/4063283539a36ffd4054aa52a01f3c1c to your computer and use it in GitHub Desktop.
Save lakhansamani/4063283539a36ffd4054aa52a01f3c1c to your computer and use it in GitHub Desktop.

How to index pdf file in elastic search

In this example we will be looking at elastic search instance which is dockerized

  • docker exec -it [elasticsearch-container-name] bin/elasticsearch-plugin install ingest-attachment
  • Restart docker container
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment