You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Tamás Cservenák (JIRA)" <ji...@codehaus.org> on 2011/04/20 17:04:22 UTC

[jira] Created: (MINDEXER-27) Be smarter about performing actual Lucene index changes

Be smarter about performing actual Lucene index changes
-------------------------------------------------------

                 Key: MINDEXER-27
                 URL: http://jira.codehaus.org/browse/MINDEXER-27
             Project: Maven Indexer
          Issue Type: New Feature
    Affects Versions: 4.0.0
            Reporter: Tamás Cservenák


{{NexusIndexer.addArtifactToIndex()}} will perform Lucene index changes even if that does not makes any _content change_ (the artifact to be added and artifact already on index have _same_ ArtifactInfo).

Still, actual IO -- Lucene Document deletion, and Lucene Document addition -- does happen, even if it results in no logical/content change.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] Updated: (MINDEXER-27) Be smarter about performing actual Lucene index changes

Posted by "Tamás Cservenák (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MINDEXER-27?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tamás Cservenák updated MINDEXER-27:
------------------------------------

    Fix Version/s: 4.1.1
         Assignee: Tamás Cservenák

> Be smarter about performing actual Lucene index changes
> -------------------------------------------------------
>
>                 Key: MINDEXER-27
>                 URL: http://jira.codehaus.org/browse/MINDEXER-27
>             Project: Maven Indexer
>          Issue Type: New Feature
>    Affects Versions: 3.1.0, 4.0.0
>            Reporter: Tamás Cservenák
>            Assignee: Tamás Cservenák
>             Fix For: 4.1.1
>
>         Attachments: 0001-MINDEXER-27-only-update-lucene-index-when-there-are-.patch
>
>
> {{NexusIndexer.addArtifactToIndex()}} will perform Lucene index changes even if that does not makes any _content change_ (the artifact to be added and artifact already on index have _same_ ArtifactInfo).
> Still, actual IO -- Lucene Document deletion, and Lucene Document addition -- does happen, even if it results in no logical/content change.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] Updated: (MINDEXER-27) Be smarter about performing actual Lucene index changes

Posted by "Tamás Cservenák (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MINDEXER-27?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tamás Cservenák updated MINDEXER-27:
------------------------------------

    Fix Version/s:     (was: 4.1.0)

> Be smarter about performing actual Lucene index changes
> -------------------------------------------------------
>
>                 Key: MINDEXER-27
>                 URL: http://jira.codehaus.org/browse/MINDEXER-27
>             Project: Maven Indexer
>          Issue Type: New Feature
>    Affects Versions: 3.1.0, 4.0.0
>            Reporter: Tamás Cservenák
>         Attachments: 0001-MINDEXER-27-only-update-lucene-index-when-there-are-.patch
>
>
> {{NexusIndexer.addArtifactToIndex()}} will perform Lucene index changes even if that does not makes any _content change_ (the artifact to be added and artifact already on index have _same_ ArtifactInfo).
> Still, actual IO -- Lucene Document deletion, and Lucene Document addition -- does happen, even if it results in no logical/content change.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] Closed: (MINDEXER-27) Be smarter about performing actual Lucene index changes

Posted by "Tamás Cservenák (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MINDEXER-27?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tamás Cservenák closed MINDEXER-27.
-----------------------------------

    Resolution: Fixed

Fixed.

> Be smarter about performing actual Lucene index changes
> -------------------------------------------------------
>
>                 Key: MINDEXER-27
>                 URL: http://jira.codehaus.org/browse/MINDEXER-27
>             Project: Maven Indexer
>          Issue Type: New Feature
>    Affects Versions: 3.1.0, 4.0.0
>            Reporter: Tamás Cservenák
>            Assignee: Tamás Cservenák
>             Fix For: 4.1.1
>
>         Attachments: 0001-MINDEXER-27-only-update-lucene-index-when-there-are-.patch
>
>
> {{NexusIndexer.addArtifactToIndex()}} will perform Lucene index changes even if that does not makes any _content change_ (the artifact to be added and artifact already on index have _same_ ArtifactInfo).
> Still, actual IO -- Lucene Document deletion, and Lucene Document addition -- does happen, even if it results in no logical/content change.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] Updated: (MINDEXER-27) Be smarter about performing actual Lucene index changes

Posted by "Igor Fedorenko (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MINDEXER-27?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Fedorenko updated MINDEXER-27:
-----------------------------------

    Attachment: 0001-MINDEXER-27-only-update-lucene-index-when-there-are-.patch

Proposed patch against 3.1.0 tag. See commit comment for more details.

> Be smarter about performing actual Lucene index changes
> -------------------------------------------------------
>
>                 Key: MINDEXER-27
>                 URL: http://jira.codehaus.org/browse/MINDEXER-27
>             Project: Maven Indexer
>          Issue Type: New Feature
>    Affects Versions: 3.1.0, 4.0.0
>            Reporter: Tamás Cservenák
>             Fix For: 4.1.0
>
>         Attachments: 0001-MINDEXER-27-only-update-lucene-index-when-there-are-.patch
>
>
> {{NexusIndexer.addArtifactToIndex()}} will perform Lucene index changes even if that does not makes any _content change_ (the artifact to be added and artifact already on index have _same_ ArtifactInfo).
> Still, actual IO -- Lucene Document deletion, and Lucene Document addition -- does happen, even if it results in no logical/content change.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] Updated: (MINDEXER-27) Be smarter about performing actual Lucene index changes

Posted by "Tamás Cservenák (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MINDEXER-27?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tamás Cservenák updated MINDEXER-27:
------------------------------------

    Affects Version/s: 3.1.0
        Fix Version/s: 4.1.0

> Be smarter about performing actual Lucene index changes
> -------------------------------------------------------
>
>                 Key: MINDEXER-27
>                 URL: http://jira.codehaus.org/browse/MINDEXER-27
>             Project: Maven Indexer
>          Issue Type: New Feature
>    Affects Versions: 3.1.0, 4.0.0
>            Reporter: Tamás Cservenák
>             Fix For: 4.1.0
>
>
> {{NexusIndexer.addArtifactToIndex()}} will perform Lucene index changes even if that does not makes any _content change_ (the artifact to be added and artifact already on index have _same_ ArtifactInfo).
> Still, actual IO -- Lucene Document deletion, and Lucene Document addition -- does happen, even if it results in no logical/content change.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira