Skip to content

Commit

Permalink
#666 Add previousIdentifications and taxonConceptID to the index schema
Browse files Browse the repository at this point in the history
  • Loading branch information
muttcg committed Dec 5, 2023
1 parent 0b921c4 commit 8b60af7
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@
}
},
"samplingProtocolJoined": {"type": "keyword", "normalizer": "lowercase_normalizer"},
"previousIdentifications": {"type": "keyword"},
"eventId": {
"type": "text",
"fields": {
Expand Down Expand Up @@ -362,6 +363,7 @@
"speciesKey": {"type": "long"},
"synonym": {"type": "boolean"},
"taxonID": {"type": "keyword"},
"taxonConceptID": {"type": "keyword"},
"taxonKey": {"type": "long"},
"usage": {
"properties": {
Expand Down

0 comments on commit 8b60af7

Please sign in to comment.