Commit Graph

25240 Commits

Author SHA1 Message Date
Christine Poerschke c432e44264 SOLR-9134: Fix RestManager.addManagedResource return value. 2016-05-23 16:41:34 +01:00
Alan Woodward 6c37541618 SOLR-9132: Fix request-counting logic in ConnectionReuseTest 2016-05-23 15:25:25 +01:00
Adrien Grand 3f358dda9c LUCENE-7289: Add HalfFloatPoint. 2016-05-23 11:11:34 +02:00
Adrien Grand bcc4e8709e LUCENE-7258: Speed up DocIdSetBuilder allocation. 2016-05-23 09:28:08 +02:00
Noble Paul 978885cf70 Merge remote-tracking branch 'origin/branch_6x' into branch_6x 2016-05-23 12:17:09 +05:30
Noble Paul 48feaed745 more logging for debug errors such as these SOLR-9143 2016-05-23 12:16:43 +05:30
Mikhail Khludnev 02a31ebc84 SOLR-9147: trying to fix the build 2016-05-23 08:02:18 +03:00
Uwe Schindler b385a536f3 LUCENE-7296, SOLR-9147: Fix Maven build 2016-05-23 00:48:10 +02:00
Uwe Schindler ecf2a732fc LUCENE-7296: Update forbiddenapis to version 2.1 2016-05-23 00:18:42 +02:00
Mikhail Khludnev bbac85c35a SOLR-9147: using BAOS from commons io 2.5 in EmbeddedSolrServer to avoid array resize. 2016-05-23 00:15:46 +03:00
Steve Rowe b4d8e42a1f SOLR-8801: /bin/solr create script always returns exit code 0 when a collection/core already exists 2016-05-20 19:37:37 -04:00
Uwe Schindler 25e913211b Revert and fix "LUCENE-7293: don't try to highlight GeoPoint queries" 2016-05-21 00:29:52 +02:00
Uwe Schindler 9e793672e4 LUCENE-7293: Fix benchmark dependencies 2016-05-20 23:11:33 +02:00
Uwe Schindler ebcc991034 Merge branch 'branch_6x' of https://git-wip-us.apache.org/repos/asf/lucene-solr into branch_6x 2016-05-20 22:26:14 +02:00
Uwe Schindler 7bd6d94952 LUCENE-7292: Use '-release' instead of '-source/-target' during compilation on Java 9+ to ensure real cross-compilation 2016-05-20 22:25:28 +02:00
Mike McCandless 78e92a0536 LUCENE-7293: don't try to highlight GeoPoint queries 2016-05-20 14:49:05 -04:00
Alan Woodward 0132d58e55 SOLR-9132: Add some logging to ConnectionReuseTest for debugging 2016-05-20 19:20:59 +01:00
Karl Wright 4eee3b4ed4 LUCENE-7290: Restore XYZBounds fudge factor to its previous value. 2016-05-20 13:54:49 -04:00
Karl Wright 817cbf0c69 Merge branch 'branch_6x' of https://git-wip-us.apache.org/repos/asf/lucene-solr into branch_6x 2016-05-20 13:51:06 -04:00
Karl Wright abfc24bfa7 LUCENE-7290: Add support for calculating bounds for intersections. 2016-05-20 13:51:00 -04:00
Jan Høydahl 4aa9c32dac SOLR-9131: Fix "start solr" text in cluster.vm Velocity template
(cherry picked from commit 3d750b6)
2016-05-20 12:45:49 +02:00
Alan Woodward f1e870c016 SOLR-9132: Move some tests to SolrCloudTestBase 2016-05-19 16:59:08 +01:00
Alan Woodward 8db3c73375 SOLR-9113: Fix re-registration race 2016-05-19 14:53:43 +01:00
Karl Wright 7c3095eef0 LUCENE-7290: Roll back resolution increase. 2016-05-19 05:10:07 -04:00
Alan Woodward 35024d3edc LUCENE-7231: WeightedSpanTermExtractor correctly deals with single-term PhraseQuery 2016-05-19 09:50:14 +01:00
Alan Woodward 53d96705e9 LUCENE-7284: GapSpans needs to implement positionsCost() 2016-05-19 09:50:07 +01:00
jbernste 73b71b16d2 SOLR-9128: Update CHANGES.txt
Conflicts:
	solr/CHANGES.txt
2016-05-18 22:54:21 -04:00
jbernste cb38b14205 SOLR-9128: Fix error handling issues in Streaming classes 2016-05-18 22:53:02 -04:00
Karl Wright f4f1d8adc5 LUCENE-7290: Decrease MINIMUM_RESOLUTION, since it's too big for at least one test case. 2016-05-18 20:36:06 -04:00
Uwe Schindler 76d4dea086 Hide bootclasspath warning also in Solr (Java 9) 2016-05-18 23:52:33 +02:00
Shalin Shekhar Mangar 894650d352 SOLR-9117: Write contributor's full name in change log
(cherry picked from commit 4bc3477)
2016-05-18 20:20:35 +05:30
Shalin Shekhar Mangar 2dff2b8070 SOLR-9116: Race condition causing occasional SolrIndexSearcher leak when SolrCore is reloaded
(cherry picked from commit d6a5c5a)
2016-05-18 20:17:35 +05:30
Karl Wright aa339a2f07 LUCENE-7212: Add outside distance classes and methods. 2016-05-18 09:04:37 -04:00
Karl Wright a13428e008 LUCENE-7212: Rename the public method for path sort fields. 2016-05-18 08:35:39 -04:00
Karl Wright ace032ea26 LUCENE-7212: Add tests for encoding/decoding. 2016-05-18 07:59:50 -04:00
Karl Wright ace1f7e3bd LUCENE-7288: Return POSITIVE_INFINITY for points outside of shape, not MAX_VALUE. 2016-05-18 07:08:16 -04:00
David Smiley bd3e568754 LUCENE-7278: DRPT: fix test bug (when milli is 0)
(cherry picked from commit 2accf12)
2016-05-17 23:27:09 -04:00
Karl Wright 8a407f0399 LUCENE-7212: Add Geo3D sorted document fields. 2016-05-17 17:21:43 -04:00
Shalin Shekhar Mangar ba7698e4e7 SOLR-9117: The first SolrCore is leaked after reload
(cherry picked from commit d1202a8)
2016-05-18 02:04:15 +05:30
jbernste b1b9015290 SOLR-9118: Update CHANGES.txt
Conflicts:
	solr/CHANGES.txt
2016-05-17 14:21:11 -04:00
jbernste 93201cd07e SOLR-9118: HashQParserPlugin should trim partition keys 2016-05-17 14:17:17 -04:00
Steve Rowe 01ed4a5f7d SOLR-9121: Fix check-lib-versions task to pass through the "ivysettings.xml" property as an Ivy variable so that the nested ivy settings file can be located when parsing the top-level ivy settings file. 2016-05-17 10:08:41 -04:00
Alan Woodward 8de89081e6 SOLR-9113: Improve state watcher API 2016-05-17 10:45:34 +01:00
Steve Rowe 29e7d64da1 SOLR-8970: IntelliJ config: add src/resources/ as a java-resource dir to the solr-test-framework module, so that resources there get copied into the compilation output dir. 2016-05-16 20:56:15 -04:00
Steve Rowe f73997bb41 SOLR-9109: add missing comma in smokeTestRelease.py extras list 2016-05-16 19:31:40 -04:00
Steve Rowe 2dbc164072 SOLR-9109: tell the smoke tester and the check-lib-versions target about the renamed Ivy settings files 2016-05-16 18:51:36 -04:00
Uwe Schindler 8df8243f53 SOLR-9109: the ${settings.xml} is a file path, not a URL 2016-05-17 00:29:04 +02:00
Steve Rowe 0ec57a9918 SOLR-9109: Allow specification of a custom Ivy settings file via system property "ivysettings.xml". 2016-05-16 18:07:31 -04:00
Uwe Schindler 72ad66601d Move non-inner classes to separate files: This breaks IDEs and update checks by javac 2016-05-16 19:55:02 +02:00
Uwe Schindler d01bc2c78f SOLR-9115: Get rid of javax.xml.bind.DatatypeConverter in Solr's SimplePostTool 2016-05-16 18:02:40 +02:00