[jira] (MINDEXER-77) Upgrade to Lucene 4.1

2014-06-28 Thread JIRA

 [ 
https://jira.codehaus.org/browse/MINDEXER-77?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tamás Cservenák updated MINDEXER-77:


Fix Version/s: 6.0

 Upgrade to Lucene 4.1
 -

 Key: MINDEXER-77
 URL: https://jira.codehaus.org/browse/MINDEXER-77
 Project: Maven Indexer
  Issue Type: Improvement
Reporter: Emmanuel Hugonnet
 Fix For: 6.0


 Lucene has made a great effort in being quicker and smaller in the 4.x 
 versions.
 Moving to this new version would make maven indexer better



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)


[jira] (MINDEXER-77) Upgrade to Lucene 4.1

2014-06-28 Thread Thomas Kruse (JIRA)

[ 
https://jira.codehaus.org/browse/MINDEXER-77?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=348950#comment-348950
 ] 

Thomas Kruse commented on MINDEXER-77:
--

There is nothing I am aware of that prevents merging the branch. I suggest to 
regression test it, though.
For the next release I can test with never Lucene versions - Java 7 is required 
for current Lucene versions.

 Upgrade to Lucene 4.1
 -

 Key: MINDEXER-77
 URL: https://jira.codehaus.org/browse/MINDEXER-77
 Project: Maven Indexer
  Issue Type: Improvement
Reporter: Emmanuel Hugonnet
 Fix For: 6.0


 Lucene has made a great effort in being quicker and smaller in the 4.x 
 versions.
 Moving to this new version would make maven indexer better



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)


[jira] (MINDEXER-77) Upgrade to Lucene 4.1

2014-06-28 Thread JIRA

 [ 
https://jira.codehaus.org/browse/MINDEXER-77?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

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

Resolution: Fixed

Merged as
https://git-wip-us.apache.org/repos/asf?p=maven-indexer.git;a=commit;h=aab26bcbe70829c30549e42053c3760588eb37f0

 Upgrade to Lucene 4.1
 -

 Key: MINDEXER-77
 URL: https://jira.codehaus.org/browse/MINDEXER-77
 Project: Maven Indexer
  Issue Type: Improvement
Reporter: Emmanuel Hugonnet
 Fix For: 6.0


 Lucene has made a great effort in being quicker and smaller in the 4.x 
 versions.
 Moving to this new version would make maven indexer better



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)


[jira] (MINDEXER-77) Upgrade to Lucene 4.1

2014-06-27 Thread Martin Todorov (JIRA)

[ 
https://jira.codehaus.org/browse/MINDEXER-77?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=348941#comment-348941
 ] 

Martin Todorov commented on MINDEXER-77:


Hi,

Is there any outstanding work that needs to be done on this? We've started work 
on 6.0-SNAPSHOT and are considering merging and polishing some issues/fixes.

Kind regards,

Martin

 Upgrade to Lucene 4.1
 -

 Key: MINDEXER-77
 URL: https://jira.codehaus.org/browse/MINDEXER-77
 Project: Maven Indexer
  Issue Type: Improvement
Reporter: Emmanuel Hugonnet

 Lucene has made a great effort in being quicker and smaller in the 4.x 
 versions.
 Moving to this new version would make maven indexer better



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)


[jira] (MINDEXER-77) Upgrade to Lucene 4.1

2014-02-26 Thread Eric Barboni (JIRA)

[ 
https://jira.codehaus.org/browse/MINDEXER-77?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=342089#comment-342089
 ] 

Eric Barboni commented on MINDEXER-77:
--

(I'm not having the commit power)

Discussion in Apache Archiva dev ML 
http://www.mail-archive.com/dev@archiva.apache.org/msg02061.html
Discussion in Apache Maven dev ML (the thread is a bit hidden by traffic ) 
http://www.mail-archive.com/dev@maven.apache.org/msg99829.html

Sounds interesting for apache archiva and also for Netbeans IDE

Is it possible to have more detail on benchmark you use for 50% gain ? I guess, 
it may help acceptance. 


 Upgrade to Lucene 4.1
 -

 Key: MINDEXER-77
 URL: https://jira.codehaus.org/browse/MINDEXER-77
 Project: Maven Indexer
  Issue Type: Improvement
Reporter: Emmanuel Hugonnet

 Lucene has made a great effort in being quicker and smaller in the 4.x 
 versions.
 Moving to this new version would make maven indexer better



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)


[jira] (MINDEXER-77) Upgrade to Lucene 4.1

2014-02-26 Thread Thomas Kruse (JIRA)

[ 
https://jira.codehaus.org/browse/MINDEXER-77?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=342090#comment-342090
 ] 

Thomas Kruse commented on MINDEXER-77:
--

I have used it inside of Netbeans 8.0/dev and compared it to the original 
maven-indexer. Result:
Size on disc:
Using old lucene: 6.9G
Using newer lucene: 3.1GB

The reason for this is that Lucene introduced codecs, by default a compression 
codec is enabled. This is especially beneficial for storing field content which 
is what maven indexer is doing.
I can not say if there is any performance or memory (RAM) improvement.

The upgrade breaks compatibility with very old lucene indices. That is used as 
interchange format for old(!) maven repository index (.zip extension). The new 
interchange format (.gz extension) is using a custom text file format which is 
used to build the Lucene index during import.

I am already aware of some issues with my initial pull request, all are related 
to the pom.xml - I will fix that and create a new PR.

 Upgrade to Lucene 4.1
 -

 Key: MINDEXER-77
 URL: https://jira.codehaus.org/browse/MINDEXER-77
 Project: Maven Indexer
  Issue Type: Improvement
Reporter: Emmanuel Hugonnet

 Lucene has made a great effort in being quicker and smaller in the 4.x 
 versions.
 Moving to this new version would make maven indexer better



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)


[jira] (MINDEXER-77) Upgrade to Lucene 4.1

2014-02-18 Thread Thomas Kruse (JIRA)

[ 
https://jira.codehaus.org/browse/MINDEXER-77?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=341669#comment-341669
 ] 

Thomas Kruse commented on MINDEXER-77:
--

I prepared a fork which seems to work with Lucene 4.6
Space for stored fields is reduce by about 50%
It does not work with legacy indices any more since the legacy format is not 
supported by the new Lucene. I will create a pull request.

See github: https://github.com/everflux/maven-indexer

 Upgrade to Lucene 4.1
 -

 Key: MINDEXER-77
 URL: https://jira.codehaus.org/browse/MINDEXER-77
 Project: Maven Indexer
  Issue Type: Improvement
Reporter: Emmanuel Hugonnet

 Lucene has made a great effort in being quicker and smaller in the 4.x 
 versions.
 Moving to this new version would make maven indexer better



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)


[jira] (MINDEXER-77) Upgrade to Lucene 4.1

2014-02-18 Thread Milos Kleint (JIRA)

 [ 
https://jira.codehaus.org/browse/MINDEXER-77?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Milos Kleint updated MINDEXER-77:
-

Patch Submitted: Yes

 Upgrade to Lucene 4.1
 -

 Key: MINDEXER-77
 URL: https://jira.codehaus.org/browse/MINDEXER-77
 Project: Maven Indexer
  Issue Type: Improvement
Reporter: Emmanuel Hugonnet

 Lucene has made a great effort in being quicker and smaller in the 4.x 
 versions.
 Moving to this new version would make maven indexer better



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)


[jira] (MINDEXER-77) Upgrade to Lucene 4.1

2014-01-22 Thread Emmanuel Hugonnet (JIRA)
Emmanuel Hugonnet created MINDEXER-77:
-

 Summary: Upgrade to Lucene 4.1
 Key: MINDEXER-77
 URL: https://jira.codehaus.org/browse/MINDEXER-77
 Project: Maven Indexer
  Issue Type: Improvement
Reporter: Emmanuel Hugonnet


Lucene has made a great effort in being quicker and smaller in the 4.x versions.
Moving to this new version would make maven indexer better

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