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

ASF subversion and git services commented on LUCENE-6303:
---------------------------------------------------------

Commit 1670006 from [~jpountz] in branch 'dev/trunk'
[ https://svn.apache.org/r1670006 ]

LUCENE-6303: Disable auto-caching in IndexSearcher.

> CachingWrapperFilter -> CachingWrapperQuery
> -------------------------------------------
>
>                 Key: LUCENE-6303
>                 URL: https://issues.apache.org/jira/browse/LUCENE-6303
>             Project: Lucene - Core
>          Issue Type: Task
>            Reporter: Adrien Grand
>            Assignee: Adrien Grand
>            Priority: Minor
>             Fix For: Trunk, 5.1
>
>         Attachments: LUCENE-6303-disable_auto-caching.patch, LUCENE-6303.patch
>
>
> As part of the filter -> query migration, we should migrate the caching 
> wrappers (including the filter cache).
> I think the behaviour should be to delegate to the wrapped query when scores 
> are needed and cache otherwise like CachingWrapperFilter does today.
> Also the cache should ignore query boosts so that field:value^2 and 
> field:value^3 are considered equal if scores are not needed.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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

Reply via email to