Skip to content

Commit

Permalink
nsdi field added in get dataset API
Browse files Browse the repository at this point in the history
  • Loading branch information
tanvi029 committed Oct 24, 2024
1 parent f5bd11c commit 74b000c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ public class Constants {
+ " \"dataSample\","
+ " \"dataDescriptor\", \"@context\", \"dataQualityFile\", \"dataSampleFile\","
+ " \"resourceType\", \"resourceServerRegURL\",\"resourceType\","
+ "\"location\", \"iudxResourceAPIs\", \"itemCreatedAt\"]},\"size\": 10000}";
+ "\"location\", \"iudxResourceAPIs\", \"itemCreatedAt\",\"nsdi\"]},\"size\": 10000}";
public static final String RESOURCE_ACCESSPOLICY_COUNT =
"{\"size\": 0,\"aggs\":{\"results\":{\"terms\":{\"field\":\"resourceGroup.keyword\","
+ "\"size\":10000},\"aggs\":{\"access_policies\":{\"terms\":{\"field\":"
Expand Down

0 comments on commit 74b000c

Please sign in to comment.