[
https://issues.apache.org/jira/browse/LUCENE-2535?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Uwe Schindler updated LUCENE-2535:
----------------------------------
Fix Version/s: (was: 4.3)
4.4
> 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.4
>
> 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 is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]