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

ASF subversion and git services commented on SOLR-15067:
--------------------------------------------------------

Commit a7ebd290e39a5b4260e5659dea39fb6c85600b60 in lucene-solr's branch 
refs/heads/branch_8x from bszabo97
[ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=a7ebd29 ]

SOLR-15067: Child doc transformer should use the perSegFilter cache (#92)

Co-authored-by: bszabo2 <[email protected]>

> Child doc transformer should use the perSegFilter cache
> -------------------------------------------------------
>
>                 Key: SOLR-15067
>                 URL: https://issues.apache.org/jira/browse/SOLR-15067
>             Project: Solr
>          Issue Type: Improvement
>            Reporter: David Smiley
>            Priority: Major
>              Labels: newdev
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> The ChildDocTransformerFactory creates a QueryBitSetProducer every time.  
> These are heavy to compute; they should be cached.  
> BlockJoinParentQParserPlugin does this correctly, using the "perSegFilter" 
> named Solr cache. They should both do the same.  To avoid duplication of 
> logic, consider creating a new class named something like 
> PerSegFilterCacheManager, or maybe manage directly on SolrIndexSearcher 
> (alas; SIS is huge).



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

Reply via email to