mirror of https://github.com/apache/lucene.git
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:
parent
0502d82893
commit
c1efe96c47
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue