Changeset 1415


Ignore:
Timestamp:
06/10/11 10:19:37 (13 years ago)
Author:
patdui
Message:
  • renamed origin to collection
  • created vlo-2.3 tag and bumped version to 2.4-SNAPSHOT
File:
1 edited

Legend:

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

    r1402 r1415  
    404404 <fields>
    405405   <field name="id" type="string" indexed="true" stored="true" required="true"/>
    406    <field name="origin" type="string" indexed="true" stored="true" multiValued="true" />
     406   <field name="collection" type="string" indexed="true" stored="true" multiValued="true" />
    407407   <field name="name" type="string" indexed="true" stored="true" multiValued="true"/>
    408408   <field name="projectName" type="string" indexed="true" stored="true" multiValued="true"/>
     
    419419   <field name="text" type="text" indexed="true" stored="false" multiValued="true"/>
    420420   <copyField source="description" dest="text"/>
    421    <copyField source="origin" dest="text"/>
     421   <copyField source="collection" dest="text"/>
    422422   <copyField source="name" dest="text"/>
    423423   <copyField source="projectName" dest="text"/>
Note: See TracChangeset for help on using the changeset viewer.