Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes ElasticIndexer for binary files #177

Merged
merged 1 commit into from
Jun 26, 2015

Conversation

flavioamieiro
Copy link
Member

We should not index the original file contents for two reasons: 1) they are not
relevant to the search. The text attribute should include the relevant
content and 2) they may be in a binary format that will not be serializable.

Fixes #176

We should not index the original file contents for two reasons: 1) they are not
relevant to the search. The `text` attribute should include the relevant
content and 2) they may be in a binary format that will not be serializable.

Fixes NAMD#176
fccoelho added a commit that referenced this pull request Jun 26, 2015
Fixes ElasticIndexer for binary files

seems ok. Merging.
@fccoelho fccoelho merged commit cba555a into NAMD:develop Jun 26, 2015
@flavioamieiro flavioamieiro deleted the bugfix/indexing_contents branch June 26, 2015 16:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants