Re: Version field as DV

2015-06-22 Thread Joel Bernstein
In general DocValues were built to support large scale random access use cases such as faceting and sorting. They have similar performance characteristics as the FieldCache. But unlike the FieldCache you can trade off memory and performance by selecting different DocValues formats. Joel Bernstein

[jira] [Commented] (SOLR-7605) TestCloudPivotFacet failures: Must not add duplicate PivotFacetValue with redundent inner value

2015-06-22 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14596150#comment-14596150 ] Hoss Man commented on SOLR-7605: steve: definitely a diff problem. can you please open a

[jira] [Commented] (LUCENE-6548) Optimize BlockTree's Terms.intersect a bit for very finite automata

2015-06-22 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6548?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14596208#comment-14596208 ] Michael McCandless commented on LUCENE-6548: I'll commit the last patch soon;

[jira] [Commented] (LUCENE-6588) ToChildBlockJoinQuery does not calculate parent score if the first child is not in acceptDocs

2015-06-22 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14596184#comment-14596184 ] Adrien Grand commented on LUCENE-6588: -- It's good to me this way, I had just

RE: Version field as DV

2015-06-22 Thread Reitzel, Charles
I think where Ishan is going with his question is this: 1. _version_ never needs to be searchable, thus, indexed=false makes sense. 2. _version_ typically needs to be evaluated with performing an update and, possibly, delete, thus stored=true makes sense. 3. _version_ would

[JENKINS] Lucene-Solr-5.x-Linux (64bit/jdk1.8.0_60-ea-b12) - Build # 12986 - Failure!

2015-06-22 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Linux/12986/ Java: 64bit/jdk1.8.0_60-ea-b12 -XX:+UseCompressedOops -XX:+UseSerialGC 4 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.cloud.TestMiniSolrCloudClusterSSL Error Message: Stack Trace:

[jira] [Resolved] (SOLR-7502) start script should not try to create config set for .system collection

2015-06-22 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7502?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul resolved SOLR-7502. -- Resolution: Fixed Fix Version/s: 5.2 Trunk start script should not try to

[jira] [Commented] (SOLR-7605) TestCloudPivotFacet failures: Must not add duplicate PivotFacetValue with redundent inner value

2015-06-22 Thread Steve Rowe (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14596137#comment-14596137 ] Steve Rowe commented on SOLR-7605: -- It may be a different problem, but my Jenkins found a

[jira] [Created] (SOLR-7712) TestCloudPivotFacet failure

2015-06-22 Thread Steve Rowe (JIRA)
Steve Rowe created SOLR-7712: Summary: TestCloudPivotFacet failure Key: SOLR-7712 URL: https://issues.apache.org/jira/browse/SOLR-7712 Project: Solr Issue Type: Bug Affects Versions: 5.3

[jira] [Updated] (SOLR-6736) A collections-like request handler to manage solr configurations on zookeeper

2015-06-22 Thread Varun Rajput (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6736?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Varun Rajput updated SOLR-6736: --- Attachment: test_pub.der test_private.pem newzkconf.zip Hi

[JENKINS] Lucene-Solr-5.x-MacOSX (64bit/jdk1.7.0) - Build # 2396 - Failure!

2015-06-22 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-MacOSX/2396/ Java: 64bit/jdk1.7.0 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC 1 tests failed. FAILED: org.apache.solr.search.mlt.CloudMLTQParserTest.test Error Message: java.lang.String cannot be cast to java.util.ArrayList Stack Trace:

[jira] [Resolved] (SOLR-7544) Refactor and cleanup CollectionsHandler

2015-06-22 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7544?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul resolved SOLR-7544. -- Resolution: Fixed Fix Version/s: 5.2 Trunk bulk close Refactor and cleanup

[JENKINS] Lucene-Solr-trunk-Linux (64bit/jdk1.8.0_60-ea-b12) - Build # 13163 - Failure!

2015-06-22 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/13163/ Java: 64bit/jdk1.8.0_60-ea-b12 -XX:+UseCompressedOops -XX:+UseG1GC 1 tests failed. FAILED: org.apache.solr.cloud.BasicDistributedZkTest.test Error Message: commitWithin did not work on node: http://127.0.0.1:34189/collection1

[jira] [Commented] (SOLR-7605) TestCloudPivotFacet failures: Must not add duplicate PivotFacetValue with redundent inner value

2015-06-22 Thread Steve Rowe (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14596172#comment-14596172 ] Steve Rowe commented on SOLR-7605: -- SOLR-7712 TestCloudPivotFacet failures: Must not add

RE: Version field as DV

2015-06-22 Thread Shai Erera
There is one advantage to setting DocValues=true, if the application frequently updates documents. Pulling this value from a DV will be faster than stored fields. The latter need to be decompressed, filter all but the _version_ field etc. indexed=true is only needed if Solr needs to know which

[jira] [Resolved] (SOLR-7662) Refactor the DocList writing to a common class

2015-06-22 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7662?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul resolved SOLR-7662. -- Resolution: Fixed Fix Version/s: Trunk 5.3 Refactor the DocList writing to a

Re: Version field as DV

2015-06-22 Thread Ishan Chattopadhyaya
2. _*version*_ typically needs to be evaluated with performing an update and, possibly, delete, thus stored=true makes sense. On Mon, Jun 22, 2015 at 9:53 PM, Reitzel, Charles charles.reit...@tiaa-cref.org wrote: I was looking at also making the stored=false along with docValues=true,

[JENKINS] Lucene-Solr-trunk-MacOSX (64bit/jdk1.8.0) - Build # 2445 - Still Failing!

2015-06-22 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/2445/ Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseParallelGC 1 tests failed. FAILED: org.apache.solr.cloud.CollectionsAPIDistributedZkTest.test Error Message: Stack Trace: java.lang.AssertionError at

RE: Version field as DV

2015-06-22 Thread Chris Hostetter
This thread kind of got off into a tangent about solr specifics -- if you skip down it's really a question about underlying performance concerns of using docvalues vs using stored fields. : 1. _version_ never needs to be searchable, thus, indexed=false makes sense. Unless i'm wrong, the

[jira] [Created] (SOLR-7711) tweak SearchHandler getDefaultComponents initial capacity

2015-06-22 Thread Christine Poerschke (JIRA)
Christine Poerschke created SOLR-7711: - Summary: tweak SearchHandler getDefaultComponents initial capacity Key: SOLR-7711 URL: https://issues.apache.org/jira/browse/SOLR-7711 Project: Solr

[GitHub] lucene-solr pull request: SOLR-7711: tweak SearchHandler getDefaul...

2015-06-22 Thread cpoerschke
GitHub user cpoerschke opened a pull request: https://github.com/apache/lucene-solr/pull/157 SOLR-7711: tweak SearchHandler getDefaultComponents initial capacity for https://issues.apache.org/jira/i#browse/SOLR-7711 You can merge this pull request into a Git repository by running:

[jira] [Commented] (SOLR-7711) tweak SearchHandler getDefaultComponents initial capacity

2015-06-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7711?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14596019#comment-14596019 ] ASF GitHub Bot commented on SOLR-7711: -- GitHub user cpoerschke opened a pull request:

[JENKINS] Lucene-Solr-5.x-Linux (32bit/jdk1.8.0_60-ea-b12) - Build # 12987 - Still Failing!

2015-06-22 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Linux/12987/ Java: 32bit/jdk1.8.0_60-ea-b12 -server -XX:+UseSerialGC 1 tests failed. FAILED: org.apache.solr.cloud.HttpPartitionTest.test Error Message: Didn't see all replicas for shard shard1 in c8n_1x2 come up within 3 ms!

Re: Welcome Upayavira as Lucene/Solr committer

2015-06-22 Thread Anshum Gupta
Welcome Upayavira! On Mon, Jun 22, 2015 at 12:02 PM, Steve Rowe sar...@gmail.com wrote: I'm pleased to announce that Upayavira has accepted the PMC's invitation to become a committer. Upayavira, it's tradition that you introduce yourself with a brief bio. Mike McCandless, the Lucene PMC

[jira] [Commented] (SOLR-7276) Add a Boolean Post Filter QParserPlugin

2015-06-22 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7276?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14596524#comment-14596524 ] Erik Hatcher commented on SOLR-7276: Another question - should we stick with

[JENKINS] Lucene-Solr-5.x-Windows (64bit/jdk1.7.0_80) - Build # 4830 - Still Failing!

2015-06-22 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/4830/ Java: 64bit/jdk1.7.0_80 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC 1 tests failed. FAILED: org.apache.solr.search.mlt.CloudMLTQParserTest.test Error Message: java.lang.String cannot be cast to java.util.ArrayList Stack

[jira] [Updated] (SOLR-7651) Add a smile response writer

2015-06-22 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7651?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul updated SOLR-7651: - Attachment: SOLR-7651.patch I plan to commit this shortly Add a smile response writer

[jira] [Commented] (LUCENE-6588) ToChildBlockJoinQuery does not calculate parent score if the first child is not in acceptDocs

2015-06-22 Thread Christoph Kaser (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14596057#comment-14596057 ] Christoph Kaser commented on LUCENE-6588: - Okay, if you prefer I can change the

Re: Welcome Upayavira as Lucene/Solr committer

2015-06-22 Thread Shalin Shekhar Mangar
Welcome Upayavira! On Tue, Jun 23, 2015 at 12:32 AM, Steve Rowe sar...@gmail.com wrote: I'm pleased to announce that Upayavira has accepted the PMC's invitation to become a committer. Upayavira, it's tradition that you introduce yourself with a brief bio. Mike McCandless, the Lucene PMC

Re: Welcome Upayavira as Lucene/Solr committer

2015-06-22 Thread Upayavira
Thanks all! I've been using Solr in various capacities since 2008 and teaching training courses in it since 2010. I love the challenge that training brings, and the breadth of exposure to differing use-cases it brings [next course next week in London - do come!!] More recently I've been really

[jira] [Updated] (SOLR-6755) ClassCastException from CloudMLTQParserTest

2015-06-22 Thread Anshum Gupta (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6755?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anshum Gupta updated SOLR-6755: --- Attachment: SOLR-6755.patch ClassCastException from CloudMLTQParserTest

[JENKINS] Lucene-Solr-trunk-MacOSX (64bit/jdk1.8.0) - Build # 2446 - Still Failing!

2015-06-22 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/2446/ Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC 1 tests failed. FAILED: org.apache.solr.cloud.CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls Error Message: Shard split did not complete. Last

[jira] [Comment Edited] (LUCENE-5205) SpanQueryParser with recursion, analysis and syntax very similar to classic QueryParser

2015-06-22 Thread Tim Allison (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14596593#comment-14596593 ] Tim Allison edited comment on LUCENE-5205 at 6/22/15 8:29 PM:

[jira] [Commented] (LUCENE-5205) SpanQueryParser with recursion, analysis and syntax very similar to classic QueryParser

2015-06-22 Thread Tim Allison (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14596593#comment-14596593 ] Tim Allison commented on LUCENE-5205: - Cleaned up new lexer in lexer2 branch.

Re: Welcome Upayavira as Lucene/Solr committer

2015-06-22 Thread Varun Thacker
Welcome Upayavira! On Tue, Jun 23, 2015 at 2:17 AM, Tomás Fernández Löbbe tomasflo...@gmail.com wrote: Congrats Upayavira!! On Mon, Jun 22, 2015 at 1:10 PM, Joel Bernstein joels...@gmail.com wrote: Congrats Upayavira! Joel Bernstein http://joelsolr.blogspot.com/ On Mon, Jun 22, 2015

Re: Welcome Upayavira as Lucene/Solr committer

2015-06-22 Thread Shawn Heisey
On 6/22/2015 1:02 PM, Steve Rowe wrote: I'm pleased to announce that Upayavira has accepted the PMC's invitation to become a committer. Congratulations and welcome to the group! - To unsubscribe, e-mail:

[JENKINS] Lucene-Solr-5.x-Linux (64bit/jdk1.7.0_80) - Build # 12989 - Failure!

2015-06-22 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Linux/12989/ Java: 64bit/jdk1.7.0_80 -XX:-UseCompressedOops -XX:+UseG1GC 1 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.cloud.HttpPartitionTest Error Message: ObjectTracker found 1 object(s) that were not released!!!

[jira] [Comment Edited] (SOLR-7554) Add checks in Streams for incoming stream order

2015-06-22 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7554?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14596793#comment-14596793 ] Joel Bernstein edited comment on SOLR-7554 at 6/22/15 10:53 PM:

[jira] [Commented] (SOLR-7712) TestCloudPivotFacet failure

2015-06-22 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7712?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14596792#comment-14596792 ] Hoss Man commented on SOLR-7712: TL;DR: I think this test needs some some small deltas when

[jira] [Updated] (SOLR-7554) Add checks in Streams for incoming stream order

2015-06-22 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7554?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Bernstein updated SOLR-7554: - Attachment: SOLR-7554.patch Add tests that ensure the proper exception is being throw for the

Re: Welcome Upayavira as Lucene/Solr committer

2015-06-22 Thread Koji Sekiguchi
Welcome Upayavira! Koji On 2015/06/23 4:02, Steve Rowe wrote: I'm pleased to announce that Upayavira has accepted the PMC's invitation to become a committer. Upayavira, it's tradition that you introduce yourself with a brief bio. Mike McCandless, the Lucene PMC chair, has already added your

Re: Welcome Upayavira as Lucene/Solr committer

2015-06-22 Thread Han Jiang
Welcome, Upayavira! On Tue, Jun 23, 2015 at 3:02 AM, Steve Rowe sar...@gmail.com wrote: I'm pleased to announce that Upayavira has accepted the PMC's invitation to become a committer. Upayavira, it's tradition that you introduce yourself with a brief bio. Mike McCandless, the Lucene PMC

[jira] [Commented] (LUCENE-6582) SynonymFilter should generate a correct (or, at least, better) graph

2015-06-22 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6582?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14596804#comment-14596804 ] Robert Muir commented on LUCENE-6582: - Can we consider mike's crazy graph as a second

[jira] [Commented] (LUCENE-6595) CharFilter offsets correction is wonky

2015-06-22 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6595?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14596742#comment-14596742 ] Michael McCandless commented on LUCENE-6595: Thanks [~caomanhdat], I'll try

Re: Welcome Upayavira as Lucene/Solr committer

2015-06-22 Thread david.w.smi...@gmail.com
Welcome Upayavira! On Mon, Jun 22, 2015 at 3:02 PM Steve Rowe sar...@gmail.com wrote: I'm pleased to announce that Upayavira has accepted the PMC's invitation to become a committer. Upayavira, it's tradition that you introduce yourself with a brief bio. Mike McCandless, the Lucene PMC

[jira] [Commented] (LUCENE-6582) SynonymFilter should generate a correct (or, at least, better) graph

2015-06-22 Thread Ian Ribas (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6582?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14596772#comment-14596772 ] Ian Ribas commented on LUCENE-6582: --- Ok, I think I have an idea on how to do this, but

[jira] [Created] (LUCENE-6598) `ant documentation-lint` fails on a checkout with spaces in it

2015-06-22 Thread Ramkumar Aiyengar (JIRA)
Ramkumar Aiyengar created LUCENE-6598: - Summary: `ant documentation-lint` fails on a checkout with spaces in it Key: LUCENE-6598 URL: https://issues.apache.org/jira/browse/LUCENE-6598 Project:

[jira] [Commented] (LUCENE-6598) `ant documentation-lint` fails on a checkout with spaces in it

2015-06-22 Thread Ramkumar Aiyengar (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6598?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14596740#comment-14596740 ] Ramkumar Aiyengar commented on LUCENE-6598: --- From the html: {code} $ less

[jira] [Comment Edited] (SOLR-7554) Add checks in Streams for incoming stream order

2015-06-22 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7554?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14596793#comment-14596793 ] Joel Bernstein edited comment on SOLR-7554 at 6/22/15 10:54 PM:

[jira] [Commented] (SOLR-6736) A collections-like request handler to manage solr configurations on zookeeper

2015-06-22 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6736?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14595440#comment-14595440 ] Noble Paul commented on SOLR-6736: -- {noformat} java.lang.RuntimeException: Cannot find

Re: [CI] Lucene 5x Linux 64 Test Only - Build # 52424 - Failure!

2015-06-22 Thread Adrien Grand
I'm looking into it. On Mon, Jun 22, 2015 at 8:12 AM, bu...@elastic.co wrote: *BUILD FAILURE* Build URL http://build-eu-00.elastic.co/job/lucene_linux_java8_64_test_only/52424/ Project:lucene_linux_java8_64_test_only Randomization: JDKEA9,local,heap[512m],-server +UseG1GC

[jira] [Commented] (LUCENE-5205) SpanQueryParser with recursion, analysis and syntax very similar to classic QueryParser

2015-06-22 Thread Modassar Ather (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14595442#comment-14595442 ] Modassar Ather commented on LUCENE-5205: Adding one more test which will cause

[CI] Lucene 5x Linux 64 Test Only - Build # 52424 - Failure!

2015-06-22 Thread build
BUILD FAILURE Build URLhttp://build-eu-00.elastic.co/job/lucene_linux_java8_64_test_only/52424/ Project:lucene_linux_java8_64_test_only Randomization: JDKEA9,local,heap[512m],-server +UseG1GC +UseCompressedOops,assert off,sec manager on Date of build:Mon, 22 Jun 2015

[jira] [Commented] (LUCENE-5205) SpanQueryParser with recursion, analysis and syntax very similar to classic QueryParser

2015-06-22 Thread Tim Allison (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14595763#comment-14595763 ] Tim Allison commented on LUCENE-5205: - Fixed in [solr-collab-5x

[CI] Lucene 5x Linux 64 Test Only - Build # 52449 - Failure!

2015-06-22 Thread build
BUILD FAILURE Build URLhttp://build-eu-00.elastic.co/job/lucene_linux_java8_64_test_only/52449/ Project:lucene_linux_java8_64_test_only Randomization: JDKEA9,local,heap[1024m],-server +UseG1GC -UseCompressedOops Date of build:Mon, 22 Jun 2015 11:55:25 +0200 Build

[jira] [Commented] (LUCENE-6588) ToChildBlockJoinQuery does not calculate parent score if the first child is not in acceptDocs

2015-06-22 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14595742#comment-14595742 ] Adrien Grand commented on LUCENE-6588: -- I don't think we should try to support

[jira] [Commented] (LUCENE-6588) ToChildBlockJoinQuery does not calculate parent score if the first child is not in acceptDocs

2015-06-22 Thread Christoph Kaser (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14595751#comment-14595751 ] Christoph Kaser commented on LUCENE-6588: - When I encountered this bug, there was

[jira] [Created] (SOLR-7709) JavaBinCodec

2015-06-22 Thread Dima Goldenberg (JIRA)
Dima Goldenberg created SOLR-7709: - Summary: JavaBinCodec Key: SOLR-7709 URL: https://issues.apache.org/jira/browse/SOLR-7709 Project: Solr Issue Type: Bug Reporter: Dima

[jira] [Commented] (LUCENE-6585) Make ConjunctionDISI flatten sub ConjunctionDISI instances

2015-06-22 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6585?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14595771#comment-14595771 ] Paul Elschot commented on LUCENE-6585: -- Sorry about that. The patch has no

[jira] [Created] (LUCENE-6597) Geo3d circle creation that covers whole globe throws an IllegalArgumentException

2015-06-22 Thread Karl Wright (JIRA)
Karl Wright created LUCENE-6597: --- Summary: Geo3d circle creation that covers whole globe throws an IllegalArgumentException Key: LUCENE-6597 URL: https://issues.apache.org/jira/browse/LUCENE-6597

[jira] [Updated] (SOLR-7499) Deprecate the name parameter from the ADDREPLICA Collection API call

2015-06-22 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7499?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Varun Thacker updated SOLR-7499: Fix Version/s: (was: 5.2) 5.3 Deprecate the name parameter from the

[jira] [Commented] (LUCENE-6588) ToChildBlockJoinQuery does not calculate parent score if the first child is not in acceptDocs

2015-06-22 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14595768#comment-14595768 ] Adrien Grand commented on LUCENE-6588: -- OK I see, this was FilteredQuery using

[jira] [Comment Edited] (LUCENE-5205) SpanQueryParser with recursion, analysis and syntax very similar to classic QueryParser

2015-06-22 Thread Tim Allison (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14595763#comment-14595763 ] Tim Allison edited comment on LUCENE-5205 at 6/22/15 11:04 AM:

[jira] [Commented] (LUCENE-6596) Make width of unordered near spans consistent with ordered

2015-06-22 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6596?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14595782#comment-14595782 ] Paul Elschot commented on LUCENE-6596: -- We could go further to account for nested

[jira] [Commented] (LUCENE-6596) Make width of unordered near spans consistent with ordered

2015-06-22 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6596?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=1459#comment-1459 ] Adrien Grand commented on LUCENE-6596: -- Thanks for the javadocs correction. +1 on

[jira] [Commented] (LUCENE-6517) mockfilesystem tests fail with IBM jdk

2015-06-22 Thread Brijesh Nekkare (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6517?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14595577#comment-14595577 ] Brijesh Nekkare commented on LUCENE-6517: - The fix for this is currently

[jira] [Created] (SOLR-7708) Solr start/stop script is currently incompatible with Solaris (version 10)

2015-06-22 Thread Bence Vass (JIRA)
Bence Vass created SOLR-7708: Summary: Solr start/stop script is currently incompatible with Solaris (version 10) Key: SOLR-7708 URL: https://issues.apache.org/jira/browse/SOLR-7708 Project: Solr

[jira] [Updated] (SOLR-7499) Deprecate the name parameter from the ADDREPLICA Collection API call

2015-06-22 Thread Varun Thacker (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7499?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Varun Thacker updated SOLR-7499: Attachment: SOLR-7499.patch Updated patch to trunk. I'll commit this shortly Deprecate the name

[jira] [Commented] (LUCENE-6585) Make ConjunctionDISI flatten sub ConjunctionDISI instances

2015-06-22 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6585?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14595562#comment-14595562 ] Adrien Grand commented on LUCENE-6585: -- Paul, your comment confused me: where do you

[jira] [Commented] (LUCENE-6596) Make width of unordered near spans consistent with ordered

2015-06-22 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6596?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14595560#comment-14595560 ] Robert Muir commented on LUCENE-6596: - I do not think we should try to change the

Re: [CI] Lucene 5x Linux 64 Test Only - Build # 52424 - Failure!

2015-06-22 Thread Adrien Grand
This failure is due to my fix to ToChildBlockJoinScorer, its advance code now looks like: @Override public int advance(int childTarget) throws IOException { if (childTarget = parentDoc) { if (childTarget == NO_MORE_DOCS) { return childDoc = parentDoc = NO_MORE_DOCS; }

[jira] [Assigned] (SOLR-7666) Umbrella ticket for Angular JS post-5.2.1 issues

2015-06-22 Thread Upayavira (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7666?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Upayavira reassigned SOLR-7666: --- Assignee: Upayavira (was: Erick Erickson) Umbrella ticket for Angular JS post-5.2.1 issues

[jira] [Commented] (LUCENE-6521) org.apache.xerces.util is a protected pkg on IBM J9

2015-06-22 Thread Brijesh Nekkare (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6521?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14595574#comment-14595574 ] Brijesh Nekkare commented on LUCENE-6521: - I belong to IBM JRE team. Did the

[JENKINS] Lucene-Solr-trunk-MacOSX (64bit/jdk1.8.0) - Build # 2444 - Failure!

2015-06-22 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/2444/ Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseParallelGC 1 tests failed. FAILED: org.apache.solr.handler.TestSQLHandler.doTest Error Message: JSONTupleStream: expected ARRAY_START but got EOF Stack Trace:

Committer review request

2015-06-22 Thread Christoph Kaser
Hi, over the last two years or so, I created some JIRA issues with attached patches (mostly tiny bugfixes). I just looked through the list and there a some still open which were never reviewed, but the original issue still persists. As https://wiki.apache.org/lucene-java/HowToContribute tells

[jira] [Commented] (SOLR-7499) Deprecate the name parameter from the ADDREPLICA Collection API call

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

[JENKINS] Lucene-Solr-5.x-Windows (64bit/jdk1.7.0_80) - Build # 4829 - Failure!

2015-06-22 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/4829/ Java: 64bit/jdk1.7.0_80 -XX:-UseCompressedOops -XX:+UseSerialGC 1 tests failed. FAILED: org.apache.solr.search.mlt.CloudMLTQParserTest.test Error Message: java.lang.String cannot be cast to java.util.ArrayList Stack Trace:

[jira] [Commented] (LUCENE-6575) Improve API of PhraseQuery.Builder

2015-06-22 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14595565#comment-14595565 ] Adrien Grand commented on LUCENE-6575: -- I am good with both options (new

[JENKINS] Lucene-Solr-5.x-Linux (64bit/jdk1.7.0_80) - Build # 12982 - Failure!

2015-06-22 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Linux/12982/ Java: 64bit/jdk1.7.0_80 -XX:-UseCompressedOops -XX:+UseParallelGC 2 tests failed. FAILED: junit.framework.TestSuite.org.apache.solr.cloud.MultiThreadedOCPTest Error Message: 1 thread leaked from SUITE scope at

Welcome Upayavira as Lucene/Solr committer

2015-06-22 Thread Steve Rowe
I'm pleased to announce that Upayavira has accepted the PMC's invitation to become a committer. Upayavira, it's tradition that you introduce yourself with a brief bio. Mike McCandless, the Lucene PMC chair, has already added your “upayavira account to the “lucene LDAP group, so you now have

[jira] [Comment Edited] (SOLR-7276) Add a Boolean Post Filter QParserPlugin

2015-06-22 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7276?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14596524#comment-14596524 ] Erik Hatcher edited comment on SOLR-7276 at 6/22/15 7:41 PM: -

Re: Welcome Upayavira as Lucene/Solr committer

2015-06-22 Thread Tomás Fernández Löbbe
Congrats Upayavira!! On Mon, Jun 22, 2015 at 1:10 PM, Joel Bernstein joels...@gmail.com wrote: Congrats Upayavira! Joel Bernstein http://joelsolr.blogspot.com/ On Mon, Jun 22, 2015 at 3:46 PM, Ramkumar R. Aiyengar andyetitmo...@gmail.com wrote: Welcome Upayavira! On 22 Jun 2015 20:02,

RE: Welcome Upayavira as Lucene/Solr committer

2015-06-22 Thread Uwe Schindler
Welcome Upayavira! Glad to have you on board. Uwe - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: u...@thetaphi.de -Original Message- From: Steve Rowe [mailto:sar...@gmail.com] Sent: Monday, June 22, 2015 3:03 PM To: lucene dev Subject:

Re: Welcome Upayavira as Lucene/Solr committer

2015-06-22 Thread Dawid Weiss
Welcome, Upayavira! Dawid On Mon, Jun 22, 2015 at 9:02 PM, Steve Rowe sar...@gmail.com wrote: I'm pleased to announce that Upayavira has accepted the PMC's invitation to become a committer. Upayavira, it's tradition that you introduce yourself with a brief bio. Mike McCandless, the Lucene

Re: Welcome Upayavira as Lucene/Solr committer

2015-06-22 Thread Yonik Seeley
Congrats Upayavira! -Yonik On Mon, Jun 22, 2015 at 3:02 PM, Steve Rowe sar...@gmail.com wrote: I'm pleased to announce that Upayavira has accepted the PMC's invitation to become a committer. Upayavira, it's tradition that you introduce yourself with a brief bio. Mike McCandless, the

[jira] [Commented] (LUCENE-6582) SynonymFilter should generate a correct (or, at least, better) graph

2015-06-22 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6582?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14596490#comment-14596490 ] Michael McCandless commented on LUCENE-6582: bq. I really hadn't thought of

[jira] [Updated] (SOLR-7276) Add a Boolean Post Filter QParserPlugin

2015-06-22 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7276?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik Hatcher updated SOLR-7276: --- Fix Version/s: Trunk 5.3 Add a Boolean Post Filter QParserPlugin

[jira] [Assigned] (SOLR-7276) Add a Boolean Post Filter QParserPlugin

2015-06-22 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7276?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik Hatcher reassigned SOLR-7276: -- Assignee: Erik Hatcher Add a Boolean Post Filter QParserPlugin

[jira] [Commented] (LUCENE-6582) SynonymFilter should generate a correct (or, at least, better) graph

2015-06-22 Thread Ian Ribas (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6582?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14596318#comment-14596318 ] Ian Ribas commented on LUCENE-6582: --- I really hadn't thought of using position lengths

Re: Welcome Upayavira as Lucene/Solr committer

2015-06-22 Thread Ramkumar R. Aiyengar
Welcome Upayavira! On 22 Jun 2015 20:02, Steve Rowe sar...@gmail.com wrote: I'm pleased to announce that Upayavira has accepted the PMC's invitation to become a committer. Upayavira, it's tradition that you introduce yourself with a brief bio. Mike McCandless, the Lucene PMC chair, has

[jira] [Commented] (SOLR-7276) Add a Boolean Post Filter QParserPlugin

2015-06-22 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7276?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14596517#comment-14596517 ] Erik Hatcher commented on SOLR-7276: Question, in #shouldCollect(), should it really

Re: Welcome Upayavira as Lucene/Solr committer

2015-06-22 Thread Michael McCandless
Welcome Upayavira! Mike McCandless http://blog.mikemccandless.com On Mon, Jun 22, 2015 at 3:02 PM, Steve Rowe sar...@gmail.com wrote: I'm pleased to announce that Upayavira has accepted the PMC's invitation to become a committer. Upayavira, it's tradition that you introduce yourself with

Solr query sizing

2015-06-22 Thread Hrishikesh Gadre
Hi, Is it possible to get an estimate of size of all documents that match a specific search query in Solr? If not - is it feasible to add such support? Regards Hrishikesh

[jira] [Updated] (SOLR-7276) Add a Boolean Post Filter QParserPlugin

2015-06-22 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7276?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik Hatcher updated SOLR-7276: --- Attachment: SOLR-7276.patch Here's a new patch that changes a few things: * instead of local `expr`

Re: Welcome Upayavira as Lucene/Solr committer

2015-06-22 Thread Joel Bernstein
Congrats Upayavira! Joel Bernstein http://joelsolr.blogspot.com/ On Mon, Jun 22, 2015 at 3:46 PM, Ramkumar R. Aiyengar andyetitmo...@gmail.com wrote: Welcome Upayavira! On 22 Jun 2015 20:02, Steve Rowe sar...@gmail.com wrote: I'm pleased to announce that Upayavira has accepted the PMC's

Re: Welcome Upayavira as Lucene/Solr committer

2015-06-22 Thread Christian Moen
Congratulations, Upayavira! On Jun 23, 2015, at 4:02 AM, Steve Rowe sar...@gmail.com wrote: I'm pleased to announce that Upayavira has accepted the PMC's invitation to become a committer. Upayavira, it's tradition that you introduce yourself with a brief bio. Mike McCandless, the

[jira] [Commented] (LUCENE-5205) SpanQueryParser with recursion, analysis and syntax very similar to classic QueryParser

2015-06-22 Thread Modassar Ather (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14597157#comment-14597157 ] Modassar Ather commented on LUCENE-5205: Hi [~talli...@mitre.org] Did you mean

[JENKINS] Lucene-Solr-5.x-Linux (32bit/jdk1.9.0-ea-b60) - Build # 12993 - Failure!

2015-06-22 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Linux/12993/ Java: 32bit/jdk1.9.0-ea-b60 -server -XX:+UseParallelGC 1 tests failed. FAILED: org.apache.solr.cloud.DeleteInactiveReplicaTest.deleteInactiveReplicaTest Error Message: Server refused connection at: http://127.0.0.1:35182 Stack

[jira] [Created] (LUCENE-6599) TestUninvertingReader NPE

2015-06-22 Thread Steve Rowe (JIRA)
Steve Rowe created LUCENE-6599: -- Summary: TestUninvertingReader NPE Key: LUCENE-6599 URL: https://issues.apache.org/jira/browse/LUCENE-6599 Project: Lucene - Core Issue Type: Bug

[jira] [Updated] (SOLR-7709) Solr JavaBinCodec multi valued fields take only the last value per document from the javabin buffer

2015-06-22 Thread Dima Goldenberg (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-7709?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dima Goldenberg updated SOLR-7709: -- Component/s: contrib - DataImportHandler Description: when sending a javabin

  1   2   >