Makes groups possible

This commit is contained in:
2024-02-08 11:41:03 -08:00
parent d5e8545ec8
commit fcefbd5d6d
20 changed files with 364 additions and 276 deletions

View File

@@ -160,6 +160,7 @@
<field name="id" type="string" multiValued="false" indexed="true" required="true" stored="true"/>
<field name="name" multiValued="true" stored="true" type="text_general"/>
<field name="exact" multiValued="true" stored="true" type="string"/>
<field name="groups" multiValued="true" stored="true" type="string"/>
<field name="code" type="string" multiValued="false" indexed="true" required="true" stored="true"/>
<dynamicField name="*_txt_en_split_tight" type="text_en_splitting_tight" indexed="true" stored="true"/>
<dynamicField name="*_descendent_path" type="descendent_path" indexed="true" stored="true"/>