Skip to content

Commit

Permalink
Update Solr schema
Browse files Browse the repository at this point in the history
  • Loading branch information
ianlamb77 committed Feb 27, 2017
1 parent 37d5c5b commit f86b029
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion SolrSchemaExample.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
-->


<schema name="NYUHSL_data_catalog" version="1.3">
<schema name="data_catalog" version="1.3">
<!-- attribute "name" is the name of this schema and is only used for display purposes.
Applications should change this to reflect the nature of the search collection.
version="1.2" is Solr's version number for the schema syntax and semantics. It should
Expand Down Expand Up @@ -362,7 +362,16 @@
<xi:fallback></xi:fallback>
</xi:include>






<!-- BEGIN DATA CATALOG FIELDS -->


<fields>
<field name="_version_" type="long" indexed="true" stored ="true"/>
<!-- Valid attributes for fields:
name: mandatory - the name for the field
type: mandatory - the name ofa previously defined type from the <types> section
Expand Down

0 comments on commit f86b029

Please sign in to comment.