Solr-trunk - Build # 1342 - Still Failing

2010-12-14 Thread Apache Hudson Server
Build: https://hudson.apache.org/hudson/job/Solr-trunk/1342/ 1 tests failed. REGRESSION: org.apache.solr.client.solrj.TestLBHttpSolrServer.testSimple Error Message: expected:3 but was:2 Stack Trace: junit.framework.AssertionFailedError: expected:3 but was:2 at

[jira] Commented: (SOLR-2272) Join

2010-12-14 Thread Tanguy Moal (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2272?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12971194#action_12971194 ] Tanguy Moal commented on SOLR-2272: --- Thanks Yonik, indeed I wasn't aware of that space for

[jira] Updated: (SOLR-1993) SolrJ binary update erro when commitWithin is set.

2010-12-14 Thread Maxim Valyanskiy (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1993?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maxim Valyanskiy updated SOLR-1993: --- Attachment: SolrExampleBinaryTest.java

[jira] Commented: (SOLR-1993) SolrJ binary update erro when commitWithin is set.

2010-12-14 Thread Maxim Valyanskiy (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1993?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12971203#action_12971203 ] Maxim Valyanskiy commented on SOLR-1993: this test reproduces the problem on todays

Lucene-Solr-tests-only-trunk - Build # 2528 - Failure

2010-12-14 Thread Apache Hudson Server
Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/2528/ 1 tests failed. REGRESSION: org.apache.lucene.index.TestIndexWriterOnJRECrash.testNRTThreads Error Message: CheckIndex failed Stack Trace: java.lang.RuntimeException: CheckIndex failed at

Re: Lucene-trunk - Build # 1394 - Still Failing

2010-12-14 Thread Michael McCandless
On Mon, Dec 13, 2010 at 11:50 PM, Shai Erera ser...@gmail.com wrote: I see that the test was changed yesterday, and perhaps it causes the problem? Previously, the test had that code:     // r might have changed because this is not a     // synchronized method. However

[jira] Commented: (LUCENE-2723) Speed up Lucene's low level bulk postings read API

2010-12-14 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2723?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12971229#action_12971229 ] Michael McCandless commented on LUCENE-2723: I disabled the conjunction

Lucene-Solr-tests-only-trunk - Build # 2530 - Failure

2010-12-14 Thread Apache Hudson Server
Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/2530/ 1 tests failed. REGRESSION: org.apache.solr.request.SimpleFacetsTest.testNumericRangeFacetsSortableDouble Error Message: Exception during query Stack Trace: java.lang.RuntimeException: Exception during query

Re: strange problem of PForDelta decoder

2010-12-14 Thread Michael McCandless
Likely you are seeing the startup cost of hotspot compiling the PFOR code? Ie, does your test first warmup the JRE and then do the real test? I've also found that running -Xbatch produces more consistent results from run to run, however, those results may not be as fast as running w/o -Xbatch.

Re: strange problem of PForDelta decoder

2010-12-14 Thread Li Li
but I let VINT and S9 decoder run first, their time is the same as when they are called in the end. it's stable 2010/12/14 Michael McCandless luc...@mikemccandless.com: Likely you are seeing the startup cost of hotspot compiling the PFOR code? Ie, does your test first warmup the JRE and then

[jira] Commented: (LUCENE-2814) stop writing shared doc stores across segments

2010-12-14 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2814?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12971234#action_12971234 ] Michael McCandless commented on LUCENE-2814: bq. Does this mean we will be

[jira] Commented: (LUCENE-2723) Speed up Lucene's low level bulk postings read API

2010-12-14 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2723?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12971236#action_12971236 ] Michael McCandless commented on LUCENE-2723: I think we should cut a branch

[jira] Commented: (LUCENE-2814) stop writing shared doc stores across segments

2010-12-14 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2814?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12971239#action_12971239 ] Michael McCandless commented on LUCENE-2814: Thanks Earwin :) We should

[jira] Commented: (LUCENE-2814) stop writing shared doc stores across segments

2010-12-14 Thread Earwin Burrfoot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2814?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12971248#action_12971248 ] Earwin Burrfoot commented on LUCENE-2814: - bq. We should verify the back-compat

Re: Lucene-Solr-tests-only-trunk - Build # 2528 - Failure

2010-12-14 Thread Michael McCandless
This failure is interesting. It's the new awesome JRE-crash test, which crashes the JRE while TestNRTThreads is running. Somehow CheckIndex on the resulting index hit an OOME. I was very curious to pull down that index and run CheckIndex myself, but... our hudson jobs do an ant clean on each

[jira] Commented: (LUCENE-2611) IntelliJ IDEA setup

2010-12-14 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2611?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12971260#action_12971260 ] Erick Erickson commented on LUCENE-2611: Steven: Thanks, using UNIX2DOS made the

Re: Lucene-Solr-tests-only-trunk - Build # 2528 - Failure

2010-12-14 Thread Robert Muir
On Tue, Dec 14, 2010 at 8:41 AM, Michael McCandless luc...@mikemccandless.com wrote: Also, can we fix LuceneTestCase to print the temp dirs created by the test?  This way I could know which temp dir to go digging on... seems like to do this we need _TestUtil.getTempDir to notify LuceneTestCase

[jira] Commented: (SOLR-2275) Spaces around mm parameter in dismax configuration cause NumberFormatException

2010-12-14 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2275?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12971261#action_12971261 ] Erick Erickson commented on SOLR-2275: -- Anybody want to pick this up and commit it?

RE: Lucene-Solr-tests-only-trunk - Build # 2528 - Failure

2010-12-14 Thread Uwe Schindler
Normally if the tests fail, the builds stop and the index should be kept alive. If you are fast enough after the failed tests you should be able to fetch the failed data. But the next Hudson run will delete it. The problem is that Apache does not save the workspace of each run (as its about 2 GB!)

Re: Lucene-Solr-tests-only-trunk - Build # 2528 - Failure

2010-12-14 Thread Robert Muir
On Tue, Dec 14, 2010 at 9:21 AM, Uwe Schindler u...@thetaphi.de wrote: At least we could add something like an error handler in the shell script that does a snapshpot of the build/ directory, tars it and places it somewhere with the build number. It could be put to the artifact folder, that

Re: Lucene-Solr-tests-only-trunk - Build # 2530 - Failure

2010-12-14 Thread Robert Muir
I don't get this, obviously something like TermsEnum.EMPTY could return a null comparator, but before this assert TermsEnum.EMPTY is explicitly tested for. On Tue, Dec 14, 2010 at 6:02 AM, Apache Hudson Server hud...@hudson.apache.org wrote: Build:

Re: Lucene-Solr-tests-only-trunk - Build # 2528 - Failure

2010-12-14 Thread Michael McCandless
+1 this would be awesome! I'm very curious how the crash-the-JRE-test produced an index that causes CheckIndex to OOME! Mike On Tue, Dec 14, 2010 at 9:30 AM, Robert Muir rcm...@gmail.com wrote: On Tue, Dec 14, 2010 at 9:21 AM, Uwe Schindler u...@thetaphi.de wrote: At least we could add

[jira] Commented: (SOLR-1781) Replication index directories not always cleaned up

2010-12-14 Thread Shawn Heisey (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1781?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12971296#action_12971296 ] Shawn Heisey commented on SOLR-1781: I have been having this problem too, but most of

[jira] Commented: (LUCENE-2811) SegmentInfo should explicitly track whether that segment wrote term vectors

2010-12-14 Thread Earwin Burrfoot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2811?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12971303#action_12971303 ] Earwin Burrfoot commented on LUCENE-2811: - I think SegmentInfo.hasVectors should

[jira] Commented: (SOLR-1979) Create LanguageIdentifierUpdateProcessor

2010-12-14 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1979?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12971322#action_12971322 ] Grant Ingersoll commented on SOLR-1979: --- bq. What about leveraging payloads (we can

[jira] Commented: (LUCENE-2723) Speed up Lucene's low level bulk postings read API

2010-12-14 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2723?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12971324#action_12971324 ] Michael McCandless commented on LUCENE-2723: OK I created the branch at

[jira] Commented: (LUCENE-2811) SegmentInfo should explicitly track whether that segment wrote term vectors

2010-12-14 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2811?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12971327#action_12971327 ] Michael McCandless commented on LUCENE-2811: Good idea, will do...

[jira] Commented: (SOLR-1979) Create LanguageIdentifierUpdateProcessor

2010-12-14 Thread JIRA
[ https://issues.apache.org/jira/browse/SOLR-1979?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12971338#action_12971338 ] Jan Høydahl commented on SOLR-1979: --- {quote} Jan, do you have any updates to the patch?

[jira] Reopened: (LUCENE-1737) Always use bulk-copy when merging stored fields and term vectors

2010-12-14 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1737?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless reopened LUCENE-1737: I realized we should fix a few more cases here to use bulk-copy more often. First,

[jira] Updated: (LUCENE-1737) Always use bulk-copy when merging stored fields and term vectors

2010-12-14 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1737?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-1737: --- Attachment: LUCENE-1737.patch Patch. It has one nocommit which we can remove once

[jira] Updated: (SOLR-1993) SolrJ binary update erro when commitWithin is set.

2010-12-14 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1993?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man updated SOLR-1993: --- Attachment: SOLR-1993.patch Ah, thank you Maxim -- not realizing that the existing Jetty tests use XML by

[jira] Updated: (SOLR-1993) SolrJ binary update erro when commitWithin is set.

2010-12-14 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1993?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man updated SOLR-1993: --- Fix Version/s: 4.0 3.1 SolrJ binary update erro when commitWithin is set.

[jira] Issue Comment Edited: (SOLR-2202) Money FieldType

2010-12-14 Thread Greg Fodor (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2202?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12971386#action_12971386 ] Greg Fodor edited comment on SOLR-2202 at 12/14/10 2:46 PM: Etsy

[jira] Commented: (SOLR-2202) Money FieldType

2010-12-14 Thread Greg Fodor (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2202?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12971386#action_12971386 ] Greg Fodor commented on SOLR-2202: -- Etsy has been running this patch in production for a

[jira] Commented: (SOLR-1979) Create LanguageIdentifierUpdateProcessor

2010-12-14 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1979?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12971400#action_12971400 ] Tommaso Teofili commented on SOLR-1979: --- bq. Keep it basic in first version. Allow for

[jira] Commented: (LUCENE-2723) Speed up Lucene's low level bulk postings read API

2010-12-14 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2723?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12971411#action_12971411 ] Yonik Seeley commented on LUCENE-2723: -- FYI, just so we don't duplicate work, I'm in

[jira] Created: (SOLR-2287) (SolrCloud) Allow users to query by multiple collections

2010-12-14 Thread Soheb Mahmood (JIRA)
(SolrCloud) Allow users to query by multiple collections Key: SOLR-2287 URL: https://issues.apache.org/jira/browse/SOLR-2287 Project: Solr Issue Type: Improvement

[jira] Updated: (SOLR-2287) (SolrCloud) Allow users to query by multiple collections

2010-12-14 Thread Soheb Mahmood (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2287?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Soheb Mahmood updated SOLR-2287: Attachment: SOLR-2287.patch This patch contains the source code to allow users to query via

[jira] Updated: (LUCENE-2723) Speed up Lucene's low level bulk postings read API

2010-12-14 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2723?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2723: Attachment: LUCENE-2723_termscorer.patch Here's a patch to make TermScorer more readable:

[jira] Commented: (LUCENE-2723) Speed up Lucene's low level bulk postings read API

2010-12-14 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2723?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12971465#action_12971465 ] Robert Muir commented on LUCENE-2723: - by the way, i tried an experiment... i don't

Lucene-3.x - Build # 211 - Still Failing

2010-12-14 Thread Apache Hudson Server
Build: https://hudson.apache.org/hudson/job/Lucene-3.x/211/ All tests passed Build Log (for compile errors): [...truncated 21403 lines...] - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands,

[jira] Commented: (SOLR-2014) Allow BF parameter to accept complex nested expressions with whitespace sprinkled throughout

2010-12-14 Thread Ivan Small (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12971502#action_12971502 ] Ivan Small commented on SOLR-2014: -- I wrote this patch for Zvents, a local search company.

[jira] Created: (SOLR-2288) clean up compiler warnings

2010-12-14 Thread Hoss Man (JIRA)
clean up compiler warnings -- Key: SOLR-2288 URL: https://issues.apache.org/jira/browse/SOLR-2288 Project: Solr Issue Type: Improvement Reporter: Hoss Man there's a ton of compiler warning in the solr

[jira] Commented: (LUCENE-2811) SegmentInfo should explicitly track whether that segment wrote term vectors

2010-12-14 Thread Earwin Burrfoot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2811?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12971510#action_12971510 ] Earwin Burrfoot commented on LUCENE-2811: - From IRC: SegmentMerger.hasVectors

[jira] Updated: (SOLR-2288) clean up compiler warnings

2010-12-14 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2288?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man updated SOLR-2288: --- Attachment: warning.cleanup.patch here's a patch i worked up a bit today ... i started by trying to focus on

[jira] Commented: (SOLR-2268) Add support for Point in Polygon searches

2010-12-14 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2268?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12971524#action_12971524 ] Grant Ingersoll commented on SOLR-2268: --- Useful link on the algorithms:

[jira] Updated: (SOLR-2268) Add support for Point in Polygon searches

2010-12-14 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2268?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll updated SOLR-2268: -- Attachment: SOLR-2268.patch This patch should in no way shape or form be seen as useful at this

[jira] Commented: (SOLR-1993) SolrJ binary update erro when commitWithin is set.

2010-12-14 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1993?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12971539#action_12971539 ] Noble Paul commented on SOLR-1993: -- Oh. I missed that helper method. the patch is good

[jira] Commented: (LUCENE-2723) Speed up Lucene's low level bulk postings read API

2010-12-14 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2723?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12971541#action_12971541 ] Robert Muir commented on LUCENE-2723: - ok after a lot of benchmarking with different

[jira] Commented: (LUCENE-2611) IntelliJ IDEA setup

2010-12-14 Thread Steven Rowe (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2611?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12971544#action_12971544 ] Steven Rowe commented on LUCENE-2611: - bq. bringing things up from scratch was trivial

Lucene-trunk - Build # 1395 - Still Failing

2010-12-14 Thread Apache Hudson Server
Build: https://hudson.apache.org/hudson/job/Lucene-trunk/1395/ All tests passed Build Log (for compile errors): [...truncated 18384 lines...] - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional

[jira] Commented: (SOLR-2188) StandardTokenizerFactory should accept a maxTokenLength parameter

2010-12-14 Thread Steven Rowe (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2188?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12971551#action_12971551 ] Steven Rowe commented on SOLR-2188: --- UAX29URLEmailTokenizerFactory should also accept a

[jira] Updated: (SOLR-2188) StandardTokenizerFactory should accept a maxTokenLength parameter

2010-12-14 Thread Steven Rowe (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2188?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steven Rowe updated SOLR-2188: -- Attachment: SOLR-2188.patch Patch adding maxTokenLength argument to Solr factories for

Lucene-Solr-tests-only-trunk - Build # 2562 - Failure

2010-12-14 Thread Apache Hudson Server
Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/2562/ 1 tests failed. REGRESSION: org.apache.lucene.index.TestIndexWriterOnJRECrash.testNRTThreads Error Message: CheckIndex failed Stack Trace: java.lang.RuntimeException: CheckIndex failed at