Ignore:
Timestamp:
2013-07-11T11:41:27+12:00 (11 years ago)
Author:
kjdon
Message:

added dynamic field for byXX which are the untokenised sorting fields

File:
1 edited

Legend:

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

    r24446 r27801  
    596596
    597597   <dynamicField name="random_*" type="random" />
    598 
     598<!-- 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" />
    599600   <!-- uncomment the following to ignore any fields that don't already match an existing
    600601        field name or dynamic field, rather than reporting them as an error.
Note: See TracChangeset for help on using the changeset viewer.