Changeset 28056


Ignore:
Timestamp:
2013-08-15T11:35:38+12:00 (11 years ago)
Author:
kjdon
Message:

sort fields are not allowed to be multivalued

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs3-extensions/solr/trunk/src/conf/schema.xml.in

    r27801 r28056  
    597597   <dynamicField name="random_*" type="random" />
    598598<!-- dynamic field for sort/facet fields, which are strings by default. ie not tokenised -->
    599     <dynamicField name="by*" type="string" indexed="true" stored="false" multiValued="true" />
     599    <dynamicField name="by*" type="string" indexed="true" stored="false" multiValued="false" />
    600600   <!-- uncomment the following to ignore any fields that don't already match an existing
    601601        field name or dynamic field, rather than reporting them as an error.
Note: See TracChangeset for help on using the changeset viewer.