Skip to content

Commit

Permalink
classifications in a map structure in hive
Browse files Browse the repository at this point in the history
  • Loading branch information
djtfmartin committed Oct 8, 2024
1 parent e2615aa commit 25c64c8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main/java/org/gbif/dwc/terms/GbifInternalTerm.java
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,10 @@ public enum GbifInternalTerm implements Term, AlternativeNames {
eventDateLte,

//Experimental Terms for Events indexing
parentEventGbifId;
parentEventGbifId,

// multi taxonomy classifications
classifications;

private static final String PREFIX = "gbint";
private static final String NS = "http://rs.gbif.org/terms/internal/";
Expand Down

0 comments on commit 25c64c8

Please sign in to comment.