Skip to content

Commit

Permalink
indexing changes for #1046
Browse files Browse the repository at this point in the history
  • Loading branch information
djtfmartin committed Oct 1, 2024
1 parent 616e011 commit 1b06b02
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ public OccurrenceHdfsRecord convert(IdentifierRecord idr) {
TemporalRecord tr = temporalMap.getOrDefault(k, TemporalRecord.newBuilder().setId(k).build());
LocationRecord lr = locationMap.getOrDefault(k, LocationRecord.newBuilder().setId(k).build());
TaxonRecord txr = taxonMap.getOrDefault(k, TaxonRecord.newBuilder().setId(k).build());
MultiTaxonRecord mtxr = multiTaxonMap.getOrDefault(k, MultiTaxonRecord.newBuilder().setId(k).build());
MultiTaxonRecord mtxr =
multiTaxonMap.getOrDefault(k, MultiTaxonRecord.newBuilder().setId(k).build());

// Extension
MultimediaRecord mr =
Expand Down

0 comments on commit 1b06b02

Please sign in to comment.