Commit Graph

25162 Commits

Author SHA1 Message Date
Steve Rowe 94c7ccd589 - Modernize example usage
- Fail if script version is incompatible with release version
2016-05-25 16:13:55 -04:00
Noble Paul 8276a62b42 SOLR-8995: Replace anonymous implementations of SAM interfaces with Lambdas 2016-05-25 23:43:12 +05:30
Adrien Grand 1f105ed9bf LUCENE-7299: Speed up BytesRefHash.sort. 2016-05-25 17:56:19 +02:00
Adrien Grand 9577345612 LUCENE-7297: Clean up ArrayUtil. 2016-05-25 17:05:09 +02:00
Mike McCandless 50572bf0b3 LUCENE-7283: deprecate SlowCompositeReaderWrapper and uninverting package 2016-05-25 10:33:43 -04:00
Martijn van Groningen af98f35d21 LUCENE-7206: Improve the ToParentBlockJoinQuery's explain by including the explain of the best matching child doc 2016-05-25 15:26:09 +02:00
Chris Hostetter dc67fcde51 SOLR-9119: several static methods in ValueSourceParser have been made private in master, and deprecated here
(cherry picked from commit e9f65fe0f8) ... with modifications
2016-05-24 15:51:34 -07:00
Chris Hostetter 1f5be04af0 SOLR-9159: New cloud based concurrent atomic update test
(cherry picked from commit 19044afed4)
2016-05-24 13:30:38 -07:00
Dawid Weiss c367f51793 LUCENE-7295: TermAutomatonQuery.hashCode calculates Automaton.toDot().hash. 2016-05-24 21:25:41 +02:00
Adrien Grand abba6d95f7 LUCENE-7254: Switch geo queries back to DocIdSetBuilder. 2016-05-24 16:24:39 +02:00
Jan Høydahl 41c3112693 SOLR-9151: Fix SolrCLI so that bin/solr -e cloud example can be run from any CWD
(cherry picked from commit 50c4f58)
2016-05-24 12:57:49 +02:00
Dawid Weiss d6264eb475 LUCENE-7277: Make Query.hashCode and Query.equals abstract. 2016-05-24 10:36:15 +02:00
Noble Paul afe196481f improved logging for debug errors such as these SOLR-9143 2016-05-24 10:41:13 +05:30
Steve Rowe b32a2e1b73 fix smokeTestRelease.py directory interpolation 2016-05-24 00:20:23 -04:00
Steve Rowe d77686cad9 Hide 'git --version' output 2016-05-24 00:20:20 -04:00
Steve Rowe ceed8b7937 - In help text, show default RC number.
- In help text, state that the default --root value is '.' (the current directory)
2016-05-24 00:20:17 -04:00
Steve Rowe 0d4aa0b8d1 When there are unpushed commits, print out the full command used to show the commits 2016-05-24 00:20:14 -04:00
Steve Rowe 8412026265 Fix current branch detection 2016-05-24 00:20:11 -04:00
Steve Rowe b4cc5a56fc Check for unpushed commits only on the current branch 2016-05-24 00:20:06 -04:00
Steve Rowe 71169d5f86 os.isdir => os.path.isdir 2016-05-24 00:19:59 -04:00
Steve Rowe f742decb27 - Fail if there are unpushed commits in the Git working tree
- Drop obsolete "--push-remote" param
- Drop obsolete "--smoke-test" param
- Update example RM cmdline usage
- Support relative working tree root directory
- Convert "root" positional cmdline arg into an optional "--root" arg defaulting to '.'
- Use sys.executable instead of $PYTHON_EXEC when printing smoke tester cmdline
- Add new fail-fast checks:
   - Check for a functional "git" executable
   - Ensure "ant" version is 1.8.X
   - Ensure working tree is under Git control, and contains 'lucene/', 'solr/' and 'dev-tools/' dirs
2016-05-24 00:19:51 -04:00
Dennis Gove ab87a0e756 SOLR-8988: Adds query option facet.distrib.mco which when set to true allows the use of facet.mincount=1 in cloud mode 2016-05-23 15:23:37 -04:00
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