[jira] Commented: (LUCENE-2221) Micro-benchmarks for ntz and pop (BitUtils) operations.

2010-01-21 Thread Cristian Vat (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2221?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12803236#action_12803236 ] Cristian Vat commented on LUCENE-2221: -- Ran the benchmark.jar also on my machine: {c

[jira] Updated: (LUCENE-2221) Micro-benchmarks for ntz and pop (BitUtils) operations.

2010-01-21 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2221?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss updated LUCENE-2221: Attachment: (was: benchmark.jar) > Micro-benchmarks for ntz and pop (BitUtils) operations. > -

[jira] Updated: (LUCENE-2221) Micro-benchmarks for ntz and pop (BitUtils) operations.

2010-01-21 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2221?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss updated LUCENE-2221: Attachment: benchmark.jar An updated set of benchmarks (simple loops and JRE ntz/pop). > Micro-be

[jira] Updated: (LUCENE-2221) Micro-benchmarks for ntz and pop (BitUtils) operations.

2010-01-21 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2221?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss updated LUCENE-2221: Attachment: (was: lucene-bitset-benchmarks.zip) > Micro-benchmarks for ntz and pop (BitUtils)

[jira] Updated: (LUCENE-2221) Micro-benchmarks for ntz and pop (BitUtils) operations.

2010-01-21 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2221?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dawid Weiss updated LUCENE-2221: Attachment: lucene-bitset-benchmarks.zip Updated source code for the benchmarks. > Micro-benchmar

[jira] Commented: (LUCENE-2221) Micro-benchmarks for ntz and pop (BitUtils) operations.

2010-01-21 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2221?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12803251#action_12803251 ] Dawid Weiss commented on LUCENE-2221: - Confirmed, with a simple loop it is even faster

[jira] Commented: (LUCENE-2217) SortedVIntList allocation should use ArrayUtils.getNextSize()

2010-01-21 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2217?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12803263#action_12803263 ] Michael McCandless commented on LUCENE-2217: I agree we should cutover these a

[jira] Resolved: (LUCENE-2213) Small improvements to ArrayUtil.getNextSize

2010-01-21 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2213?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-2213. Resolution: Fixed > Small improvements to ArrayUtil.getNextSize >

[jira] Commented: (LUCENE-2217) SortedVIntList allocation should use ArrayUtils.getNextSize()

2010-01-21 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2217?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12803266#action_12803266 ] Michael McCandless commented on LUCENE-2217: Paul, I just committed LUCENE-221

Re: svn commit: r901576 - /lucene/java/trunk/build.xml

2010-01-21 Thread Robert Muir
thanks Uwe! On Thu, Jan 21, 2010 at 2:18 AM, wrote: > Author: uschindler > Date: Thu Jan 21 07:18:29 2010 > New Revision: 901576 > > URL: http://svn.apache.org/viewvc?rev=901576&view=rev > Log: > LUCENE-2226: repair javadocs generation after hudson failure > > Modified: >    lucene/java/trunk/bu

[jira] Commented: (LUCENE-1410) PFOR implementation

2010-01-21 Thread Renaud Delbru (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12803272#action_12803272 ] Renaud Delbru commented on LUCENE-1410: --- {quote} The only concern I have is that the

[jira] Commented: (LUCENE-2055) Fix buggy stemmers and Remove duplicate analysis functionality

2010-01-21 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12803286#action_12803286 ] Robert Muir commented on LUCENE-2055: - i'd like to work on getting these bugs fixed, b

[jira] Updated: (LUCENE-2228) AES Encrypted Directory

2010-01-21 Thread Jay Mundrawala (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2228?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jay Mundrawala updated LUCENE-2228: --- Component/s: (was: Store) contrib/* > AES Encrypted Directory > ---

RE: svn commit: r901662 - in /lucene/java/trunk: contrib/analyzers/common/src/java/org/tartarus/snowball/ contrib/snowball/ contrib/snowball/src/java/org/tartarus/snowball/ src/java/org/apache/lucene/

2010-01-21 Thread Uwe Schindler
Somehow we have now both ArrayUtilTest and TestArrayUtil? I think they should be merged and TestArrayUtil as name preferred (as all other tests are named like this). Should I provide a patch? - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: u...@thetaphi.de

[jira] Updated: (LUCENE-2229) SimpleSpanFragmenter fails to start a new fragment

2010-01-21 Thread Elmer Garduno (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2229?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Elmer Garduno updated LUCENE-2229: -- Attachment: LUCENE-2229.patch Test case to reproduce this error. > SimpleSpanFragmenter fails

Re: svn commit: r901662 - in /lucene/java/trunk: contrib/analyzers/common/src/java/org/tartarus/snowball/ contrib/snowball/ contrib/snowball/src/java/org/tartarus/snowball/ src/java/org/apache/lucen

2010-01-21 Thread Michael McCandless
Duh, I didn't even notice we also had an existing ArrayUtilTest yes please post a patch! Mike On Thu, Jan 21, 2010 at 8:59 AM, Uwe Schindler wrote: > Somehow we have now both ArrayUtilTest and TestArrayUtil? I think they should > be merged and TestArrayUtil as name preferred (as all other t

RE: svn commit: r901662 - in /lucene/java/trunk: contrib/analyzers/common/src/java/org/tartarus/snowball/ contrib/snowball/ contrib/snowball/src/java/org/tartarus/snowball/ src/java/org/apache/lucen

2010-01-21 Thread Uwe Schindler
Attached the patcht to 2213, can commit it if you like. - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: u...@thetaphi.de > -Original Message- > From: Michael McCandless [mailto:luc...@mikemccandless.com] > Sent: Thursday, January 21, 2010 5:08 PM > T

[jira] Updated: (LUCENE-2213) Small improvements to ArrayUtil.getNextSize

2010-01-21 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2213?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2213: -- Attachment: LUCENE-2213-mergetest.patch Here a patch that merges the duplicate test class. >

[jira] Commented: (LUCENE-1410) PFOR implementation

2010-01-21 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12803376#action_12803376 ] Paul Elschot commented on LUCENE-1410: -- There is a margin indeed, but it depends on t

[jira] Commented: (LUCENE-2217) SortedVIntList allocation should use ArrayUtils.getNextSize()

2010-01-21 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2217?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12803380#action_12803380 ] Paul Elschot commented on LUCENE-2217: -- That was expected. The next patch will be ab

[jira] Updated: (LUCENE-2217) Remaining reallocation should use ArrayUtil.getNextSize()

2010-01-21 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2217?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Elschot updated LUCENE-2217: - Lucene Fields: [New] (was: [Patch Available, New]) Summary: Remaining reallocation sho

[jira] Commented: (LUCENE-2213) Small improvements to ArrayUtil.getNextSize

2010-01-21 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2213?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12803398#action_12803398 ] Michael McCandless commented on LUCENE-2213: Patch looks good -- I'll commit.

[jira] Created: (LUCENE-2230) Lucene Fuzzy Search: BK-Tree can improve performance 3-20 times.

2010-01-21 Thread Fuad Efendi (JIRA)
Lucene Fuzzy Search: BK-Tree can improve performance 3-20 times. Key: LUCENE-2230 URL: https://issues.apache.org/jira/browse/LUCENE-2230 Project: Lucene - Java Issue Type: Impr

[jira] Updated: (LUCENE-2230) Lucene Fuzzy Search: BK-Tree can improve performance 3-20 times.

2010-01-21 Thread Fuad Efendi (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2230?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fuad Efendi updated LUCENE-2230: Attachment: DistanceImpl.java Distance.java BKTree.java First vers

[jira] Updated: (LUCENE-2230) Lucene Fuzzy Search: BK-Tree can improve performance 3-20 times.

2010-01-21 Thread Fuad Efendi (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2230?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fuad Efendi updated LUCENE-2230: Attachment: FuzzyTermEnumNEW.java FuzzyTermEnumNEW.java In order to use it with Lucene 2.9.1, com

[jira] Updated: (LUCENE-2217) Remaining reallocation should use ArrayUtil.getNextSize()

2010-01-21 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2217?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Elschot updated LUCENE-2217: - Attachment: LUCENE-2217.patch Patch of 21 Jan is as anticipated, except for the following: Unic

[jira] Updated: (LUCENE-2217) Remaining reallocation should use ArrayUtil.getNextSize()

2010-01-21 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2217?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Elschot updated LUCENE-2217: - Lucene Fields: [New, Patch Available] (was: [New]) > Remaining reallocation should use ArrayUti

Re: [Lucene-java Wiki] Update of "PoweredBy" by ChristianShirts

2010-01-21 Thread Mark Lassau
I think so. Check the change before the one you linked: http://wiki.apache.org/jakarta-lucene/PoweredBy?action=diff&rev1=417&rev2=418 The link [[http://www.all-christian-t-shirts.com|Christian t-shirts]] is certainly not wanted. and now it looks like the "ChristianShirts" user is just making

Hudson build is back to normal: Lucene-trunk #1071

2010-01-21 Thread Apache Hudson Server
See - To unsubscribe, e-mail: java-dev-unsubscr...@lucene.apache.org For additional commands, e-mail: java-dev-h...@lucene.apache.org