Commit Graph

25171 Commits

Author SHA1 Message Date
yonik 5525f42928 SOLR-9160: Sync 6x and 7.0 move of UninvertingReader, SlowCompositeReaderWrapper for Solr (LUCENE-7283) 2016-05-27 12:40:24 -04:00
Mikhail Khludnev aec3654fb8 SOLR-9110: moving JoinFromCollection- SubQueryTransformer- BlockJoinFacet- Distrib Tests to SolrCloudTestCase 2016-05-27 14:36:45 +03:00
jdyer1 f1f85e560f SOLR-9165: disable "cursorMark" when testing for valid SpellCheck Collations 2016-05-26 14:48:23 -05:00
jdyer1 1609428786 SOLR-9141: Fix ClassCastException when using the /sql handler count() function with single-shard collections 2016-05-26 13:43:14 -05:00
Tommaso Teofili 55d854566e LUCENE-7305 - use macro average in confusion matrix metrics, removed unused import in datasplitter
(cherry picked from commit dc50b79)
2016-05-26 16:25:11 +02:00
Tommaso Teofili 8c64931517 LUCENE-7303 - avoid NPE in MultiFields.getTerms(leafReader, classFieldName), removed duplicated code in DocumentSNBC
(cherry picked from commit 8808cf5)
2016-05-26 16:16:23 +02:00
Simon Willnauer b29eac852b Fix TestHardLinkCopyDirectoryWrapper if an assume is hit all directories must be closed 2016-05-26 12:20:49 +02:00
Simon Willnauer a6839beb87 LUCENE-7300: Add HardLinkCopyDirectoryWrapper to speed up file copying if hardlinks are applicable 2016-05-26 10:43:30 +02:00
Adrien Grand 2554b10692 Add a comment about the recursion threshold of StringMSBRadixSorter. 2016-05-26 10:00:19 +02:00
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