roll back - unrelated schema example change committed with SOLR-243

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@782661 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mark Robert Miller 2009-06-08 15:00:31 +00:00
parent 0502d82893
commit c1efe96c47
1 changed files with 1 additions and 8 deletions

View File

@ -435,17 +435,10 @@
<copyField source="manu" dest="text"/>
<copyField source="features" dest="text"/>
<copyField source="includes" dest="text"/>
<!-- Above, multiple specific fields are copied to the [text] field.
Another option is to use the dynamic field syntax. A maxChars to
copy setting is also available. -->
<!-- <copyField source="*" dest="text" maxChars="3000"/> -->
<copyField source="manu" dest="manu_exact"/>
<copyField source="name" dest="spell"/>
<copyField source="name" dest="spell"/>
<!-- Similarity is the scoring routine for each document vs. a query.
A custom similarity may be specified here, but the default is fine