Rename last-modified to harvest- fields
[lui-solr.git] / 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  -->