[ 
https://issues.apache.org/jira/browse/LUCENE-2535?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Smiley updated LUCENE-2535:
---------------------------------

    Fix Version/s:     (was: 4.7)
                   4.8

> update FieldSelectorResult with a BREAK only result option. consolidate some 
> of the state for break/load
> --------------------------------------------------------------------------------------------------------
>
>                 Key: LUCENE-2535
>                 URL: https://issues.apache.org/jira/browse/LUCENE-2535
>             Project: Lucene - Core
>          Issue Type: Improvement
>          Components: core/other
>    Affects Versions: 3.0.2
>            Reporter: Woody Anderson
>            Priority: Minor
>             Fix For: 4.8
>
>         Attachments: LUCENE-2535.patch, LUCENE_4.0-2535.patch
>
>
> some field storage strategies can be much improved by immediate break vs. the 
> break-and-load currently provided.
> this adds another break option, which makes it more advantageous to have 
> member variables of the enum that indicate it's a break/load etc. vs. doing a 
> bunch of grouped == checks.
> The BREAK option should cause an early termination with include == false in 
> the ParallelReader when the BREAK before any other field, then the document 
> should not be loaded from that reader. This is fairly easy to validate with a 
> test, which is included in the patch.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

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

Reply via email to