Skip to content
Snippets Groups Projects
Commit 4ef2f120 authored by Eoghan Ó Carragáin's avatar Eoghan Ó Carragáin
Browse files

Fix typo in schema

parent ee0ff8f7
No related merge requests found
...@@ -183,9 +183,9 @@ ...@@ -183,9 +183,9 @@
<field name="container_start_page" type="text" indexed="true" stored="true"/> <field name="container_start_page" type="text" indexed="true" stored="true"/>
<field name="container_reference" type="text" indexed="true" stored="true"/> <field name="container_reference" type="text" indexed="true" stored="true"/>
<!-- Hierarchy Fields --> <!-- Hierarchy Fields -->
<field name="hierarchytype" type="string" index="true" stored="true" multiValued="false"/> <field name="hierarchytype" type="string" indexed="true" stored="true" multiValued="false"/>
<field name="hierarchy_top_id" type="string" index="true" stored="true" multiValued="true"/> <field name="hierarchy_top_id" type="string" indexed="true" stored="true" multiValued="true"/>
<field name="hierarchy_top_title" type="string" index="true" stored="true" multiValued="true"/> <field name="hierarchy_top_title" type="string" indexed="true" stored="true" multiValued="true"/>
<field name="hierarchy_parent_id" type="string" indexed="true" stored="true" multiValued="true"/> <field name="hierarchy_parent_id" type="string" indexed="true" stored="true" multiValued="true"/>
<field name="hierarchy_parent_title" type="string" indexed="true" stored="true" multiValued="true"/> <field name="hierarchy_parent_title" type="string" indexed="true" stored="true" multiValued="true"/>
<field name="hierarchy_sequence" type="string" indexed="true" stored="true" multiValued="true"/> <field name="hierarchy_sequence" type="string" indexed="true" stored="true" multiValued="true"/>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment