[JENKINS] Lucene-Solr-5.x-Linux (32bit/jdk1.8.0_66) - Build # 15187 - Failure!

2016-01-08 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Linux/15187/ Java: 32bit/jdk1.8.0_66 -server -XX:+UseSerialGC 1 tests failed. FAILED: org.apache.solr.cloud.CustomCollectionTest.test Error Message: Error from server at http://127.0.0.1:53191/implicitcoll2: non ok status: 500,

[jira] [Created] (SOLR-8523) ImplicitSnitch to support IPv6 based tags

2016-01-08 Thread Arcadius Ahouansou (JIRA)
Arcadius Ahouansou created SOLR-8523: Summary: ImplicitSnitch to support IPv6 based tags Key: SOLR-8523 URL: https://issues.apache.org/jira/browse/SOLR-8523 Project: Solr Issue Type:

[jira] [Updated] (SOLR-8522) ImplicitSnitch to support IPv4 based tags

2016-01-08 Thread Arcadius Ahouansou (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8522?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arcadius Ahouansou updated SOLR-8522: - Summary: ImplicitSnitch to support IPv4 based tags (was: ImplicitSnitch to support IP

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

2016-01-08 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-MacOSX/2948/ Java: 64bit/jdk1.7.0 -XX:-UseCompressedOops -XX:+UseSerialGC 3 tests failed. FAILED: org.apache.solr.handler.TestReplicationHandler.doTestIndexAndConfigReplication Error Message: 1 Stack Trace: java.lang.AssertionError: 1

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

2016-01-08 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/15483/ Java: 64bit/jdk1.8.0_66 -XX:+UseCompressedOops -XX:+UseParallelGC 2 tests failed. FAILED: org.apache.lucene.index.TestDuelingCodecs.testEquals Error Message: string [80 0 0 0]max value [80 0 0 a4] block fp 0 was not created

Re: Lucene/Solr 6.0.0 release

2016-01-08 Thread Jan Høydahl
+1 for getting the ball rolling and decide a date for branch cutting... Regarding /v2/ api, isn’t the plan that the new api will co-exist with the old for some time? If so, it would be acceptible to add the /v2/ API in 6.x and deprecate old api in 6.y? -- Jan Høydahl, search solution architect

[JENKINS] Lucene-Solr-Tests-5.3-Java7 - Build # 18 - Failure

2016-01-08 Thread Apache Jenkins Server
Build: https://builds.apache.org/job/Lucene-Solr-Tests-5.3-Java7/18/ 1 tests failed. FAILED: org.apache.solr.client.solrj.impl.CloudSolrClientTest.test Error Message: There should be one document because overwrite=true expected:<1> but was:<0> Stack Trace: java.lang.AssertionError: There

Re:svn commit: r1723682 - in /lucene/dev/trunk/lucene: ./ codecs/src/java/org/apache/lucene/codecs/simpletext/ core/src/java/org/apache/lucene/codecs/ core/src/java/org/apache/lucene/codecs/lucene60/

2016-01-08 Thread Christine Poerschke (BLOOMBERG/ LONDON)
Hello. Might there be a min-versus-max copy/paste mistake in getMaxPackedValue? I will try next to see if that fixes recent org.apache.lucene.index.TestDuelingCodecs test failures. Christine - Original Message - From: dev@lucene.apache.org To: comm...@lucene.apache.org At: Jan 8 2016

Re: Lucene/Solr 6.0.0 release

2016-01-08 Thread Noble Paul
I was planning to add SOLR-8029 ( Modernize and standardize Solr APIs) to 6.0 it is at least 2-3 months away. If the release is planned after march I would like to get that in. On Fri, Jan 8, 2016 at 1:10 PM, Dawid Weiss wrote: >> I think we should get the ball rolling

[jira] [Updated] (SOLR-8184) Negative tests for JDBC Connection String

2016-01-08 Thread Jason Gerlowski (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8184?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Gerlowski updated SOLR-8184: -- Attachment: SOLR-8184.patch Updated patch takes the approach mentioned in the comments above

[jira] [Commented] (SOLR-8479) Add JDBCStream for integration with external data sources

2016-01-08 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8479?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15089397#comment-15089397 ] ASF subversion and git services commented on SOLR-8479: --- Commit 1723749 from

[jira] [Updated] (SOLR-8514) Implement StatementImpl.execute(String sql), StatementImpl.getResultSet(), and StatementImpl.getUpdateCount()

2016-01-08 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8514?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-8514: --- Attachment: SOLR-8514.patch Added initial implementation. This reuses executeQuery() and just stores

Re: Update commit message

2016-01-08 Thread Dennis Gove
Thanks Erick. It appears that the following was able to work for me $ svn propedit -r 1723749 --revprop svn:log [[ make edit in vi and save/close ]] Set new value for property 'svn:log' on revision 1723749 On Fri, Jan 8, 2016 at 11:18 AM, Erick Erickson wrote: >

[jira] [Commented] (LUCENE-6854) Provide extraction of more metrics from confusion matrix

2016-01-08 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6854?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15089485#comment-15089485 ] ASF subversion and git services commented on LUCENE-6854: - Commit 1723759 from

[jira] [Assigned] (SOLR-8479) Add JDBCStream for integration with external data sources

2016-01-08 Thread Dennis Gove (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8479?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dennis Gove reassigned SOLR-8479: - Assignee: Dennis Gove > Add JDBCStream for integration with external data sources >

[jira] [Commented] (LUCENE-6908) TestGeoUtils.testGeoRelations is buggy with irregular rectangles

2016-01-08 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6908?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15089379#comment-15089379 ] Michael McCandless commented on LUCENE-6908: [~nknize] can this be resolved? >

[jira] [Commented] (SOLR-8515) Implement StatementImpl.getConnection

2016-01-08 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8515?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15089441#comment-15089441 ] Kevin Risden commented on SOLR-8515: Requires ConnectionImpl.getCatalog() from SOLR-8503 > Implement

[jira] [Updated] (SOLR-8516) Implement ResultSetImpl.getStatement

2016-01-08 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-8516: --- Flags: Patch > Implement ResultSetImpl.getStatement > > >

[jira] [Updated] (SOLR-8516) Implement ResultSetImpl.getStatement

2016-01-08 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-8516: --- Attachment: SOLR-8516.patch Added initial implementation patch. Passes the StatementImpl object into

[jira] [Commented] (SOLR-8502) Improve Solr JDBC Driver to support SQL Clients like DBVisualizer

2016-01-08 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8502?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15089556#comment-15089556 ] Joel Bernstein commented on SOLR-8502: -- It looks like the jira filter is private. You can also just

[jira] [Commented] (LUCENE-6944) BooleanWeight.bulkScorer should not build any sub bulk scorer if there are required/prohibited clauses

2016-01-08 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15089387#comment-15089387 ] Michael McCandless commented on LUCENE-6944: [~jpountz] can this be resolved now? >

Re: Lucene/Solr 6.0.0 release

2016-01-08 Thread Shawn Heisey
On 1/8/2016 8:13 AM, Shawn Heisey wrote: > I've only been paying attention to commits for one new major release, so > I can offer some info on 5.0, but not any of the previous major releases. > > Robert created branch_5x on 2014/09/18. Version 5.0.0 was released on > 2015/02/20. That's five

[jira] [Updated] (SOLR-8514) Implement StatementImpl.execute(String sql), StatementImpl.getResultSet(), and StatementImpl.getUpdateCount()

2016-01-08 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8514?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-8514: --- Summary: Implement StatementImpl.execute(String sql), StatementImpl.getResultSet(), and

[jira] [Updated] (SOLR-8515) Implement StatementImpl.getConnection

2016-01-08 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8515?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-8515: --- Flags: Patch > Implement StatementImpl.getConnection > - > >

[jira] [Updated] (SOLR-8526) Reuse Lucene.FieldType instances

2016-01-08 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8526?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley updated SOLR-8526: --- Description: When lucene created FieldType (not to be confused with Solr's FieldType), Solr was

[JENKINS-EA] Lucene-Solr-trunk-Linux (32bit/jdk-9-ea+95) - Build # 15484 - Still Failing!

2016-01-08 Thread Policeman Jenkins Server
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/15484/ Java: 32bit/jdk-9-ea+95 -server -XX:+UseG1GC -XX:-CompactStrings 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!

[jira] [Updated] (SOLR-8515) Implement StatementImpl.getConnection

2016-01-08 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8515?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-8515: --- Attachment: SOLR-8515.patch Fixed issue with JdbcTest and getting properties. > Implement

[jira] [Comment Edited] (SOLR-8184) Negative tests for JDBC Connection String

2016-01-08 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8184?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15089323#comment-15089323 ] Kevin Risden edited comment on SOLR-8184 at 1/8/16 3:15 PM: What is this

[jira] [Commented] (SOLR-8184) Negative tests for JDBC Connection String

2016-01-08 Thread Jason Gerlowski (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8184?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15089330#comment-15089330 ] Jason Gerlowski commented on SOLR-8184: --- My understanding is that a legit connection string starts

[jira] [Commented] (LUCENE-6938) Convert build to work with Git rather than SVN.

2016-01-08 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6938?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15089331#comment-15089331 ] Mark Miller commented on LUCENE-6938: - bq. I think this is an improvement, not a requirement? I

[jira] [Commented] (SOLR-8184) Negative tests for JDBC Connection String

2016-01-08 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8184?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15089348#comment-15089348 ] Kevin Risden commented on SOLR-8184: Yea whats really happening is that the DriverManager can't

[jira] [Commented] (LUCENE-6951) GeoPointInPolygonQuery can be improved

2016-01-08 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6951?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15089374#comment-15089374 ] Michael McCandless commented on LUCENE-6951: [~nknize] can this issue be resolved now? >

Re: Lucene/Solr 6.0.0 release

2016-01-08 Thread Erick Erickson
What do people thing about waiting to cut the branch until someone has something that shouldn't go into 6.0? Committing will be easier that way. No biggie, maybe Mike's purpose is served by the notice "get your stuff in trunk that you want to go in 6.0 Real Soon Now" ;) As always, since I'm not

[jira] [Commented] (SOLR-8505) core/DirectoryFactory.LOCK_TYPE_HDFS - add & use it instead of String literals

2016-01-08 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8505?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15089579#comment-15089579 ] ASF subversion and git services commented on SOLR-8505: --- Commit 1723768 from

[jira] [Closed] (SOLR-8485) SelectStream only works with all lowercase field names and doesn't handle quoted selected fields

2016-01-08 Thread Dennis Gove (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8485?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dennis Gove closed SOLR-8485. - Resolution: Fixed Fix Version/s: Trunk > SelectStream only works with all lowercase field names and

[jira] [Resolved] (LUCENE-6960) TestUninvertingReader.testFieldInfos() failure

2016-01-08 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6960?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-6960. Resolution: Fixed Fix Version/s: Trunk 5.5 Thanks

[jira] [Created] (SOLR-8524) group.field= gives weird values in groupValue

2016-01-08 Thread Tadas Dailyda (JIRA)
Tadas Dailyda created SOLR-8524: --- Summary: group.field= gives weird values in groupValue Key: SOLR-8524 URL: https://issues.apache.org/jira/browse/SOLR-8524 Project: Solr Issue Type: Bug

RE: how to search miilions of record in Lucene query

2016-01-08 Thread Mugeesh Husain
@Uwe Schindler thank for your reply, if i search (1,6,9...upto millions ) of files , response time will be too late, if i use TermsQuery, response time near about 1.2 second , but i am looking for a solution, response will be 50-100 mili second. Please suggest me how i will solve these issue

[jira] [Commented] (LUCENE-6922) Improve svn to git workaround script

2016-01-08 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6922?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15089393#comment-15089393 ] Michael McCandless commented on LUCENE-6922: Thanks [~paul.elsc...@xs4all.nl], I committed

[jira] [Commented] (LUCENE-6922) Improve svn to git workaround script

2016-01-08 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6922?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15089392#comment-15089392 ] ASF subversion and git services commented on LUCENE-6922: - Commit 1723748 from

[jira] [Commented] (SOLR-8479) Add JDBCStream for integration with external data sources

2016-01-08 Thread Jason Gerlowski (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8479?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15089404#comment-15089404 ] Jason Gerlowski commented on SOLR-8479: --- This looks awesome. Only comment would be that we might

[jira] [Comment Edited] (SOLR-8479) Add JDBCStream for integration with external data sources

2016-01-08 Thread Jason Gerlowski (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8479?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15089404#comment-15089404 ] Jason Gerlowski edited comment on SOLR-8479 at 1/8/16 4:01 PM: --- This looks

[jira] [Updated] (SOLR-8514) Implement StatementImpl.execute(String sql), StatementImpl.getResultSet(), and StatementImpl.getUpdateCount()

2016-01-08 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8514?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-8514: --- Flags: Patch > Implement StatementImpl.execute(String sql), StatementImpl.getResultSet(), > and

Update commit message

2016-01-08 Thread Dennis Gove
Is it possible to update an svn commit message? In commit 1723749 for https://issues.apache.org/jira/browse/SOLR-8479 I accidentally double-posted my commit message in the vi editor (though the first line is missing the first character) and didn't notice before committing. Any chance I can edit

Re: Update commit message

2016-01-08 Thread Erick Erickson
Personally since the comment is in the JIRA I can live with it ;) WARNING: I haven't tried this myself, but I did find: svn propedit svn:log --revprop -r NNN see: http://subversion.apache.org/faq.html#change-log-msg >From a quick scan there might be permissions or some such necessary so it may

Re: Lucene/Solr 6.0.0 release

2016-01-08 Thread Ishan Chattopadhyaya
Couple of items that I am working on that I would like to see in 6.0: SOLR-5944: Updatable DocValues in Solr SOLR-8396: Using Dimensional values in Solr The first one needs some more tests, maybe some refactoring and reviews. The second one requires some dev work, it is at a very early stage. I

Re: Lucene/Solr 6.0.0 release

2016-01-08 Thread Erick Erickson
OK, does this sound like an umbrella JIRA (maybe one for Lucene and one for Solr) for "Things to add for 6.0" to anybody else as a way of organizing? On Fri, Jan 8, 2016 at 8:21 AM, Ishan Chattopadhyaya wrote: > Couple of items that I am working on that I would like to

[jira] [Commented] (SOLR-8453) Jetty update from 9.2 to 9.3 causes the server to reset formerly legitimate client connections.

2016-01-08 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8453?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15089498#comment-15089498 ] Yonik Seeley commented on SOLR-8453: bq. I guess the HttpClient could potentially do better by making

Re: Lucene/Solr 6.0.0 release

2016-01-08 Thread Shawn Heisey
On 1/8/2016 7:52 AM, Upayavira wrote: > I'd like to see some visible improvements to the Solr UI before then. > Notably a "nodes" pane and a couple of others, so a timescale of "a few > months" would be great. I've only been paying attention to commits for one new major release, so I can offer

[jira] [Created] (SOLR-8526) Reuse Lucene.FieldType instances

2016-01-08 Thread Yonik Seeley (JIRA)
Yonik Seeley created SOLR-8526: -- Summary: Reuse Lucene.FieldType instances Key: SOLR-8526 URL: https://issues.apache.org/jira/browse/SOLR-8526 Project: Solr Issue Type: Improvement

[jira] [Commented] (SOLR-8040) Upgrade httpclient and httpmime to 4.5.1, httpcore to 4.4.3

2016-01-08 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8040?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15089375#comment-15089375 ] Mark Miller commented on SOLR-8040: --- Release Notes:

[jira] [Commented] (LUCENE-6948) ArrayIndexOutOfBoundsException in PagedBytes$Reader.fill

2016-01-08 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6948?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15089384#comment-15089384 ] Michael McCandless commented on LUCENE-6948: +1 to the patch. >

[jira] [Commented] (SOLR-8505) core/DirectoryFactory.LOCK_TYPE_HDFS - add & use it instead of String literals

2016-01-08 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8505?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15089401#comment-15089401 ] ASF subversion and git services commented on SOLR-8505: --- Commit 1723751 from

[jira] [Commented] (SOLR-8502) Improve Solr JDBC Driver to support SQL Clients like DBVisualizer

2016-01-08 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8502?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15089503#comment-15089503 ] Kevin Risden commented on SOLR-8502: The following filter can be used to look at the tickets that have

[jira] [Commented] (SOLR-8184) Negative tests for JDBC Connection String

2016-01-08 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8184?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15089323#comment-15089323 ] Kevin Risden commented on SOLR-8184: What is this testing for exactly? It looks like the connection

[jira] [Comment Edited] (SOLR-8184) Negative tests for JDBC Connection String

2016-01-08 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8184?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15089323#comment-15089323 ] Kevin Risden edited comment on SOLR-8184 at 1/8/16 3:15 PM: What is this

[jira] [Comment Edited] (SOLR-8184) Negative tests for JDBC Connection String

2016-01-08 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8184?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15089323#comment-15089323 ] Kevin Risden edited comment on SOLR-8184 at 1/8/16 3:15 PM: What is this

[jira] [Commented] (SOLR-8184) Negative tests for JDBC Connection String

2016-01-08 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8184?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15089329#comment-15089329 ] Kevin Risden commented on SOLR-8184: nvm I see that jdbc and solr are switched now. > Negative tests

[jira] [Commented] (LUCENE-6960) TestUninvertingReader.testFieldInfos() failure

2016-01-08 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6960?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15089355#comment-15089355 ] ASF subversion and git services commented on LUCENE-6960: - Commit 1723742 from

[jira] [Commented] (LUCENE-6960) TestUninvertingReader.testFieldInfos() failure

2016-01-08 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6960?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15089353#comment-15089353 ] ASF subversion and git services commented on LUCENE-6960: - Commit 1723741 from

[jira] [Updated] (SOLR-8513) Implement ResultSetImpl.getMetaData()

2016-01-08 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8513?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-8513: --- Attachment: SOLR-8513.patch Added new file ResultSetMetaDataImpl that is just a bare bones

[jira] [Commented] (SOLR-8479) Add JDBCStream for integration with external data sources

2016-01-08 Thread Dennis Gove (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8479?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15089412#comment-15089412 ] Dennis Gove commented on SOLR-8479: --- I think a test like that is a great idea. I'll add it at some point

[jira] [Updated] (SOLR-8515) Implement StatementImpl.getConnection

2016-01-08 Thread Kevin Risden (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8515?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Risden updated SOLR-8515: --- Attachment: SOLR-8515.patch Initial patch that improves the passing of the ConnectionImpl object to

[jira] [Commented] (SOLR-8479) Add JDBCStream for integration with external data sources

2016-01-08 Thread Joel Bernstein (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-8479?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15089484#comment-15089484 ] Joel Bernstein commented on SOLR-8479: -- This is a great ticket! One thing we can think about doing in

Re: Lucene/Solr 6.0.0 release

2016-01-08 Thread Jack Krupansky
+1 for a 5.x deprecation release so 6.0 can remove old stuff. +1 for a git-based release +1 for at least 3 months for people to finish and stabilize work in progress - April to July seems like the right window to target -- Jack Krupansky On Fri, Jan 8, 2016 at 10:09 AM, Anshum Gupta

<    1   2