[jira] [Commented] (SOLR-6892) Improve the way update processors are used and make it simpler

2015-03-16 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6892?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14363996#comment-14363996 ] ASF subversion and git services commented on SOLR-6892: --- Commit

[jira] [Updated] (SOLR-7249) Solr engine misses null-values in OR null part for eDisMax parser

2015-03-16 Thread Arsen Li (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7249?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arsen Li updated SOLR-7249: --- Description: Solr engine misses null-values in OR null part for eDisMax parser For example, I have following

[jira] [Commented] (SOLR-6350) Percentiles in StatsComponent

2015-03-16 Thread Xu Zhang (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6350?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14364256#comment-14364256 ] Xu Zhang commented on SOLR-6350: Thanks Hoss. I think I screwed it up. Really sorry about

[jira] [Commented] (SOLR-6350) Percentiles in StatsComponent

2015-03-16 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6350?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14364303#comment-14364303 ] Hoss Man commented on SOLR-6350: bq. I think I screwed it up. Really sorry about it. Will

[jira] [Commented] (LUCENE-6361) Optimized AnalyzinSuggester#topoSortStates()

2015-03-16 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6361?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14364054#comment-14364054 ] Michael McCandless commented on LUCENE-6361: I'm not sure this is safe? It

[jira] [Commented] (SOLR-7249) Solr engine misses null-values in OR null part for eDisMax parser

2015-03-16 Thread Arsen Li (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14364071#comment-14364071 ] Arsen Li commented on SOLR-7249: Jack, Eric, sorry for my ignorance. SOLR/Apache

Changes to the Solr website - what kind of review process is required?

2015-03-16 Thread Shawn Heisey
I have some changes I'd like to make to the Solr website, but I'm not entirely sure what kind of review process that should go through. Should I open an issue in Jira, or just discuss it here? Here are the changes I'd like to do: http://apaste.info/pc5 I think part of the reason that we are

[jira] [Commented] (SOLR-6350) Percentiles in StatsComponent

2015-03-16 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6350?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14364243#comment-14364243 ] Hoss Man commented on SOLR-6350: Actaully .. Xu: it looks like your latest patch doesn't

Re: Changes to the Solr website - what kind of review process is required?

2015-03-16 Thread Erick Erickson
+1 to that, I never made the connection between usage problems in JIRAs and the location of the two on the resources page... Not quite sure how to make the changes though.. Erick On Mon, Mar 16, 2015 at 3:49 PM, Shawn Heisey apa...@elyograg.org wrote: I have some changes I'd like to make to

Re: Changes to the Solr website - what kind of review process is required?

2015-03-16 Thread Jack Krupansky
It would also re nice to have a user problem report web page that had a few fields like Solr release, query, error message or stack trace, query response, expected response, etc. And maybe a few bullet points like Add debugQuery to get detailed response for troubleshooting, Be sure to restart Solr

[JENKINS] Lucene-Solr-trunk-Windows (32bit/jdk1.8.0_31) - Build # 4552 - Still Failing!

2015-03-16 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/4552/ Java: 32bit/jdk1.8.0_31 -client -XX:+UseParallelGC 1 tests failed. FAILED: org.apache.solr.cloud.CollectionsAPIDistributedZkTest.test Error Message: Captured an uncaught exception in thread: Thread[id=15476, name=collection1,

[JENKINS] Lucene-Solr-Tests-5.x-Java7 - Build # 2783 - Still Failing

2015-03-16 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-5.x-Java7/2783/ 4 tests failed. REGRESSION: org.apache.solr.cloud.RecoveryZkTest.test Error Message: shard1 is not consistent. Got 122 from http://127.0.0.1:44173/collection1lastClient and got 56 from http://127.0.0.1:44189/collection1

[jira] [Updated] (LUCENE-6345) null check all term/fields in queries

2015-03-16 Thread Lee Hinman (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6345?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lee Hinman updated LUCENE-6345: --- Attachment: LUCENE-6345.patch Here's a patch that adds a lot of null checks to Querys as well as

Re: Changes to the Solr website - what kind of review process is required?

2015-03-16 Thread Alexandre Rafalovitch
Or make a whole book on troubleshooting Solr and write a special chapter on asking good questions on the mailing list. And then make that chapter free as a sampler or something. If only somebody would figure out how to do that. I'd give them my money for the rest of the book. Wouldn't you? So,

[jira] [Updated] (LUCENE-6345) null check all term/fields in queries

2015-03-16 Thread Lee Hinman (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6345?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lee Hinman updated LUCENE-6345: --- Attachment: LUCENE-6345.patch Updated patch that re-adds an assert that I removed mistakenly. null

[jira] [Updated] (SOLR-7250) In spellcheck.extendedResults=true freq value of suggestion differs from it actual origFreq

2015-03-16 Thread Wasim (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7250?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wasim updated SOLR-7250: Description: Original frequency is not matching with suggestion frequency in SOLR Output for whs is - (73) which is

[jira] [Created] (SOLR-7250) In spellcheck.extendedResults=true freq value of suggestion differs from it actual origFreq

2015-03-16 Thread Wasim (JIRA)
Wasim created SOLR-7250: --- Summary: In spellcheck.extendedResults=true freq value of suggestion differs from it actual origFreq Key: SOLR-7250 URL: https://issues.apache.org/jira/browse/SOLR-7250 Project: Solr

[jira] [Commented] (SOLR-7247) sliceHash for compositeIdRouter is not coherent with routing

2015-03-16 Thread Paolo Cappuccini (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7247?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14363054#comment-14363054 ] Paolo Cappuccini commented on SOLR-7247: Shalin, perhaps i'm missing something but

[jira] [Commented] (SOLR-7247) sliceHash for compositeIdRouter is not coherent with routing

2015-03-16 Thread Paolo Cappuccini (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7247?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14363057#comment-14363057 ] Paolo Cappuccini commented on SOLR-7247: Shalin, perhaps i'm missing something but

[jira] [Updated] (SOLR-7248) In legacyCloud=false mode we should check if the core was hosted on the same node before registering it

2015-03-16 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7248?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Varun Thacker updated SOLR-7248: Attachment: SOLR-7248.patch Updated patch which compares both 'base_url' and 'name' In

[jira] [Updated] (SOLR-7250) In spellcheck.extendedResults=true freq value of suggestion differs from it actual origFreq

2015-03-16 Thread Wasim (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7250?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wasim updated SOLR-7250: Description: Original frequency is not matching with suggestion frequency in SOLR Output for whs is - (73) which is

[JENKINS] Lucene-Solr-Tests-5.x-Java7 - Build # 2780 - Still Failing

2015-03-16 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-5.x-Java7/2780/ 4 tests failed. REGRESSION: org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test Error Message: Captured an uncaught exception in thread: Thread[id=699, name=SocketProxy-Response-52218:15344, state=RUNNABLE,

[jira] [Updated] (SOLR-7248) In legacyCloud=false mode we should check if the core was hosted on the same node before registering it

2015-03-16 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7248?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Varun Thacker updated SOLR-7248: Attachment: SOLR-7248.patch Patch which checks both coreNodeName and base_url to verify if the core

[jira] [Created] (SOLR-7249) Solr engine misses null-values in OR null part when eDisMax parser

2015-03-16 Thread Arsen Li (JIRA)
Arsen Li created SOLR-7249: -- Summary: Solr engine misses null-values in OR null part when eDisMax parser Key: SOLR-7249 URL: https://issues.apache.org/jira/browse/SOLR-7249 Project: Solr Issue

[jira] [Created] (SOLR-7248) In legacyCloud=false mode we should check if the core was hosted on the same node before registering it

2015-03-16 Thread Varun Thacker (JIRA)
Varun Thacker created SOLR-7248: --- Summary: In legacyCloud=false mode we should check if the core was hosted on the same node before registering it Key: SOLR-7248 URL:

Re: 2B tests

2015-03-16 Thread Shawn Heisey
On 3/15/2015 2:58 PM, Michael McCandless wrote: I confirmed 2B tests are passing on 4.10.x. Took 17 hours to run ... this is the command I run, for future reference: ant test -Dtests.monster=true -Dtests.heapsize=30g -Dtests.jvms=1 -Dtests.workDir=/p/tmp Thanks for your help on

[jira] [Commented] (SOLR-7248) In legacyCloud=false mode we should check if the core was hosted on the same node before registering it

2015-03-16 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14363152#comment-14363152 ] Noble Paul commented on SOLR-7248: -- Why is there a timed loop? Why not a single attempt?

[jira] [Issue Comment Deleted] (SOLR-7247) sliceHash for compositeIdRouter is not coherent with routing

2015-03-16 Thread Paolo Cappuccini (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7247?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paolo Cappuccini updated SOLR-7247: --- Comment: was deleted (was: Shalin, perhaps i'm missing something but in file

[JENKINS] Lucene-Solr-5.x-Linux (64bit/jdk1.8.0_40-ea-b22) - Build # 11822 - Failure!

2015-03-16 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Linux/11822/ Java: 64bit/jdk1.8.0_40-ea-b22 -XX:-UseCompressedOops -XX:+UseParallelGC 1 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.search.facet.TestJsonFacets Error Message: Clean up static fields (in @AfterClass?), your

[jira] [Issue Comment Deleted] (SOLR-7248) In legacyCloud=false mode we should check if the core was hosted on the same node before registering it

2015-03-16 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7248?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul updated SOLR-7248: - Comment: was deleted (was: Why is there a timed loop? Why not a single attempt?) In legacyCloud=false

[jira] [Commented] (SOLR-7248) In legacyCloud=false mode we should check if the core was hosted on the same node before registering it

2015-03-16 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14363158#comment-14363158 ] Noble Paul commented on SOLR-7248: -- compare both baseurl and corename In

[jira] [Commented] (SOLR-7247) sliceHash for compositeIdRouter is not coherent with routing

2015-03-16 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7247?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14363165#comment-14363165 ] Shalin Shekhar Mangar commented on SOLR-7247: - See

[JENKINS] Lucene-Solr-trunk-Linux (32bit/jdk1.8.0_40-ea-b22) - Build # 11987 - Failure!

2015-03-16 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/11987/ Java: 32bit/jdk1.8.0_40-ea-b22 -client -XX:+UseSerialGC 1 tests failed. FAILED: org.apache.lucene.index.TestStressNRT.test Error Message: MockDirectoryWrapper: cannot close: there are still open files:

[jira] [Updated] (SOLR-7249) Solr engine misses null-values in OR null part for eDisMax parser

2015-03-16 Thread Arsen Li (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7249?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arsen Li updated SOLR-7249: --- Description: Solr engine misses null-values in OR null part for eDisMax parser For example, I have following

[jira] [Updated] (SOLR-7248) In legacyCloud=false mode we should check if the core was hosted on the same node before registering it

2015-03-16 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7248?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Varun Thacker updated SOLR-7248: Fix Version/s: 5.1 In legacyCloud=false mode we should check if the core was hosted on the same

[jira] [Updated] (SOLR-7248) In legacyCloud=false mode we should check if the core was hosted on the same node before registering it

2015-03-16 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7248?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Varun Thacker updated SOLR-7248: Fix Version/s: (was: 5.0.1) In legacyCloud=false mode we should check if the core was hosted on

[jira] [Updated] (SOLR-7249) Solr engine misses null-values in OR null part for eDisMax parser

2015-03-16 Thread Arsen Li (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7249?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arsen Li updated SOLR-7249: --- Description: Solr engine misses null-values in OR null part for eDisMax parser For example, I have following

[jira] [Commented] (SOLR-7249) Solr engine misses null-values in OR null part for eDisMax parser

2015-03-16 Thread Jack Krupansky (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14363383#comment-14363383 ] Jack Krupansky commented on SOLR-7249: -- It's best to pursue this type of issue on the

[jira] [Updated] (LUCENE-6361) Optimized AnalyzinSuggester#topoSortStates()

2015-03-16 Thread Markus Heiden (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6361?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Markus Heiden updated LUCENE-6361: -- Description: Optimized implementation of AnalyzinSuggester#topoSortStates(). Optimized

Re: 2B tests

2015-03-16 Thread Michael Wechner
thank you very much for clarifying Michael Am 16.03.15 um 17:24 schrieb Michael McCandless: The 2B tests are tests that confirm that Lucene's limits are working correctly, e.g. 2B docs, huge FSTs, many terms, many postings, etc. They are very slow to run and very heap-consuming so we don't

[jira] [Updated] (SOLR-7062) CLUSTERSTATUS returns a collection with state=active, even though the collection could not be created due to a missing configSet

2015-03-16 Thread Vitaliy Zhovtyuk (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7062?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vitaliy Zhovtyuk updated SOLR-7062: --- Attachment: SOLR-7062.patch Added test reproducing issue in this issue and SOLR-7053. The

[jira] [Updated] (LUCENE-6361) Optimized AnalyzinSuggester#topoSortStates()

2015-03-16 Thread Markus Heiden (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6361?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Markus Heiden updated LUCENE-6361: -- Attachment: topoSortStates.patch Optimized AnalyzinSuggester#topoSortStates()

[jira] [Updated] (LUCENE-5579) Spatial, enhance RPT to differentiate confirmed from non-confirmed hits, then validate with SDV

2015-03-16 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5579?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley updated LUCENE-5579: - Attachment: LUCENE-5579_SPT_leaf_covered.patch This first patch is the first step / phase, which

Re: 2B tests

2015-03-16 Thread Michael McCandless
The 2B tests are tests that confirm that Lucene's limits are working correctly, e.g. 2B docs, huge FSTs, many terms, many postings, etc. They are very slow to run and very heap-consuming so we don't run them by default when you run ant test. Look for the @Monster annotation to see all of them...

[jira] [Created] (LUCENE-6361) Optimized AnalyzinSuggester#topoSortStates()

2015-03-16 Thread Markus Heiden (JIRA)
Markus Heiden created LUCENE-6361: - Summary: Optimized AnalyzinSuggester#topoSortStates() Key: LUCENE-6361 URL: https://issues.apache.org/jira/browse/LUCENE-6361 Project: Lucene - Core Issue

[jira] [Created] (SOLR-7251) In legacyCloud=false, If a create collection fails, information about that collection should not be persisted in ZK

2015-03-16 Thread Varun Thacker (JIRA)
Varun Thacker created SOLR-7251: --- Summary: In legacyCloud=false, If a create collection fails, information about that collection should not be persisted in ZK Key: SOLR-7251 URL:

Re: [JENKINS] Lucene-Solr-NightlyTests-5.x - Build # 788 - Still Failing

2015-03-16 Thread Michael McCandless
Reproduces ... I'll dig. Mike McCandless http://blog.mikemccandless.com On Mon, Mar 16, 2015 at 8:40 AM, Apache Jenkins Server jenk...@builds.apache.org wrote: Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-5.x/788/ 1 tests failed. REGRESSION:

[jira] [Created] (SOLR-7252) Need to sort the facet field values for a particular field in my custom order

2015-03-16 Thread Lewin Joy (JIRA)
Lewin Joy created SOLR-7252: --- Summary: Need to sort the facet field values for a particular field in my custom order Key: SOLR-7252 URL: https://issues.apache.org/jira/browse/SOLR-7252 Project: Solr

[jira] [Commented] (SOLR-7248) In legacyCloud=false mode we should check if the core was hosted on the same node before registering it

2015-03-16 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14363427#comment-14363427 ] Varun Thacker commented on SOLR-7248: - bq. We may want to first add and improve them

[jira] [Commented] (SOLR-7248) In legacyCloud=false mode we should check if the core was hosted on the same node before registering it

2015-03-16 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14363441#comment-14363441 ] Mark Miller commented on SOLR-7248: --- Just simple stuff - some of it may already happen

Re: 2B tests

2015-03-16 Thread Shawn Heisey
On 3/16/2015 10:24 AM, Michael McCandless wrote: Look for the @Monster annotation to see all of them... Tangent question: Is there any way to ask JUnit to *only* run tests with a certain annotation, so that we could ask it to only run @Monster tests (or some other annotation like @Weekly)?

[jira] [Commented] (SOLR-7199) core loading should succeed irrespective of errors in loading certain components

2015-03-16 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7199?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14363480#comment-14363480 ] Hoss Man commented on SOLR-7199: I got 1 line into this patch and it already scares the

[jira] [Commented] (SOLR-7248) In legacyCloud=false mode we should check if the core was hosted on the same node before registering it

2015-03-16 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14363337#comment-14363337 ] Mark Miller commented on SOLR-7248: --- In fact, I think we need to reconsider legacyCloud.

[GitHub] lucene-solr pull request: Spellcheck component with extendedResult...

2015-03-16 Thread wazzzy
Github user wazzzy commented on the pull request: https://github.com/apache/lucene-solr/pull/92#issuecomment-81728884 extendedResults=true shows freq but the freq of suggestion differs from its origFreq Please have a look at it

[JENKINS] Lucene-Solr-NightlyTests-5.x - Build # 788 - Still Failing

2015-03-16 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-5.x/788/ 1 tests failed. REGRESSION: org.apache.lucene.codecs.lucene49.TestLucene49NormsFormat.testUndeadNorms Error Message: expected:0 but was:121 Stack Trace: java.lang.AssertionError: expected:0 but was:121 at

[jira] [Commented] (SOLR-7249) Solr engine misses null-values in OR null part for eDisMax parser

2015-03-16 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14363391#comment-14363391 ] Erick Erickson commented on SOLR-7249: -- Please raise usage issues on the user's list

Re: [JENKINS] Lucene-Solr-NightlyTests-5.x - Build # 788 - Still Failing

2015-03-16 Thread Robert Muir
It seems the test assumes after it does forceMerge(1), that it can open a reader that has no deletes. but this is not the case. with its mockrandom mergepolicy, it ends out with a single-segment index like this: leaf: _ak(5.1.0):c5727/988:delGen=1 maxDoc=5727, deleted=988 On Mon, Mar 16, 2015 at

[jira] [Commented] (SOLR-7143) MoreLikeThis Query Parser does not handle multiple field names

2015-03-16 Thread Anshum Gupta (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7143?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14363554#comment-14363554 ] Anshum Gupta commented on SOLR-7143: You've also added support for bq. {!mlt qf=field1

[jira] [Commented] (SOLR-7199) core loading should succeed irrespective of errors in loading certain components

2015-03-16 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7199?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14363647#comment-14363647 ] Mark Miller commented on SOLR-7199: --- On the face of it, this seems like a terrible idea.

[jira] [Commented] (SOLR-6350) Percentiles in StatsComponent

2015-03-16 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6350?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14363524#comment-14363524 ] Hoss Man commented on SOLR-6350: (FYI, haven't looked at latest patch, just replying to

[JENKINS] Lucene-Solr-Tests-5.x-Java7 - Build # 2781 - Still Failing

2015-03-16 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-5.x-Java7/2781/ 3 tests failed. FAILED: org.apache.solr.cloud.LeaderInitiatedRecoveryOnCommitTest.test Error Message: IOException occured when talking to server at: http://127.0.0.1:23736/c8n_1x3_commits_shard1_replica3 Stack Trace:

[jira] [Updated] (SOLR-6350) Percentiles in StatsComponent

2015-03-16 Thread Xu Zhang (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xu Zhang updated SOLR-6350: --- Attachment: SOLR-6350.patch I deleted my last patch. This has my last fix and has Hoss's change. Percentiles

[JENKINS] Lucene-Solr-Tests-5.x-Java7 - Build # 2784 - Still Failing

2015-03-16 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-5.x-Java7/2784/ 14 tests failed. REGRESSION: org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest.test Error Message: There were too many update fails - we expect it can happen, but shouldn't easily Stack Trace: java.lang.AssertionError:

[jira] [Updated] (SOLR-6350) Percentiles in StatsComponent

2015-03-16 Thread Xu Zhang (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xu Zhang updated SOLR-6350: --- Attachment: (was: SOLR-6350.patch) Percentiles in StatsComponent -

[jira] [Commented] (SOLR-6350) Percentiles in StatsComponent

2015-03-16 Thread Xu Zhang (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6350?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14364541#comment-14364541 ] Xu Zhang commented on SOLR-6350: {quote} This also shows the edge case: when user asking

[jira] [Updated] (SOLR-6141) Schema API: Remove fields, dynamic fields, field types and copy fields; and replace fields, dynamic fields and field types

2015-03-16 Thread Steve Rowe (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6141?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Rowe updated SOLR-6141: - Attachment: SOLR-6141.patch This version of the patch modifies {{ZkIndexSchemaReader.updateSchema()}} to

[jira] [Commented] (SOLR-6141) Schema API: Remove fields, dynamic fields, field types and copy fields; and replace fields, dynamic fields and field types

2015-03-16 Thread Steve Rowe (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6141?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14364592#comment-14364592 ] Steve Rowe commented on SOLR-6141: -- I'll commit this to trunk now and let it bake for a

[jira] [Commented] (SOLR-6141) Schema API: Remove fields, dynamic fields, field types and copy fields; and replace fields, dynamic fields and field types

2015-03-16 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6141?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14364594#comment-14364594 ] ASF subversion and git services commented on SOLR-6141: --- Commit

[JENKINS] Lucene-Solr-Tests-5.x-Java7 - Build # 2782 - Still Failing

2015-03-16 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-5.x-Java7/2782/ 3 tests failed. FAILED: org.apache.solr.cloud.LeaderInitiatedRecoveryOnCommitTest.test Error Message: IOException occured when talking to server at: http://127.0.0.1:37331/fp_/jd/c8n_1x3_commits_shard1_replica3 Stack

Re: 2B tests

2015-03-16 Thread Michael McCandless
On Mon, Mar 16, 2015 at 9:32 AM, Shawn Heisey apa...@elyograg.org wrote: On 3/16/2015 10:24 AM, Michael McCandless wrote: Look for the @Monster annotation to see all of them... Tangent question: Is there any way to ask JUnit to *only* run tests with a certain annotation, so that we could ask

[jira] [Comment Edited] (SOLR-7249) Solr engine misses null-values in OR null part for eDisMax parser

2015-03-16 Thread Arsen Li (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14364071#comment-14364071 ] Arsen Li edited comment on SOLR-7249 at 3/16/15 11:02 PM: -- Jack,

Re: [JENKINS] Lucene-Solr-NightlyTests-5.x - Build # 788 - Still Failing

2015-03-16 Thread Michael McCandless
I committed a fix ... MockRandomMP was failing to take IW's buffered deletes into account, so it though the index was in fact optimized. Mike McCandless http://blog.mikemccandless.com On Mon, Mar 16, 2015 at 10:13 AM, Robert Muir rcm...@gmail.com wrote: It seems the test assumes after it does

[jira] [Commented] (SOLR-7214) JSON Facet API

2015-03-16 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7214?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14364060#comment-14364060 ] Grant Ingersoll commented on SOLR-7214: --- How does this all fit with the work many

RE: 2B tests

2015-03-16 Thread Uwe Schindler
2B = Two Billion... docs, terms, postings,... Uwe - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: u...@thetaphi.de -Original Message- From: Michael Wechner [mailto:michael.wech...@wyona.com] Sent: Monday, March 16, 2015 7:43 AM To:

[jira] [Created] (SOLR-7254) NullPointerException thrown in the QueryComponent

2015-03-16 Thread Hrishikesh Gadre (JIRA)
Hrishikesh Gadre created SOLR-7254: -- Summary: NullPointerException thrown in the QueryComponent Key: SOLR-7254 URL: https://issues.apache.org/jira/browse/SOLR-7254 Project: Solr Issue Type:

[jira] [Created] (SOLR-7253) sort, limit for PivotFacet stats

2015-03-16 Thread David Donohue (JIRA)
David Donohue created SOLR-7253: --- Summary: sort, limit for PivotFacet stats Key: SOLR-7253 URL: https://issues.apache.org/jira/browse/SOLR-7253 Project: Solr Issue Type: New Feature

[jira] [Commented] (SOLR-7214) JSON Facet API

2015-03-16 Thread Crawdaddy (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7214?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14363910#comment-14363910 ] Crawdaddy commented on SOLR-7214: - Thank you, Yonik, for your generosity in bringing this

[jira] [Resolved] (SOLR-6892) Improve the way update processors are used and make it simpler

2015-03-16 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6892?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul resolved SOLR-6892. -- Resolution: Fixed Fix Version/s: 5.1 Trunk Improve the way update processors

[jira] [Updated] (SOLR-7253) sort, limit for PivotFacet stats

2015-03-16 Thread David Donohue (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7253?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Donohue updated SOLR-7253: Description: Solr 5.0 added stats to its pivot facet component, so that this query {code}

[nag] [VOTE] Release PyLucene 4.10.4-1

2015-03-16 Thread Andi Vajda
Two more PMC votes are needed for this release, please :-) Andi.. On Mon, 9 Mar 2015, Andi Vajda wrote: The PyLucene 4.10.4-1 release tracking the recent release of Apache Lucene 4.10.4 is ready. A release candidate is available from: http://people.apache.org/~vajda/staging_area/ A list

[jira] [Commented] (SOLR-7214) JSON Facet API

2015-03-16 Thread Timothy Potter (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7214?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14364063#comment-14364063 ] Timothy Potter commented on SOLR-7214: -- I added a TODO to the Ref guide page for this

[jira] [Commented] (SOLR-7109) Indexing threads stuck during network partition can put leader into down state

2015-03-16 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7109?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14362787#comment-14362787 ] Shalin Shekhar Mangar commented on SOLR-7109: - Thanks for fixing the Java7

Re: 2B tests

2015-03-16 Thread Michael Wechner
what are the 2B tests? I guess the entry point is lucene/core/src/test/org/apache/lucene/index/Test2BTerms.java or where would you start to learn more about these tests? Thanks Michael Am 15.03.15 um 21:58 schrieb Michael McCandless: I confirmed 2B tests are passing on 4.10.x. Took 17

[jira] [Commented] (SOLR-7199) core loading should succeed irrespective of errors in loading certain components

2015-03-16 Thread Erick Erickson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7199?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14363717#comment-14363717 ] Erick Erickson commented on SOLR-7199: -- -1 as well. fail early fail often is a good

[jira] [Commented] (LUCENE-6361) Optimized AnalyzinSuggester#topoSortStates()

2015-03-16 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6361?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14363657#comment-14363657 ] Robert Muir commented on LUCENE-6361: - This patch looks good to me. [~mikemccand] can

[jira] [Commented] (SOLR-7199) core loading should succeed irrespective of errors in loading certain components

2015-03-16 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7199?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14363727#comment-14363727 ] Noble Paul commented on SOLR-7199: -- OK , hold your horses. We discussed and I'll put up a

[jira] [Comment Edited] (SOLR-7199) core loading should succeed irrespective of errors in loading certain components

2015-03-16 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7199?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14363727#comment-14363727 ] Noble Paul edited comment on SOLR-7199 at 3/16/15 7:08 PM: --- OK ,

[jira] [Comment Edited] (SOLR-7247) sliceHash for compositeIdRouter is not coherent with routing

2015-03-16 Thread Paolo Cappuccini (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7247?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14363757#comment-14363757 ] Paolo Cappuccini edited comment on SOLR-7247 at 3/16/15 7:34 PM:

[jira] [Updated] (SOLR-7172) addreplica API fails with incorrect error msg cannot create collection

2015-03-16 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7172?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man updated SOLR-7172: --- Summary: addreplica API fails with incorrect error msg cannot create collection (was: addreplica API can fail

[jira] [Commented] (SOLR-7247) sliceHash for compositeIdRouter is not coherent with routing

2015-03-16 Thread Paolo Cappuccini (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7247?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14363757#comment-14363757 ] Paolo Cappuccini commented on SOLR-7247: Thanks Shalin! I finally understood

[jira] [Commented] (SOLR-7172) addreplica API can fail with cannot create collection error

2015-03-16 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7172?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14363788#comment-14363788 ] Hoss Man commented on SOLR-7172: i'm confused by the problem statement here. is the

[jira] [Commented] (SOLR-7172) addreplica API can fail with cannot create collection error

2015-03-16 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7172?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14363799#comment-14363799 ] Shalin Shekhar Mangar commented on SOLR-7172: - bq. is the problem that there is

[JENKINS] Lucene-Solr-Tests-5.x-Java7 - Build # 2779 - Still Failing

2015-03-16 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-5.x-Java7/2779/ 4 tests failed. FAILED: org.apache.solr.cloud.LeaderInitiatedRecoveryOnCommitTest.test Error Message: IOException occured when talking to server at: http://127.0.0.1:52939/c8n_1x3_commits_shard1_replica1 Stack Trace: