Skip to content
Snippets Groups Projects
Commit 463ce1f4 authored by Demian Katz's avatar Demian Katz
Browse files

Multi-valued allfields for authorities.

parent fbedb15d
No related merge requests found
......@@ -13,7 +13,7 @@ source = "Unknown"
record_type = "Unknown"
fullrecord = FullRecordAsMarc
allfields = custom, getAllSearchableFields(100, 900)
allfields = custom, getAllSearchableFieldsAsSet(100, 900)
# These are just artificial examples -- as with source and record_type, they
# should be overridden in a second properties file:
......
......@@ -28,7 +28,7 @@
<field name="id" type="string" indexed="true" stored="true"/>
<field name="fullrecord" type="string" indexed="false" stored="true"/>
<field name="marc_error" type="string" indexed="false" stored="true" multiValued="true"/>
<field name="allfields" type="text" indexed="true" stored="false"/>
<field name="allfields" type="text" indexed="true" stored="false" multiValued="true"/>
<!-- Extra identifiers - where did authority record originate? -->
<field name="source" type="string" indexed="true" stored="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