[jira] Updated: (LUCENE-2104) IndexWriter.unlock does does nothing if NativeFSLockFactory is used

2009-12-16 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shai Erera updated LUCENE-2104: --- Attachment: LUCENE-2104.patch Changed the sentence and updated CHANGES. IndexWriter.unlock does

[jira] Commented: (LUCENE-2165) SnowballAnalyzer lacks a constructor that takes a Set of Stop Words

2009-12-16 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12791286#action_12791286 ] Simon Willnauer commented on LUCENE-2165: - Robert, I wonder if you want to make

[jira] Updated: (LUCENE-2104) IndexWriter.unlock does does nothing if NativeFSLockFactory is used

2009-12-16 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2104: -- Component/s: Store Priority: Minor (was: Major) Lucene Fields:

[jira] Commented: (LUCENE-2104) IndexWriter.unlock does does nothing if NativeFSLockFactory is used

2009-12-16 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12791303#action_12791303 ] Michael McCandless commented on LUCENE-2104: Patch looks good! Thanks Shai.

[jira] Created: (LUCENE-2166) If you hit the max term prefix warning when indexing, it never goes away

2009-12-16 Thread Michael McCandless (JIRA)
If you hit the max term prefix warning when indexing, it never goes away -- Key: LUCENE-2166 URL: https://issues.apache.org/jira/browse/LUCENE-2166 Project: Lucene - Java

[jira] Resolved: (LUCENE-2166) If you hit the max term prefix warning when indexing, it never goes away

2009-12-16 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2166?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-2166. Resolution: Fixed If you hit the max term prefix warning when indexing, it never

[jira] Resolved: (LUCENE-2104) IndexWriter.unlock does does nothing if NativeFSLockFactory is used

2009-12-16 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler resolved LUCENE-2104. --- Resolution: Fixed Committed revision 891205 with the == false check changed to ! Thanks

[jira] Updated: (LUCENE-2165) SnowballAnalyzer lacks a constructor that takes a Set of Stop Words

2009-12-16 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2165?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2165: Fix Version/s: 3.0.1 SnowballAnalyzer lacks a constructor that takes a Set of Stop Words

[jira] Resolved: (LUCENE-2165) SnowballAnalyzer lacks a constructor that takes a Set of Stop Words

2009-12-16 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2165?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir resolved LUCENE-2165. - Resolution: Fixed Committed revision 891209. SnowballAnalyzer lacks a constructor that takes

[jira] Updated: (LUCENE-1769) Fix wrong clover analysis because of backwards-tests, upgrade clover to 2.4.3 or better

2009-12-16 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1769?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-1769: -- Attachment: LUCENE-1769.patch Here updated patch for current trunk. I would like to commit

[jira] Updated: (LUCENE-1769) Fix wrong clover analysis because of backwards-tests, upgrade clover to 2.4.3 or better

2009-12-16 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1769?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-1769: -- Affects Version/s: (was: 2.9) 3.1 Fix wrong clover analysis

Build failed in Hudson: Lucene-trunk #1028

2009-12-16 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Lucene-trunk/1028/changes Changes: [mikemccand] LUCENE-2135: don't flush field cache if we hit exception during init (it leads to NPE) [rmuir] LUCENE-2155: add assertion to check if something changes default locale behind our back when using

[jira] Commented: (LUCENE-1769) Fix wrong clover analysis because of backwards-tests, upgrade clover to 2.4.3 or better

2009-12-16 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1769?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12791470#action_12791470 ] Uwe Schindler commented on LUCENE-1769: --- I verified, the latest clover version

Re: Build failed in Hudson: Lucene-trunk #1028

2009-12-16 Thread Michael McCandless
I killed this test -- it was hung on TestCompoundWordTokenFilter, trying to download its dict. We have an issue open (LUCENE-1786) to not depend on downloading the dict during the test... Mike On Wed, Dec 16, 2009 at 12:06 PM, Apache Hudson Server hud...@hudson.zones.apache.org wrote: See

[jira] Updated: (LUCENE-1923) Add toString() or getName() method to IndexReader

2009-12-16 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1923?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-1923: --- Attachment: LUCENE-1923.patch OK new patch attached, cutting over to toString, and

[jira] Resolved: (LUCENE-2158) NRT can temporarily lose deletions at high indexing rates

2009-12-16 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2158?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-2158. Resolution: Fixed NRT can temporarily lose deletions at high indexing rates

[jira] Resolved: (LUCENE-2161) Some concurrency improvements for NRT

2009-12-16 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2161?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-2161. Resolution: Fixed Some concurrency improvements for NRT

[jira] Updated: (LUCENE-2167) StandardTokenizer Javadoc does not correctly describe tokenization around punctuation characters

2009-12-16 Thread Shyamal Prasad (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2167?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shyamal Prasad updated LUCENE-2167: --- Attachment: LUCENE-2167.patch Patch fixes Javadoc with suggested text, adds test cases to

[jira] Updated: (LUCENE-2167) StandardTokenizer Javadoc does not correctly describe tokenization around punctuation characters

2009-12-16 Thread Shyamal Prasad (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2167?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shyamal Prasad updated LUCENE-2167: --- Description: The Javadoc for StandardTokenization states: {quote} Splits words at

[jira] Commented: (LUCENE-1769) Fix wrong clover analysis because of backwards-tests, upgrade clover to 2.4.3 or better

2009-12-16 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1769?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12791548#action_12791548 ] Uwe Schindler commented on LUCENE-1769: --- I committed the latest patch in revision:

[jira] Commented: (LUCENE-2026) Refactoring of IndexWriter

2009-12-16 Thread Marvin Humphrey (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12791549#action_12791549 ] Marvin Humphrey commented on LUCENE-2026: - Wasn't that a possibility under

nightly.sh

2009-12-16 Thread Michael McCandless
I think the nightly.sh (under https://svn.apache.org/repos/asf/lucene/java/nightly) is no longer used right? Ie, we now configure the shell commands through hudson? I just committed the current hudson shell commands as hudson.sh, just for reference, but I think we should also remove

[jira] Commented: (LUCENE-1769) Fix wrong clover analysis because of backwards-tests, upgrade clover to 2.6.3 or better

2009-12-16 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1769?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12791567#action_12791567 ] Uwe Schindler commented on LUCENE-1769: --- Howto to install locally: - download

[jira] Updated: (LUCENE-1769) Fix wrong clover analysis because of backwards-tests, upgrade clover to 2.6.3 or better

2009-12-16 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1769?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-1769: -- Summary: Fix wrong clover analysis because of backwards-tests, upgrade clover to 2.6.3 or

Re: nightly.sh

2009-12-16 Thread Michael McCandless
I configured hudson to simply run the hudson.sh from the nightly checkout. This gives non-hudson committers the ability to see/change it... And I think we should remove the now obsolete nightly.sh. I'll do so... Mike On Wed, Dec 16, 2009 at 2:49 PM, Michael McCandless

[jira] Commented: (LUCENE-2035) TokenSources.getTokenStream() does not assign positionIncrement

2009-12-16 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2035?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12791680#action_12791680 ] Mark Miller commented on LUCENE-2035: - Hey Christopher, why are you going through the

[jira] Updated: (LUCENE-2035) TokenSources.getTokenStream() does not assign positionIncrement

2009-12-16 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2035?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated LUCENE-2035: Attachment: LUCENE-2035.patch I've broken the new tests back out into there own file, change the

Build failed in Hudson: Lucene-trunk #1029

2009-12-16 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Lucene-trunk/1029/changes Changes: [uschindler] raise generate-clover-reports memory [mikemccand] checking in hudson's shell script commands, only as reference [uschindler] LUCENE-1769: Upgrade clover to 2.x (requirement is 2.6.x now, because

[jira] Commented: (LUCENE-2034) Massive Code Duplication in Contrib Analyzers - unifly the analyzer ctors

2009-12-16 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2034?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12791701#action_12791701 ] Simon Willnauer commented on LUCENE-2034: - robert, should we hold on one more time

Build failed in Hudson: Lucene-trunk #1030

2009-12-16 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Lucene-trunk/1030/changes Changes: [uschindler] exit on error to stop hudson build [mikemccand] remove obsolete nighly.sh (now replaced by hudson.sh) [uschindler] add shebang [uschindler] as the clover generation now only runs javadocs, but does a

[jira] Commented: (LUCENE-2034) Massive Code Duplication in Contrib Analyzers - unifly the analyzer ctors

2009-12-16 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2034?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12791766#action_12791766 ] Robert Muir commented on LUCENE-2034: - ok, lets wait and discuss this issue instead.

Re: nightly.sh

2009-12-16 Thread Chris Hostetter
: I configured hudson to simply run the hudson.sh from the nightly checkout. +1 -Hoss - To unsubscribe, e-mail: java-dev-unsubscr...@lucene.apache.org For additional commands, e-mail: java-dev-h...@lucene.apache.org

RE: Build failed in Hudson: Lucene-trunk #1030

2009-12-16 Thread Uwe Schindler
Mike: The old solaris default shell problem Can you replace the sh to /bin/bash in the call to the shell script in hudsons config and trigger a new build? Forgot about that. But from the error message we that it principally works :-) - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen

RE: Build failed in Hudson: Lucene-trunk #1030

2009-12-16 Thread Uwe Schindler
Hallo Mike, I fixed the build script itself! You can leave the Hudson config as it is, but trigger a new build: URL: http://svn.apache.org/viewvc?rev=891569view=rev Log: make the script compatible with standard bourne shell. The problem is that export and assignment does not work in this shell