Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Commit

Permalink
Add missing node_id field
Browse files Browse the repository at this point in the history
refs NASA-PDS/registry-pds3-catalog#16
  • Loading branch information
jordanpadams committed May 31, 2024
1 parent 9a1615d commit 594ef75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/resources/collections/data/managed-schema
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@
<field name="language" type="text_en_splitting_tight" indexed="false" stored="true" multiValued="true" />
<field name="modification_date" type="pdate" indexed="false" stored="true" multiValued="true" />
<field name="modification_description" type="text_general" indexed="false" stored="true" multiValued="true" />
<field name="node_id" type="lowercase" indexed="true" stored="true" multiValued="true" />
<field name="objectType" type="lowercase" indexed="true" stored="true" multiValued="true" />
<field name="observation_local_mean_solar_time" type="string" indexed="false" stored="true" multiValued="true" />
<field name="observation_local_true_solar_time" type="string" indexed="false" stored="true" multiValued="true" />
Expand Down

0 comments on commit 594ef75

Please sign in to comment.