[JENKINS] Lucene-Solr-4.x-Linux (32bit/ibm-j9-jdk6) - Build # 291 - Failure!

2012-08-08 Thread Policeman Jenkins Server
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-4.x-Linux/291/ Java: 32bit/ibm-j9-jdk6 1 tests failed. REGRESSION: org.apache.lucene.store.TestBufferedIndexInput.testSetBufferSize Error Message: Stack Trace: java.lang.AssertionError at __randomizedtesting.SeedInfo.seed([3C1

Build failed in Jenkins: Lucene-trunk-Linux-Java6-64 #188

2012-08-08 Thread builder
See Changes: [sarowe] Add new test-framework dependencies introduced by Mark Miller's r1370864 commit: javax.servlet:servlet-api; org.eclipse.jetty:jetty-servlet; and org.eclipse.jetty:jetty-util (jetty-util was previously runtime scope, but is now compile scope) [hossman] remove broken @ret

[JENKINS] Lucene-Solr-4.x-Windows (32bit/jdk1.7.0_05) - Build # 153 - Still Failing!

2012-08-08 Thread Policeman Jenkins Server
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-4.x-Windows/153/ Java: 32bit/jdk1.7.0_05 -server -XX:+UseSerialGC All tests passed Build Log: [...truncated 20029 lines...] javadocs-lint: [...truncated 1675 lines...] BUILD FAILED C:\Jenkins\workspace\Lucene-Solr-4.x-Windows\build.xml:47

[JENKINS] Lucene-Solr-trunk-Windows (32bit/jdk1.7.0_05) - Build # 157 - Still Failing!

2012-08-08 Thread Policeman Jenkins Server
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Windows/157/ Java: 32bit/jdk1.7.0_05 -server -XX:+UseG1GC All tests passed Build Log: [...truncated 19851 lines...] javadocs-lint: [...truncated 1669 lines...] BUILD FAILED C:\Jenkins\workspace\Lucene-Solr-trunk-Windows\build.xml:47

Re: Improve OOTB behavior: English word-splitting should default to autoGeneratePhraseQueries=true

2012-08-08 Thread Robert Muir
On Wed, Aug 8, 2012 at 11:43 PM, Chris Hostetter wrote: > > Can you honestly say you think it makes sense that someone who types > in... > > fly-fishing > > ...will get match on documents containing either "fly" or "fishing" using > the example "text_general" fieldType? > Can you honestl

Re: Improve OOTB behavior: English word-splitting should default to autoGeneratePhraseQueries=true

2012-08-08 Thread Chris Hostetter
: Anyone who *wants* a phrase query can ask for one with double quotes. : If you force this option on, users have no way to turn it off. : : I'm strongly opposed. I could care less about english. Hold on a minute and think about what jack is pointing out here. I can understand your argument aga

[JENKINS] Lucene-Solr-4.x-Windows (32bit/jdk1.7.0_05) - Build # 152 - Still Failing!

2012-08-08 Thread Policeman Jenkins Server
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-4.x-Windows/152/ Java: 32bit/jdk1.7.0_05 -server -XX:+UseConcMarkSweepGC All tests passed Build Log: [...truncated 20024 lines...] javadocs-lint: [...truncated 1676 lines...] BUILD FAILED C:\Jenkins\workspace\Lucene-Solr-4.x-Windows\build

[JENKINS] Lucene-Solr-trunk-Windows (64bit/jdk1.7.0_05) - Build # 156 - Still Failing!

2012-08-08 Thread Policeman Jenkins Server
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Windows/156/ Java: 64bit/jdk1.7.0_05 -XX:+UseG1GC All tests passed Build Log: [...truncated 19862 lines...] javadocs-lint: [...truncated 1670 lines...] BUILD FAILED C:\Jenkins\workspace\Lucene-Solr-trunk-Windows\build.xml:47: The fo

[JENKINS] Lucene-Solr-4.x-Windows (32bit/jdk1.7.0_05) - Build # 151 - Failure!

2012-08-08 Thread Policeman Jenkins Server
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-4.x-Windows/151/ Java: 32bit/jdk1.7.0_05 -server -XX:+UseConcMarkSweepGC All tests passed Build Log: [...truncated 20020 lines...] javadocs-lint: [...truncated 1675 lines...] BUILD FAILED C:\Jenkins\workspace\Lucene-Solr-4.x-Windows\build

[JENKINS] Lucene-Solr-trunk-Windows (32bit/jdk1.7.0_05) - Build # 155 - Failure!

2012-08-08 Thread Policeman Jenkins Server
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Windows/155/ Java: 32bit/jdk1.7.0_05 -client -XX:+UseParallelGC All tests passed Build Log: [...truncated 19858 lines...] javadocs-lint: [...truncated 1672 lines...] BUILD FAILED C:\Jenkins\workspace\Lucene-Solr-trunk-Windows\build.

Build failed in Jenkins: Lucene-trunk-Linux-Java7-64 #111

2012-08-08 Thread builder
See Changes: [Robert Muir] LUCENE-4297: BooleanScorer2 sometimes multiplies coord() twice into the score [Robert Muir] harden test against internet problems [sarowe] fix doc bugs (thanks to Oren Bochman) [Robert Muir] turn on nightly-smoke task [Robert Muir] LUCENE-4295: add task to build a

Re: Improve OOTB behavior: English word-splitting should default to autoGeneratePhraseQueries=true

2012-08-08 Thread Robert Muir
Where are the actual relevance measurements showing degradation? For every example you have, i can give you a counter-example, including whole languages that flat out won't work at all. Anyone who *wants* a phrase query can ask for one with double quotes. If you force this option on, users have no

Improve OOTB behavior: English word-splitting should default to autoGeneratePhraseQueries=true

2012-08-08 Thread Jack Krupansky
Digging through the Jira and revision history, I discovered that back at the end of May 2011, a change was made to Solr that fairly significantly degrades the OOTB behavior for Solr queries, namely for word-splitting of terms with embedded punctuation, so that they end up, by default, doing the

[jira] [Commented] (LUCENE-3892) Add a useful intblock postings format (eg, FOR, PFOR, PFORDelta, Simple9/16/64, etc.)

2012-08-08 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3892?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13431511#comment-13431511 ] Michael McCandless commented on LUCENE-3892: OK I'll merge & replace Block w/

[jira] [Commented] (LUCENE-3892) Add a useful intblock postings format (eg, FOR, PFOR, PFORDelta, Simple9/16/64, etc.)

2012-08-08 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3892?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13431506#comment-13431506 ] Adrien Grand commented on LUCENE-3892: -- Sounds good. I think the only commits that h

[jira] [Commented] (LUCENE-3892) Add a useful intblock postings format (eg, FOR, PFOR, PFORDelta, Simple9/16/64, etc.)

2012-08-08 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3892?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13431504#comment-13431504 ] Michael McCandless commented on LUCENE-3892: Yes I think we should do a hard

[jira] [Commented] (LUCENE-3892) Add a useful intblock postings format (eg, FOR, PFOR, PFORDelta, Simple9/16/64, etc.)

2012-08-08 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3892?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13431498#comment-13431498 ] Adrien Grand commented on LUCENE-3892: -- Thanks Mike for your tests. Do you think {{B

[jira] [Updated] (LUCENE-3892) Add a useful intblock postings format (eg, FOR, PFOR, PFORDelta, Simple9/16/64, etc.)

2012-08-08 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3892?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-3892: --- Attachment: LUCENE-3892-non-specialized.patch I created a non-specialized (ie single

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

2012-08-08 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13431486#comment-13431486 ] Michael McCandless commented on LUCENE-4283: Thanks Billy, patch looks good..

[jira] [Commented] (LUCENE-3892) Add a useful intblock postings format (eg, FOR, PFOR, PFORDelta, Simple9/16/64, etc.)

2012-08-08 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3892?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13431485#comment-13431485 ] Michael McCandless commented on LUCENE-3892: I also see (smaller) gains with

[jira] [Commented] (LUCENE-3312) Break out StorableField from IndexableField

2012-08-08 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13431433#comment-13431433 ] Uwe Schindler commented on LUCENE-3312: --- bq. Some tests throw OutOfMemory errors (b

[jira] [Commented] (SOLR-3722) NPE from NamedList constructor if shard fails to return auxilury data about all docs

2012-08-08 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3722?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13431425#comment-13431425 ] Hoss Man commented on SOLR-3722: in addition to this, we should consider updating the compo

[jira] [Created] (SOLR-3722) NPE from NamedList constructor if shard fails to return auxilury data about all docs

2012-08-08 Thread Hoss Man (JIRA)
Hoss Man created SOLR-3722: -- Summary: NPE from NamedList constructor if shard fails to return auxilury data about all docs Key: SOLR-3722 URL: https://issues.apache.org/jira/browse/SOLR-3722 Project: Solr

Re: Lucene.NET 3.0.3 Build issues

2012-08-08 Thread Christopher Currens
Thanks for the feedback. Let us know if you run into any more issues/concerns. Thanks, Christopher On Wed, Aug 8, 2012 at 1:33 PM, Granroth, Neal V. < neal.granr...@thermofisher.com> wrote: > Yes I pulled from the branch not the trunk. I apparently made the > incorrect assumption that it would

RE: Lucene.NET 3.0.3 Build issues

2012-08-08 Thread Granroth, Neal V.
Yes I pulled from the branch not the trunk. I apparently made the incorrect assumption that it would be slightly more stable than the current work-in-progress. Thanks for the quick attention and clarifications. Especially for those that rely upon the binary packages. - Neal -Original Me

RE: [JENKINS-MAVEN] Lucene-Solr-Maven-trunk #570: POMs out of sync

2012-08-08 Thread Steven A Rowe
Mark Miller introduced new dependencies from the solr test-framework on jetty-servlet, jetty-util, and servlet-api - this caused compilation failures under Maven, since these jars were not included in the compilation classpath: -- [INFO] Compilation failure /usr/home/hudson/hudson-slave/wor

[jira] [Comment Edited] (LUCENE-3312) Break out StorableField from IndexableField

2012-08-08 Thread Nikola Tankovic (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13431346#comment-13431346 ] Nikola Tankovic edited comment on LUCENE-3312 at 8/8/12 8:14 PM: --

[jira] [Updated] (LUCENE-3312) Break out StorableField from IndexableField

2012-08-08 Thread Nikola Tankovic (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3312?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nikola Tankovic updated LUCENE-3312: Attachment: lucene-3312-patch-09.patch Patch 09: small fix that fixes many Solr test, Solr

RE: Lucene.NET 3.0.3 Build issues

2012-08-08 Thread Prescott Nasser
I use VS2010 and they opened fine for me to cut the pre-release nuget packages. I'll try to take a in the next day or two to see if I can't move that back to a VS2010 package. I wouldn't have an issue with a VS2012 solution file - as long as it was in VS2012 build folder, not the VS2010 folder;

Re: svn commit: r1370911 - in /lucene/dev/branches/branch_4x: ./ dev-tools/ lucene/ lucene/analysis/ lucene/analysis/icu/src/java/org/apache/lucene/collation/ lucene/backwards/ lucene/benchmark/ lucen

2012-08-08 Thread Mark Miller
thanks guess that doesn't fail in core but does in test-framework? - search me. On Aug 8, 2012, at 3:39 PM, hoss...@apache.org wrote: > Author: hossman > Date: Wed Aug 8 19:39:31 2012 > New Revision: 1370911 > > URL: http://svn.apache.org/viewvc?rev=1370911&view=rev > Log: > remove broken @ret

[JENKINS] Lucene-Solr-4.x-Linux (32bit/jdk1.6.0_33) - Build # 279 - Still Failing!

2012-08-08 Thread Policeman Jenkins Server
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-4.x-Linux/279/ Java: 32bit/jdk1.6.0_33 -client -XX:+UseSerialGC All tests passed Build Log: [...truncated 10297 lines...] javadocs-lint: [...truncated 1696 lines...] javadocs-lint: [exec] [exec] Crawl/parse... [exec]

[JENKINS] Lucene-Solr-trunk-Windows (32bit/jdk1.6.0_33) - Build # 152 - Failure!

2012-08-08 Thread Policeman Jenkins Server
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Windows/152/ Java: 32bit/jdk1.6.0_33 -client -XX:+UseSerialGC All tests passed Build Log: [...truncated 19037 lines...] javadocs-lint: [...truncated 1723 lines...] javadocs-lint: [exec] [exec] Crawl/parse... [exec]

Re: Solr Ping Request Handler Problem

2012-08-08 Thread vempap
It is configured in Jetty. One more problem is that it happens so some times & some times it'll be fine which is why it is being difficult for me to reproduce the scenario. -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-Ping-Request-Handler-Problem-tp3999880p337.h

[jira] [Comment Edited] (LUCENE-3892) Add a useful intblock postings format (eg, FOR, PFOR, PFORDelta, Simple9/16/64, etc.)

2012-08-08 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3892?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13431324#comment-13431324 ] Adrien Grand edited comment on LUCENE-3892 at 8/8/12 7:38 PM: -

[jira] [Commented] (LUCENE-3892) Add a useful intblock postings format (eg, FOR, PFOR, PFORDelta, Simple9/16/64, etc.)

2012-08-08 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3892?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13431324#comment-13431324 ] Adrien Grand commented on LUCENE-3892: -- I did some changes to the {{BlockPacked}} co

[jira] [Commented] (LUCENE-4219) PayloadNearQuery bugs

2012-08-08 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4219?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13431316#comment-13431316 ] Robert Muir commented on LUCENE-4219: - I tried to look into this, because its bad i t

[JENKINS] Lucene-Solr-trunk-Linux (32bit/jdk1.6.0_33) - Build # 284 - Failure!

2012-08-08 Thread Policeman Jenkins Server
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Linux/284/ Java: 32bit/jdk1.6.0_33 -server -XX:+UseSerialGC All tests passed Build Log: [...truncated 10269 lines...] javadocs-lint: [...truncated 1691 lines...] javadocs-lint: [exec] [exec] Crawl/parse... [exec]

[jira] [Updated] (SOLR-3715) improve tlog concurrency

2012-08-08 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3715?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley updated SOLR-3715: --- Attachment: SOLR-3715.patch Here's a patch that moves log record serialization outside of the synchron

Lucene.NET 3.0.3 Build issues

2012-08-08 Thread Granroth, Neal V.
I just pulled down the 3.0.3 branch from SVN and have encountered an initial problem with the VisualStudio solution file Lucene.Net.Core.sln in the VS2010 folder. This solution will not load in VS2010, Visual Studio complains that it was created with a newer version. Opening the solution file i

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

2012-08-08 Thread Tom Burton-West (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4286?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13431297#comment-13431297 ] Tom Burton-West commented on LUCENE-4286: - Thanks Robert for all your work on non

[JENKINS] Lucene-Solr-4.x-Linux (32bit/jdk1.6.0_33) - Build # 278 - Failure!

2012-08-08 Thread Policeman Jenkins Server
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-4.x-Linux/278/ Java: 32bit/jdk1.6.0_33 -server -XX:+UseSerialGC All tests passed Build Log: [...truncated 10387 lines...] javadocs-lint: [...truncated 1696 lines...] javadocs-lint: [exec] [exec] Crawl/parse... [exec]

Re: Solr Ping Request Handler Problem

2012-08-08 Thread in.abdul
Whether solr is configured in tomcat or jetty ? I am trying replicated same thing in my PC .. Let me get back to you once it is done . Syed Abdul kather send from Samsung S3 On Aug 8, 2012 11:54 PM, "vempap [via Lucene]" < ml-node+s472066n319...@n3.nabble.com> wrote: > Hello Syed, > > Thanks

Re: Solr Ping Request Handler Problem

2012-08-08 Thread in.abdul
Can you please paste you stack trace .. its easy for you to know reason. Are you using solrcloud ? Syed Abdul kather send from Samsung S3 On Aug 8, 2012 9:55 PM, "vempap [via Lucene]" < ml-node+s472066n399988...@n3.nabble.com> wrote: > Hello, > > I've a problem with SOLR 4.0 Alpha ping request

Re: Solr Ping Request Handler Problem

2012-08-08 Thread vempap
Hello Syed, Thanks for your reply. Unfortunately, there is not stack trace from Solr side & I'm not using Solr Cloud. It is sending an empty response back when I do a ping request. So, I'm not able to figure out why it is sending an empty response without throwing an exception - there is no exc

[jira] [Resolved] (SOLR-3229) TermVectorComponent does not return terms in distributed search

2012-08-08 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3229?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man resolved SOLR-3229. Resolution: Fixed Fix Version/s: 5.0 Committed revision 1370870. - trunk Committed revision 1370871.

[JENKINS-MAVEN] Lucene-Solr-Maven-trunk #570: POMs out of sync

2012-08-08 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Maven-trunk/570/ No tests ran. Build Log: [...truncated 7976 lines...] [INFO] Compiling 19 source files to /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Maven-trunk/checkout/maven-build/solr/test-framework/target/classes [INFO] -

[jira] [Comment Edited] (LUCENE-3892) Add a useful intblock postings format (eg, FOR, PFOR, PFORDelta, Simple9/16/64, etc.)

2012-08-08 Thread Han Jiang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3892?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13431117#comment-13431117 ] Han Jiang edited comment on LUCENE-3892 at 8/8/12 5:47 PM: --- And

[jira] [Commented] (LUCENE-3312) Break out StorableField from IndexableField

2012-08-08 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13431240#comment-13431240 ] Uwe Schindler commented on LUCENE-3312: --- Hi Nikola, next week is "pencils down", so

[JENKINS] Lucene-Solr-tests-only-trunk-java7 - Build # 3033 - Failure

2012-08-08 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-tests-only-trunk-java7/3033/ 1 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.handler.TestReplicationHandler Error Message: ERROR: SolrIndexSearcher opens=76 closes=75 Stack Trace: java.lang.AssertionError: ERROR: SolrIndexSearc

[jira] [Commented] (LUCENE-4297) BooleanScorer2 sometimes multiplies coord() twice into the score

2012-08-08 Thread Pascal Chollet (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4297?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13431206#comment-13431206 ] Pascal Chollet commented on LUCENE-4297: Thanks for fixing it so quickly!

[jira] [Commented] (SOLR-3721) Multiple concurrent recoveries of same shard?

2012-08-08 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3721?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13431203#comment-13431203 ] Mark Miller commented on SOLR-3721: --- Correct, only one recovery should run at a time. I'l

Solr Ping Request Handler Problem

2012-08-08 Thread vempap
Hello, I've a problem with SOLR 4.0 Alpha ping request handler. If there are many cores & if I do start all the solr instances and they are up & running successfully, when I do a create index it fails with logs saying that one of the instances is down. I really donno why it is happening as start

[jira] [Commented] (SOLR-3229) TermVectorComponent does not return terms in distributed search

2012-08-08 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3229?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13431199#comment-13431199 ] Hoss Man commented on SOLR-3229: bq. I use "doc-0" to make it compatible with single node m

[jira] [Commented] (LUCENE-3892) Add a useful intblock postings format (eg, FOR, PFOR, PFORDelta, Simple9/16/64, etc.)

2012-08-08 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3892?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13431193#comment-13431193 ] Robert Muir commented on LUCENE-3892: - {quote} So ... most of the gains come from Blo

[jira] [Updated] (LUCENE-3892) Add a useful intblock postings format (eg, FOR, PFOR, PFORDelta, Simple9/16/64, etc.)

2012-08-08 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3892?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-3892: --- Attachment: LUCENE-3892-bulkVInt.patch I tested BulkVInt again, ie to decouple the c

[jira] [Resolved] (LUCENE-4297) BooleanScorer2 sometimes multiplies coord() twice into the score

2012-08-08 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4297?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir resolved LUCENE-4297. - Resolution: Fixed Thanks to Pascal for discovering this > BooleanScorer2 someti

[jira] [Updated] (LUCENE-4297) BooleanScorer2 sometimes multiplies coord() twice into the score

2012-08-08 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4297?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-4297: Fix Version/s: (was: 3.6.1) 3.6.2 > BooleanScorer2 sometimes multiplies

[jira] [Updated] (LUCENE-4297) BooleanScorer2 sometimes multiplies coord() twice into the score

2012-08-08 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4297?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-4297: Fix Version/s: 3.6.1 4.0 5.0 > BooleanScorer2 sometimes

[jira] [Commented] (LUCENE-4297) BooleanScorer2 sometimes multiplies coord() twice into the score

2012-08-08 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4297?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13431139#comment-13431139 ] Robert Muir commented on LUCENE-4297: - It is: basically the reason TestBoolean2.testR

[jira] [Commented] (LUCENE-4297) BooleanScorer2 sometimes multiplies coord() twice into the score

2012-08-08 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4297?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13431137#comment-13431137 ] Uwe Schindler commented on LUCENE-4297: --- Is BQ1 correct? Just to be sure! +1 to bac

[jira] [Updated] (LUCENE-4297) BooleanScorer2 sometimes multiplies coord() twice into the score

2012-08-08 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4297?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-4297: Attachment: LUCENE-4297.patch patch with improved testing: sometimes use a coord() like this in l

PyLucene 3.6 build on MacOS and PyLucene website

2012-08-08 Thread Thomas Koch
Hi, I'm also running Mac OS now (besides windows still ,-) and was able to build & install PyLucene 3.6.0.2 on MacOS-X (10.7/intel/Python2.7) without any problems - that's the good news. However it was quite difficult for me to get the download files and installation instructions: Download

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

2012-08-08 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: -- Fix Version/s: 5.0 > Upgrade Solr to Tika 1.2 > > > Key: SO

[jira] [Commented] (LUCENE-4297) BooleanScorer2 sometimes multiplies coord() twice into the score

2012-08-08 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4297?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13431125#comment-13431125 ] Robert Muir commented on LUCENE-4297: - Simple patch: remove the coord multiplication

[jira] [Updated] (LUCENE-4297) BooleanScorer2 sometimes multiplies coord() twice into the score

2012-08-08 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4297?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-4297: Attachment: LUCENE-4297.patch > BooleanScorer2 sometimes multiplies coord() twice into the sco

[jira] [Commented] (LUCENE-3892) Add a useful intblock postings format (eg, FOR, PFOR, PFORDelta, Simple9/16/64, etc.)

2012-08-08 Thread Han Jiang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3892?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13431117#comment-13431117 ] Han Jiang commented on LUCENE-3892: --- And result on skipMulitiplier, use current 8 as th

[jira] [Updated] (LUCENE-4297) BooleanScorer2 sometimes multiplies coord() twice into the score

2012-08-08 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4297?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-4297: Attachment: LUCENE-4297_test.patch here's a test. See e.g. ant test -Dtestcase=TestBoolean2 -Dte

[jira] [Created] (LUCENE-4297) BooleanScorer2 sometimes multiplies coord() twice into the score

2012-08-08 Thread Robert Muir (JIRA)
Robert Muir created LUCENE-4297: --- Summary: BooleanScorer2 sometimes multiplies coord() twice into the score Key: LUCENE-4297 URL: https://issues.apache.org/jira/browse/LUCENE-4297 Project: Lucene - Core

[JENKINS] Lucene-Solr-trunk-Windows (32bit/jdk1.7.0_05) - Build # 147 - Failure!

2012-08-08 Thread Policeman Jenkins Server
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Windows/147/ Java: 32bit/jdk1.7.0_05 -client -XX:+UseSerialGC All tests passed Build Log: [...truncated 19855 lines...] javadocs-lint: [...truncated 1669 lines...] BUILD FAILED C:\Jenkins\workspace\Lucene-Solr-trunk-Windows\build.xm

[JENKINS] Lucene-Solr-4.x-Windows (32bit/jdk1.6.0_33) - Build # 142 - Failure!

2012-08-08 Thread Policeman Jenkins Server
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-4.x-Windows/142/ Java: 32bit/jdk1.6.0_33 -client -XX:+UseConcMarkSweepGC All tests passed Build Log: [...truncated 19168 lines...] javadocs-lint: [...truncated 1674 lines...] BUILD FAILED C:\Jenkins\workspace\Lucene-Solr-4.x-Windows\build

[jira] [Updated] (SOLR-3721) Multiple concurrent recoveries of same shard?

2012-08-08 Thread Per Steffensen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3721?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Per Steffensen updated SOLR-3721: - Environment: Using our own Solr release based on Apache revision 1355667 from 4.x branch. Our chan

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

2012-08-08 Thread Policeman Jenkins Server
Build: http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Linux/273/ Java: 32bit/ibm-j9-jdk7 1 tests failed. REGRESSION: org.apache.lucene.index.TestDocumentsWriterStallControl.testSimpleStall Error Message: Left-over thread detected (and terminated): Thread[Thread-93,5,] (stack trace

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

2012-08-08 Thread Han Jiang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13430958#comment-13430958 ] Han Jiang commented on LUCENE-4283: --- Hmm, the improvement isn't that noisy {noformat}

RE: setup a jenkins task for twice a week?

2012-08-08 Thread Uwe Schindler
I can do that end of week when back from vacation! Uwe - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: u...@thetaphi.de > -Original Message- > From: Robert Muir [mailto:rcm...@gmail.com] > Sent: Tuesday, August 07, 2012 11:29 PM > To: dev@lucene.ap

[jira] [Updated] (SOLR-3721) Multiple concurrent recoveries of same shard?

2012-08-08 Thread Per Steffensen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3721?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Per Steffensen updated SOLR-3721: - Attachment: recovery_start_finish.log recovery_in_progress.png > Multiple conc

[jira] [Created] (SOLR-3721) Multiple concurrent recoveries of same shard?

2012-08-08 Thread Per Steffensen (JIRA)
Per Steffensen created SOLR-3721: Summary: Multiple concurrent recoveries of same shard? Key: SOLR-3721 URL: https://issues.apache.org/jira/browse/SOLR-3721 Project: Solr Issue Type: Bug