Skip to content

Commit

Permalink
Use 'date' type for last_modified in elastic index and add species_at…
Browse files Browse the repository at this point in the history
…_sites
  • Loading branch information
ml-evs committed Feb 21, 2021
1 parent 857217f commit 7bf5b91
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions optimade/server/entry_collections/elastic_indexes.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"type":"keyword"
},
"last_modified":{
"type":"keyword"
"type":"date"
},
"links":{
"type":"keyword"
Expand Down Expand Up @@ -147,7 +147,10 @@
"nsites":{
"type":"integer"
},
"structure_features":{
"species_at_sites": {
"type": "keyword"
},
"structure_features": {
"type":"keyword"
}
}
Expand Down

0 comments on commit 7bf5b91

Please sign in to comment.