You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Woody Anderson (JIRA)" <ji...@apache.org> on 2010/07/13 06:18:51 UTC

[jira] Created: (LUCENE-2535) update FieldSelectorResult with a BREAK only result option. consolidate some of the state for break/load

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: 3.0.2


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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] Updated: (LUCENE-2535) update FieldSelectorResult with a BREAK only result option. consolidate some of the state for break/load

Posted by "Woody Anderson (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LUCENE-2535?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Woody Anderson updated LUCENE-2535:
-----------------------------------

    Attachment: LUCENE_4.0-2535.patch

path file for lucene-trunk dev branch intended for 4.0

this includes the LATENT result type.

> 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: 3.0.2
>
>         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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] Updated: (LUCENE-2535) update FieldSelectorResult with a BREAK only result option. consolidate some of the state for break/load

Posted by "Woody Anderson (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LUCENE-2535?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Woody Anderson updated LUCENE-2535:
-----------------------------------

    Attachment: LUCENE-2535.patch

patch file for FieldSelectorResult

> 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: 3.0.2
>
>         Attachments: LUCENE-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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] Updated: (LUCENE-2535) update FieldSelectorResult with a BREAK only result option. consolidate some of the state for break/load

Posted by "Uwe Schindler (JIRA)" <ji...@apache.org>.
     [ 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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] Updated: (LUCENE-2535) update FieldSelectorResult with a BREAK only result option. consolidate some of the state for break/load

Posted by "Woody Anderson (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LUCENE-2535?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Woody Anderson updated LUCENE-2535:
-----------------------------------

    Fix Version/s: 4.0

> 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: 3.0.2, 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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org