[
https://issues.apache.org/jira/browse/SOLR-1142?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Yonik Seeley updated SOLR-1142:
-------------------------------
Attachment: SOLR-1142.patch
Attaching patch...
- changes example spelling field from "name" to "spell" and removes copyField
from "name" since that's likely a field people will reuse, changes tests to use
"spell" rather than name
- eliminates the copyField from id to sku since many will reuse the id field
- removes default values
- reformats really long comment lines
- comments out some other random copyField commands
- other little misc cleanups
So - some things like termvectors are kept for easy testing and demonstration
purposes, but they are *not* on fields likely to be reused. The biggest
remaining cost is copyField of the various fields into the catchall "text"
field... but I don't think we should get rid of that for the example.
> faster example schema
> ---------------------
>
> Key: SOLR-1142
> URL: https://issues.apache.org/jira/browse/SOLR-1142
> Project: Solr
> Issue Type: Improvement
> Reporter: Yonik Seeley
> Fix For: 1.4
>
> Attachments: SOLR-1142.patch
>
>
> need faster example schema:
> http://www.lucidimagination.com/search/document/d46ea3fa441b6d94
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.