Remove maxChars for full record searches. It is not stored, indexed only
authorDennis Schafroth <dennis@indexdata.com>
Wed, 16 Oct 2013 09:47:57 +0000 (11:47 +0200)
committerDennis Schafroth <dennis@indexdata.com>
Wed, 16 Oct 2013 09:47:57 +0000 (11:47 +0200)
conf/schema.xml

index 8cac78f..fe42fd1 100644 (file)
          destination field is to use the dynamic field syntax. 
          copyField also supports a maxChars to copy setting.  -->
           
          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"/> -->
 
    <!-- copy name to alphaNameSort, a field designed for sorting by name -->
    <!-- <copyField source="name" dest="alphaNameSort"/> -->