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

Yonik Seeley commented on SOLR-1900:
------------------------------------

The DocSet generation in SolrIndexReader was also upgraded to flex... (I 
committed it yesterday accidentally along with the fix that caused some tests 
to hang).  Anyway, a facet.method=enum w/o the minDf  and with a too-small 
filterCache (means it will all go through the filter cache, but generate 
misses, meaning the changed code in SolrIndexSearcher will be used for every 
term to generate a new filter) was 53% faster (throughput) after then change.

> move Solr to flex APIs
> ----------------------
>
>                 Key: SOLR-1900
>                 URL: https://issues.apache.org/jira/browse/SOLR-1900
>             Project: Solr
>          Issue Type: Improvement
>    Affects Versions: 4.0
>            Reporter: Yonik Seeley
>             Fix For: 4.0
>
>         Attachments: SOLR-1900-facet_enum.patch, SOLR-1900-facet_enum.patch
>
>
> Solr should use flex APIs

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to