Rename last-modified to harvest- fields
authorDennis Schafroth <dennis@indexdata.com>
Tue, 27 Aug 2013 14:12:56 +0000 (16:12 +0200)
committerDennis Schafroth <dennis@indexdata.com>
Tue, 27 Aug 2013 14:12:56 +0000 (16:12 +0200)
conf/schema.xml

index 50e7c4a..8cac78f 100644 (file)
    <field name="content_type" type="string" indexed="true" stored="true" multiValued="true"/>
    <field name="links" type="string" indexed="true" stored="true" multiValued="true"/>
 -->
-   <field name="last-modified-date" type="date"   indexed="true" stored="true"/>
-   <field name="last-modified"      type="string" indexed="true" stored="true"/>
+   <field name="harvest-timestamp" type="date"   indexed="true" stored="true"/>
+   <field name="harvest-date"      type="string" indexed="true" stored="true"/>
 
    <!-- catchall field, containing all other searchable text fields (implemented
         via copyField further on in this schema  -->