You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucenenet.apache.org by "Andy Pook (JIRA)" <ji...@apache.org> on 2011/02/05 11:52:30 UTC

[jira] Created: (LUCENENET-390) Align visibility of LogMergePolicy.IsOptimized with Java version

Align visibility of LogMergePolicy.IsOptimized with Java version
----------------------------------------------------------------

                 Key: LUCENENET-390
                 URL: https://issues.apache.org/jira/browse/LUCENENET-390
             Project: Lucene.Net
          Issue Type: Bug
            Reporter: Andy Pook
            Priority: Minor


Making these two methods protected (as per Java version) allows a port of the BalancedSegmentMergePolicy from the Zoie project

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (LUCENENET-390) Align visibility of LogMergePolicy.IsOptimized with Java version

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

Andy Pook updated LUCENENET-390:
--------------------------------

    Attachment: LUCENENET-390.patch

apply to "src" directory of either 2.9.2 branch or trunk

> Align visibility of LogMergePolicy.IsOptimized with Java version
> ----------------------------------------------------------------
>
>                 Key: LUCENENET-390
>                 URL: https://issues.apache.org/jira/browse/LUCENENET-390
>             Project: Lucene.Net
>          Issue Type: Bug
>            Reporter: Andy Pook
>            Priority: Minor
>              Labels: cleanup, patch
>         Attachments: LUCENENET-390.patch
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> Making these two methods protected (as per Java version) allows a port of the BalancedSegmentMergePolicy from the Zoie project

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (LUCENENET-390) Align visibility of LogMergePolicy.IsOptimized with Java version

Posted by "Digy (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/LUCENENET-390?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12991020#comment-12991020 ] 

Digy commented on LUCENENET-390:
--------------------------------

Hi Andy,
"isOptimized" is a private method in lucene.java too.

DIGY

> Align visibility of LogMergePolicy.IsOptimized with Java version
> ----------------------------------------------------------------
>
>                 Key: LUCENENET-390
>                 URL: https://issues.apache.org/jira/browse/LUCENENET-390
>             Project: Lucene.Net
>          Issue Type: Bug
>            Reporter: Andy Pook
>            Priority: Minor
>              Labels: cleanup, patch
>         Attachments: LUCENENET-390.patch
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> Making these two methods protected (as per Java version) allows a port of the BalancedSegmentMergePolicy from the Zoie project

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (LUCENENET-390) Align visibility of LogMergePolicy.IsOptimized with Java version

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

Andy Pook closed LUCENENET-390.
-------------------------------

    Resolution: Won't Fix

Oops, I was looking at trunk. (Changed in r1025577 20/10/2010)
As the next stage is a 2.9.2 release I'll just make the change locally and wait for the next port of 3.0x


> Align visibility of LogMergePolicy.IsOptimized with Java version
> ----------------------------------------------------------------
>
>                 Key: LUCENENET-390
>                 URL: https://issues.apache.org/jira/browse/LUCENENET-390
>             Project: Lucene.Net
>          Issue Type: Bug
>            Reporter: Andy Pook
>            Priority: Minor
>              Labels: cleanup, patch
>         Attachments: LUCENENET-390.patch
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> Making these two methods protected (as per Java version) allows a port of the BalancedSegmentMergePolicy from the Zoie project

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Issue Comment Edited: (LUCENENET-390) Align visibility of LogMergePolicy.IsOptimized with Java version

Posted by "Digy (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/LUCENENET-390?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12991020#comment-12991020 ] 

Digy edited comment on LUCENENET-390 at 2/5/11 6:02 PM:
--------------------------------------------------------

Hi Andy,
"isOptimized" is a private method in lucene.java too.

http://svn.apache.org/viewvc/lucene/java/tags/lucene_2_9_2/src/java/org/apache/lucene/index/LogMergePolicy.java?view=co


DIGY

      was (Author: digydigy):
    Hi Andy,
"isOptimized" is a private method in lucene.java too.

DIGY
  
> Align visibility of LogMergePolicy.IsOptimized with Java version
> ----------------------------------------------------------------
>
>                 Key: LUCENENET-390
>                 URL: https://issues.apache.org/jira/browse/LUCENENET-390
>             Project: Lucene.Net
>          Issue Type: Bug
>            Reporter: Andy Pook
>            Priority: Minor
>              Labels: cleanup, patch
>         Attachments: LUCENENET-390.patch
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> Making these two methods protected (as per Java version) allows a port of the BalancedSegmentMergePolicy from the Zoie project

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira