Remove maxChars for full record searches. It is not stored, indexed only
[lui-solr.git] / conf / schema.xml
index 50e7c4a..fe42fd1 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  -->
          destination field is to use the dynamic field syntax. 
          copyField also supports a maxChars to copy setting.  -->
           
-   <copyField source="*" dest="text" maxChars="10000"/> 
+   <copyField source="*" dest="text"/> 
 
    <!-- copy name to alphaNameSort, a field designed for sorting by name -->
    <!-- <copyField source="name" dest="alphaNameSort"/> -->