Skip to content

Commit

Permalink
tests: remove _attachment from schema
Browse files Browse the repository at this point in the history
* Closes #69.
  • Loading branch information
Diego Rodriguez committed May 13, 2019
1 parent 27a3e54 commit 36d22ac
Showing 1 changed file with 0 additions and 33 deletions.
33 changes: 0 additions & 33 deletions tests/data/v6/records-files/records-files-v1.0.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,39 +18,6 @@
},
"version_id": {
"type": "text"
},
"_attachment": {
"type": "attachment",
"fields": {
"content": {
"term_vector": "with_positions_offsets",
"store": "yes"
},
"author": {
"store": "yes"
},
"title": {
"store": "yes"
},
"name": {
"store": "yes"
},
"date": {
"store": "yes"
},
"keywords": {
"store": "yes"
},
"content_type": {
"store": "yes"
},
"content_length": {
"store": "yes"
},
"language": {
"store": "yes"
}
}
}
}
}
Expand Down

0 comments on commit 36d22ac

Please sign in to comment.