[
https://issues.apache.org/jira/browse/SOLR-743?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12627477#action_12627477
]
Yonik Seeley commented on SOLR-743:
-----------------------------------
OK, some performance results:
Setup: P4, WinXP, Java6 -server
Test: loop over all dynamic fields in the test schema, creating a new
SchemaField from a prototype (as is done for each dynamic field accessed) and
then test all it's properties (done for each field indexed).
solr trunk: 10391ms
this patch: 110891ms
Test: loop over all dynamic fields in the test schema and test all it's
properties.
solr trunk: 6656ms
this patch: 17531ms
> Update the bitset usage in Schema to enums
> ------------------------------------------
>
> Key: SOLR-743
> URL: https://issues.apache.org/jira/browse/SOLR-743
> Project: Solr
> Issue Type: Improvement
> Reporter: Mark Miller
> Priority: Minor
> Fix For: 1.4
>
> Attachments: SOLR-743.patch, SOLR-743.patch
>
>
> For all of the reasons given by smarter people than I (specifically,
> Effective Java), and because its just easier to follow.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.