Changeset 1757


Ignore:
Timestamp:
02/21/12 11:24:16 (12 years ago)
Author:
teckart
Message:

Added facet "nationalProject", ticket #167

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vlo/trunk/vlo_solr/src/main/solr_conf/solr/conf/schema.xml

    r1546 r1757  
    417417   <field name="resourceType" type="string" indexed="true" stored="true" multiValued="true" />
    418418   <field name="dataProvider" type="string" indexed="true" stored="true" multiValued="false" />
     419   <field name="nationalProject" type="string" indexed="true" stored="true" multiValued="true" />
    419420   <field name="text" type="text" indexed="true" stored="false" multiValued="true"/>
    420421   <copyField source="description" dest="text"/>
     
    431432   <copyField source="resourceType" dest="text"/>
    432433   <copyField source="dataProvider" dest="text"/>
     434   <copyField source="nationalProject" dest="text"/>
    433435
    434436    <!-- Not in the copyfield list so we don't search in them -->
Note: See TracChangeset for help on using the changeset viewer.