[ 
https://issues.apache.org/jira/browse/SOLR-2531?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13036299#comment-13036299
 ] 

Yonik Seeley commented on SOLR-2531:
------------------------------------

Yep - the minDF (to use the filter cache) defaults to 0.

> 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: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to