[
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: 3.0.2)
> 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 - Java
> Issue Type: Improvement
> Components: Other
> Affects Versions: 3.0.2
> Reporter: Woody Anderson
> Priority: Minor
> Fix For: 4.0
>
> 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.
-
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]