[JENKINS] Lucene-Solr-trunk-Linux (32bit/ibm-j9-jdk7) - Build # 158 - Failure!

2012-08-03 Thread Policeman Jenkins Server
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Linux/158/ Java: 32bit/ibm-j9-jdk7 1 tests failed. REGRESSION: org.apache.lucene.analysis.pattern.TestPatternReplaceCharFilter.testRandomStrings Error Message: Stack Trace: java.lang.AssertionError at __randomizedtestin

[jira] [Commented] (LUCENE-3985) Refactor support for thread leaks

2012-08-03 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3985?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13428563#comment-13428563 ] Dawid Weiss commented on LUCENE-3985: - Thanks Mark. I'll merge with the trunk and let

[jira] [Updated] (LUCENE-4286) Add flag to CJKBigramFilter to allow indexing unigrams as well as bigrams

2012-08-03 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4286?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-4286: Attachment: LUCENE-4286.patch Updated patch with additional docs and tests. This is ready to comm

[jira] [Updated] (SOLR-3691) SimplePostTool: Mode for indexing a web page

2012-08-03 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-3691?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl updated SOLR-3691: -- Attachment: SOLR-3691.patch New patch: * Adds URL to literal.url * Prints number of docs in each folder

[jira] [Updated] (SOLR-3439) Make SolrCell easier to use out of the box

2012-08-03 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-3439?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl updated SOLR-3439: -- Attachment: SOLR-3439.patch Updated patch * Adds a "url" field to schema intended for HTML/web docs. Dis

Re: How do you interpret the values returned by RunAutomaton.getCharIntervals() ?

2012-08-03 Thread Robert Muir
brics automata works on a range representation, so this table is used to binary search the ranges for the tableized representation (RunAutomaton) So you will see entries for ranges "in between" the character class ranges you defined, to handle those inputs (e.g. to go to a reject state or whatever)

How do you interpret the values returned by RunAutomaton.getCharIntervals() ?

2012-08-03 Thread Ashwin Jayaprakash
Hi, I was playing with the RunAutomaton class and I was not sure about the meaning of the results returned by the RunAutomaton.getCharIntervals()method. The JavaDoc for that method says "Returns array of codepoint class interval start points.". I tried it on a simple regex string ("ij{2,5}\uE001k7

[jira] [Updated] (LUCENE-4286) Add flag to CJKBigramFilter to allow indexing unigrams as well as bigrams

2012-08-03 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4286?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-4286: Attachment: LUCENE-4286.patch first stab at a patch. I think its ok, but needs more tests just to

[jira] [Comment Edited] (SOLR-3707) Upgrade Solr to Tika 1.2

2012-08-03 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-3707?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13428489#comment-13428489 ] Jan Høydahl edited comment on SOLR-3707 at 8/4/12 12:09 AM: Pat

[jira] [Updated] (SOLR-3707) Upgrade Solr to Tika 1.2

2012-08-03 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-3707?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl updated SOLR-3707: -- Attachment: SOLR-3707.patch Patch for trunk upgrading to tika1.2. There are two new JARs included: * xc-

Re: Add flag to CJKBigramFilter to also output unigrams (Single character Han queries)

2012-08-03 Thread Tom Burton-West
Thanks Robert, Opened:LUCENE-4286 Tom On Fri, Aug 3, 2012 at 6:22 PM, Robert Muir wrote: > Tom, please open an issue for this. > > On Fri, Aug 3, 2012 at 6:19 PM, Tom Burton-West > wrote: > > Hello all, > > > > About 10% of our queries that

[jira] [Created] (LUCENE-4286) Add flag to CJKBigramFilter to allow indexing unigrams as well is bigrams

2012-08-03 Thread Tom Burton-West (JIRA)
Tom Burton-West created LUCENE-4286: --- Summary: Add flag to CJKBigramFilter to allow indexing unigrams as well is bigrams Key: LUCENE-4286 URL: https://issues.apache.org/jira/browse/LUCENE-4286 Proje

[jira] [Updated] (LUCENE-4286) Add flag to CJKBigramFilter to allow indexing unigrams as well as bigrams

2012-08-03 Thread Tom Burton-West (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4286?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tom Burton-West updated LUCENE-4286: Summary: Add flag to CJKBigramFilter to allow indexing unigrams as well as bigrams (was:

[jira] [Commented] (LUCENE-3985) Refactor support for thread leaks

2012-08-03 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3985?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13428430#comment-13428430 ] Mark Miller commented on LUCENE-3985: - I added a close to Overseer and ConnectionMana

Re: Add flag to CJKBigramFilter to also output unigrams (Single character Han queries)

2012-08-03 Thread Robert Muir
Tom, please open an issue for this. On Fri, Aug 3, 2012 at 6:19 PM, Tom Burton-West wrote: > Hello all, > > About 10% of our queries that contain Han characters are single character > queries. It looks like the CJKBigram filter only outputs single characters > when there are no adjacent bigramm

Add flag to CJKBigramFilter to also output unigrams (Single character Han queries)

2012-08-03 Thread Tom Burton-West
Hello all, About 10% of our queries that contain Han characters are single character queries. It looks like the CJKBigram filter only outputs single characters when there are no adjacent bigrammable characters in the input. This means we have to create a separate field to index Han unigrams in

[jira] [Commented] (SOLR-3706) Ship setup to log with log4j.

2012-08-03 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3706?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13428374#comment-13428374 ] Mark Miller commented on SOLR-3706: --- I don't really where the jars end up - I just want d

[jira] [Commented] (SOLR-3706) Ship setup to log with log4j.

2012-08-03 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-3706?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13428370#comment-13428370 ] Jan Høydahl commented on SOLR-3706: --- I still think it would be better to not inlcude any

[jira] [Commented] (LUCENE-3616) Illegal Field Configurations should throw exceptions

2012-08-03 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13428358#comment-13428358 ] Robert Muir commented on LUCENE-3616: - I committed this patch. But we should still lo

[jira] [Commented] (LUCENE-3616) Illegal Field Configurations should throw exceptions

2012-08-03 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13428339#comment-13428339 ] Michael McCandless commented on LUCENE-3616: +1 > Illegal Fi

[jira] [Updated] (LUCENE-3616) Illegal Field Configurations should throw exceptions

2012-08-03 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3616?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-3616: Attachment: LUCENE-3616.patch heres some tests and 2 improvements for the pre-supplied types (I di

[jira] [Updated] (LUCENE-4283) Support more frequent skip with Block Postings Format

2012-08-03 Thread Han Jiang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4283?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Han Jiang updated LUCENE-4283: -- Attachment: LUCENE-4283-slow.patch Previous buggy patch will fail when df=128*k(k=2,3...), since skip

[jira] [Comment Edited] (LUCENE-4283) Support more frequent skip with Block Postings Format

2012-08-03 Thread Han Jiang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13428311#comment-13428311 ] Han Jiang edited comment on LUCENE-4283 at 8/3/12 7:24 PM: --- bq.

[jira] [Commented] (LUCENE-4283) Support more frequent skip with Block Postings Format

2012-08-03 Thread Han Jiang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13428311#comment-13428311 ] Han Jiang commented on LUCENE-4283: --- bq. Can't we call skipWriter.bufferSkip every skip

[jira] [Commented] (SOLR-3685) solrcloud crashes on startup due to excessive memory consumption

2012-08-03 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3685?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13428310#comment-13428310 ] Mark Miller commented on SOLR-3685: --- bq. Looking at your logs, it appears that you are re

[JENKINS] Lucene-Solr-4.x-Linux (64bit/ibm-j9-jdk6) - Build # 140 - Still Failing!

2012-08-03 Thread Policeman Jenkins Server
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-4.x-Linux/140/ Java: 64bit/ibm-j9-jdk6 1 tests failed. REGRESSION: org.apache.lucene.search.TestShardSearching.testSimple Error Message: Stack Trace: java.lang.AssertionError at __randomizedtesting.SeedInfo.seed([FC96A6B1B6746

[jira] [Updated] (SOLR-3707) Upgrade Solr to Tika 1.2

2012-08-03 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-3707?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Høydahl updated SOLR-3707: -- Description: Tika 1.2 has been released with these improvements: http://tika.apache.org/1.2/index.html

[jira] [Created] (SOLR-3707) Upgrade Solr to Tika 1.2

2012-08-03 Thread JIRA
Jan Høydahl created SOLR-3707: - Summary: Upgrade Solr to Tika 1.2 Key: SOLR-3707 URL: https://issues.apache.org/jira/browse/SOLR-3707 Project: Solr Issue Type: Improvement Components: c

[jira] [Commented] (SOLR-3685) solrcloud crashes on startup due to excessive memory consumption

2012-08-03 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3685?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13428255#comment-13428255 ] Mark Miller commented on SOLR-3685: --- Is it 2 or 3 cores you have? One thing is that it wo

[jira] [Commented] (SOLR-3703) Escape character which is in the query, is getting ignored in solr 3.6 with lucene parser

2012-08-03 Thread Jack Krupansky (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3703?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13428244#comment-13428244 ] Jack Krupansky commented on SOLR-3703: -- You are probably being caught by the "autoGene

[jira] [Created] (SOLR-3706) Ship setup to log with log4j.

2012-08-03 Thread Mark Miller (JIRA)
Mark Miller created SOLR-3706: - Summary: Ship setup to log with log4j. Key: SOLR-3706 URL: https://issues.apache.org/jira/browse/SOLR-3706 Project: Solr Issue Type: Improvement Report

[jira] [Resolved] (SOLR-3639) We should update to ZooKeeper 3.3.6

2012-08-03 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3639?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller resolved SOLR-3639. --- Resolution: Fixed I updated. > We should update to ZooKeeper 3.3.6 >

[jira] [Updated] (SOLR-3639) We should update to ZooKeeper 3.3.6

2012-08-03 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3639?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated SOLR-3639: -- Summary: We should update to ZooKeeper 3.3.6 (was: We should update to ZooKeeper 3.3.5) > We shoul

RE: Suggestion: Link to web access for Lucene source

2012-08-03 Thread Steven A Rowe
Hi Jack, You can anonymously make edits to this page (or any other page on any Apache CMS site), and your patch will be sent to the dev list for commit handling. See - there's a link there for a video tutorial. Steve From: Jack Krupansky

[jira] [Commented] (SOLR-3703) Escape character which is in the query, is getting ignored in solr 3.6 with lucene parser

2012-08-03 Thread srinivas (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3703?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13428186#comment-13428186 ] srinivas commented on SOLR-3703: This is the type I used here:

Re: Suggestion: Link to web access for Lucene source

2012-08-03 Thread Michael McCandless
+1 But I think it's OK to keep the pages separate... Mike McCandless http://blog.mikemccandless.com On Fri, Aug 3, 2012 at 11:13 AM, Jack Krupansky wrote: > It would be more convenient to have a “Web Access” link to the Lucene source > on the Lucene Developer page, similar to what Solr has on

[jira] [Commented] (LUCENE-4089) fix or document termsIndexInterval/Divisor for 4.0

2012-08-03 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4089?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13428180#comment-13428180 ] Robert Muir commented on LUCENE-4089: - I committed some javadocs in r1369022 as a tem

[jira] [Updated] (SOLR-3704) Date range queries fail when highlighting

2012-08-03 Thread Konstantin Pentchev (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3704?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Konstantin Pentchev updated SOLR-3704: -- Description: For the following valid date range query, an invalid date format exception

Suggestion: Link to web access for Lucene source

2012-08-03 Thread Jack Krupansky
It would be more convenient to have a “Web Access” link to the Lucene source on the Lucene Developer page, similar to what Solr has on its “Version Control” page. I end up needing to go to the Solr page even though I’m really only looking for Lucene source. See: http://lucene.apache.org/core/de

[jira] [Commented] (SOLR-3704) Date range queries fail when highlighting

2012-08-03 Thread Konstantin Pentchev (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3704?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13428170#comment-13428170 ] Konstantin Pentchev commented on SOLR-3704: --- yes, so the default highlighter is u

[jira] [Resolved] (SOLR-2482) DataImportHandler; reload-config; response in case of failure & further requests

2012-08-03 Thread James Dyer (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2482?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Dyer resolved SOLR-2482. -- Resolution: Fixed Fix Version/s: 4.0 Assignee: James Dyer Fixed as part of SOLR-2115.

[jira] [Resolved] (SOLR-2115) DataImportHandler config file *must* be specified in "defaults" or status will be "DataImportHandler started. Not Initialized. No commands can be run"

2012-08-03 Thread James Dyer (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2115?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Dyer resolved SOLR-2115. -- Resolution: Fixed Committed. Trunk: r1368993, branch_4x (beta): r1369009 > DataImportH

[jira] [Commented] (SOLR-3704) Date range queries fail when highlighting

2012-08-03 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3704?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13428143#comment-13428143 ] Tommaso Teofili commented on SOLR-3704: --- bq. As far as I know, fastvectorhighlighter

[jira] [Commented] (SOLR-3704) Date range queries fail when highlighting

2012-08-03 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3704?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13428137#comment-13428137 ] Robert Muir commented on SOLR-3704: --- {quote} termVectors="false" {quote} As far as I kno

[jira] [Resolved] (LUCENE-4140) IndexWriterConfig has setFlushPolicy but the class is package private

2012-08-03 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4140?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir resolved LUCENE-4140. - Resolution: Fixed Fix Version/s: 5.0 4.0 Thanks selckin!

[jira] [Comment Edited] (SOLR-3704) Date range queries fail when highlighting

2012-08-03 Thread Konstantin Pentchev (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3704?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13428132#comment-13428132 ] Konstantin Pentchev edited comment on SOLR-3704 at 8/3/12 2:47 PM: --

[jira] [Commented] (SOLR-3704) Date range queries fail when highlighting

2012-08-03 Thread Konstantin Pentchev (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3704?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13428132#comment-13428132 ] Konstantin Pentchev commented on SOLR-3704: --- Hi Tommaso, my field definition is:

[jira] [Commented] (SOLR-3704) Date range queries fail when highlighting

2012-08-03 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3704?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13428123#comment-13428123 ] Tommaso Teofili commented on SOLR-3704: --- Hi Konstantin, can you please check if this

[JENKINS] Lucene-Solr-trunk-Linux (32bit/ibm-j9-jdk6) - Build # 140 - Still Failing!

2012-08-03 Thread Policeman Jenkins Server
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Linux/140/ Java: 32bit/ibm-j9-jdk6 3 tests failed. REGRESSION: org.apache.lucene.facet.search.AdaptiveAccumulatorTest.testCountUsingSamping Error Message: Stack Trace: java.lang.AssertionError at __randomizedtesting.See

[jira] [Resolved] (SOLR-3631) Parse exception when spellchecker with collations is used

2012-08-03 Thread James Dyer (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3631?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Dyer resolved SOLR-3631. -- Resolution: Not A Problem User reported this works with 3.6.1 (probably fixed with SOLR-2509, 3.6.0)

[jira] [Resolved] (LUCENE-3885) smokeTestRelease.checkMaven should not require a release branch

2012-08-03 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3885?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir resolved LUCENE-3885. - Resolution: Fixed Assignee: Steven Rowe This issue was never marked resolved

[jira] [Resolved] (LUCENE-4050) Make segments_NN file codec-independent

2012-08-03 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4050?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir resolved LUCENE-4050. - Resolution: Fixed Fix Version/s: (was: 4.0) 4.0-ALPHA This was nev

[jira] [Resolved] (LUCENE-4127) negative offsets/deltas corrumption

2012-08-03 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4127?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir resolved LUCENE-4127. - Resolution: Fixed Fix Version/s: 4.0-ALPHA This was already committed (never marked resol

[jira] [Updated] (LUCENE-4140) IndexWriterConfig has setFlushPolicy but the class is package private

2012-08-03 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4140?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-4140: Attachment: LUCENE-4140.patch > IndexWriterConfig has setFlushPolicy but the class is package

[jira] [Commented] (SOLR-3631) Parse exception when spellchecker with collations is used

2012-08-03 Thread Eugene Viktorovich (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3631?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13428078#comment-13428078 ] Eugene Viktorovich commented on SOLR-3631: -- In Solr 3.6.1 issue doesn't exist.

[jira] [Commented] (LUCENE-4140) IndexWriterConfig has setFlushPolicy but the class is package private

2012-08-03 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4140?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13428075#comment-13428075 ] Robert Muir commented on LUCENE-4140: - This still seems to be an issue. The get/set a

[jira] [Commented] (LUCENE-4216) Token X exceeds length of provided text sized X

2012-08-03 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13428072#comment-13428072 ] Robert Muir commented on LUCENE-4216: - Hello, can you give a little more information,

[jira] [Resolved] (LUCENE-4221) CheckIndex is overeager for term vector offsets bounds checks

2012-08-03 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4221?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir resolved LUCENE-4221. - Resolution: Fixed The fix is already committed > CheckIndex is overeager for te

[jira] [Resolved] (LUCENE-4209) BytesRefSorter leaves files in /tmp and never cleans them up

2012-08-03 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4209?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir resolved LUCENE-4209. - Resolution: Fixed Fix Version/s: 3.6.1 5.0 issue was left hanging open

[jira] [Resolved] (LUCENE-4282) Automaton Fuzzy Query doesn't deliver all results

2012-08-03 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4282?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir resolved LUCENE-4282. - Resolution: Fixed Fix Version/s: 5.0 4.0 Thanks for reporting this!

[jira] [Commented] (SOLR-1725) Script based UpdateRequestProcessorFactory

2012-08-03 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1725?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13428018#comment-13428018 ] Erik Hatcher commented on SOLR-1725: bq. The tests committed here 3 weeks ago have neve

[jira] [Created] (SOLR-3705) hl.alternateField does not support glob

2012-08-03 Thread Markus Jelsma (JIRA)
Markus Jelsma created SOLR-3705: --- Summary: hl.alternateField does not support glob Key: SOLR-3705 URL: https://issues.apache.org/jira/browse/SOLR-3705 Project: Solr Issue Type: Improvement

[jira] [Created] (SOLR-3704) Date range queries fail when highlighting

2012-08-03 Thread Konstantin Pentchev (JIRA)
Konstantin Pentchev created SOLR-3704: - Summary: Date range queries fail when highlighting Key: SOLR-3704 URL: https://issues.apache.org/jira/browse/SOLR-3704 Project: Solr Issue Type: Bu

RE: [JENKINS] Lucene-Solr-trunk-Windows ([[ Exception while replacing ENV. Please report this as a bug. ]]

2012-08-03 Thread Uwe Schindler
Windows drove crazy... Completely. I had to hard kill the virtual machine, "Windows Shutting down..." wasn't working anymore :-) - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: u...@thetaphi.de > -Original Message- > From: Policeman Jenkins Server [

[JENKINS] Lucene-Solr-trunk-Windows ([[ Exception while replacing ENV. Please report this as a bug. ]]

2012-08-03 Thread Policeman Jenkins Server
{{ hudson.remoting.ChannelClosedException: channel is already closed }}) - Build # 67 - Still Failing! MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=_Part_46_1090016823.1343981639618" Precedence: bulk --=_Part_46_1090016823.1343981639618 Content-Type: text/plain; c

[JENKINS] Lucene-Solr-trunk-Windows ([[ Exception while replacing ENV. Please report this as a bug. ]]

2012-08-03 Thread Policeman Jenkins Server
{{ hudson.remoting.ChannelClosedException: channel is already closed }}) - Build # 66 - Still Failing! MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=_Part_44_231465362.1343981406825" Precedence: bulk --=_Part_44_231465362.1343981406825 Content-Type: text/plain; cha

[jira] [Commented] (LUCENE-4282) Automaton Fuzzy Query doesn't deliver all results

2012-08-03 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4282?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13427900#comment-13427900 ] Uwe Schindler commented on LUCENE-4282: --- +1 to fix with easy patch for now

[JENKINS] Lucene-Solr-trunk-Windows ([[ Exception while replacing ENV. Please report this as a bug. ]]

2012-08-03 Thread Policeman Jenkins Server
{{ hudson.remoting.ChannelClosedException: channel is already closed }}) - Build # 65 - Failure! MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=_Part_40_1802740694.1343981392382" Precedence: bulk --=_Part_40_1802740694.1343981392382 Content-Type: text/plain; charset

[JENKINS] Lucene-Solr-4.x-Windows ([[ Exception while replacing ENV. Please report this as a bug. ]]

2012-08-03 Thread Policeman Jenkins Server
{{ hudson.remoting.ChannelClosedException: channel is already closed }}) - Build # 64 - Failure! MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=_Part_42_134308123.1343981392589" Precedence: bulk --=_Part_42_134308123.1343981392589 Content-Type: text/plain; charset=U

[jira] [Commented] (LUCENE-4280) TestReaderClosed leaks threads

2012-08-03 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4280?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13427893#comment-13427893 ] Dawid Weiss commented on LUCENE-4280: - That TestLazyProxSkipping test failed three bu

[jira] [Commented] (LUCENE-4280) TestReaderClosed leaks threads

2012-08-03 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4280?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13427890#comment-13427890 ] Dawid Weiss commented on LUCENE-4280: - Ok, I think this indeed affects other tests to

[jira] [Commented] (LUCENE-4280) TestReaderClosed leaks threads

2012-08-03 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4280?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13427884#comment-13427884 ] Dawid Weiss commented on LUCENE-4280: - I'm talking about this particular seed though:

[jira] [Commented] (LUCENE-4280) TestReaderClosed leaks threads

2012-08-03 Thread Dawid Weiss (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4280?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13427882#comment-13427882 ] Dawid Weiss commented on LUCENE-4280: - bq. Do we know if the problem happens from the

[JENKINS] Lucene-Solr-trunk-Linux (64bit/jdk1.7.0_05) - Build # 132 - Failure!

2012-08-03 Thread Policeman Jenkins Server
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Linux/132/ Java: 64bit/jdk1.7.0_05 -XX:+UseConcMarkSweepGC 1 tests failed. REGRESSION: org.apache.lucene.analysis.core.TestRandomChains.testRandomChains Error Message: last stage: inconsistent endOffset at pos=3: 6 vs 4; token=m r o

[jira] [Commented] (LUCENE-4282) Automaton Fuzzy Query doesn't deliver all results

2012-08-03 Thread Johannes Christen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4282?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13427870#comment-13427870 ] Johannes Christen commented on LUCENE-4282: --- Would that cleanup mean the SlowFu