remove some per-term waste in SimpleFacets
------------------------------------------
Key: SOLR-2531
URL: https://issues.apache.org/jira/browse/SOLR-2531
Project: Solr
Issue Type: Task
Reporter: Robert Muir
Attachments: SOLR-2531.patch
While looking at SOLR-2530,
Seems like in the 'use filter cache' case of SimpleFacets we:
1. convert the bytes from utf8-utf16
2. create a string from the utf16
3. create a Term object from the string
doesn't seem like any of this is necessary, as the Term is unused...
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]