25267 Commits

Author SHA1 Message Date
Karl Wright
770c6ddf20 Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/lucene-solr 2016-06-01 09:17:31 -04:00
Karl Wright
e990bd534a LUCENE-7310: Increase bounds slop factor by 2x to cover a specific failure. 2016-06-01 09:17:16 -04:00
Noble Paul
34d9f0a7a3 SOLR-7123: '/update/json/docs' path supports nested documents 2016-06-01 18:33:54 +05:30
Chris Hostetter
18256fc287 SOLR-8940: Fix group.sort option 2016-05-31 16:12:24 -07:00
Noble Paul
d33381ef49 fixing typos in javadocs 2016-05-31 23:12:09 +05:30
Mike McCandless
032247ff6e LUCENE-7300: fix test bug to ensure the newly created file is in fact written through to the underlying filesystem even if NRTCachingDirectory is used 2016-05-30 06:37:49 -04:00
Adrien Grand
ecec5244df LUCENE-7306: Speed up points indexing/merging with radix sort. 2016-05-30 10:29:59 +02:00
Jan Høydahl
05ce40a0b9 SOLR-8583: Do not attempt highlight of alternate if it is same as original hl field 2016-05-30 10:24:23 +02:00
Adrien Grand
9bc1f208eb LUCENE-7289: Fix test bug, 65520 gets rounded to +Infinity too. 2016-05-30 07:51:41 +02:00
Jan Høydahl
e37e49ed46 SOLR-8583: Apply highlighting to hl.alternateField by default. 2016-05-29 00:34:32 +02:00
Erick
6e2aed3081 Corrected Jessica's name 2016-05-28 11:07:27 -07:00
Erick
49c81bd869 SOLR-9136: Separate out the error statistics into server-side error vs client-side error 2016-05-28 09:16:11 -07:00
Steve Rowe
39dfa29622 Add 6.0.1 back compat test indexes 2016-05-28 09:29:42 -04:00
Mikhail Khludnev
2391b5b81d SOLR-9110: removing static members from tests. 2016-05-27 23:59:47 +03:00
Christine Poerschke
50658dd93d SOLR-9161: SolrPluginUtils.invokeSetters now accommodates setter variants 2016-05-27 19:07:06 +01:00
Steve Rowe
3d22ea3492 LUCENE-7278: Get Clover working again 2016-05-27 13:50:00 -04:00
Mikhail Khludnev
ffa2d65efe SOLR-9110: moving JoinFromCollection- SubQueryTransformer- BlockJoinFacet- Distrib Tests to SolrCloudTestCase 2016-05-27 13:47:17 +03:00
jdyer1
164128f977 SOLR-9165: disable "cursorMark" when testing for valid SpellCheck Collations 2016-05-26 14:46:43 -05:00
jdyer1
4d4030350b SOLR-9141: Fix ClassCastException when using the /sql handler count() function with single-shard collections 2016-05-26 13:39:37 -05:00
Tommaso Teofili
dc50b79a14 LUCENE-7305 - use macro average in confusion matrix metrics, removed unused import in datasplitter 2016-05-26 16:13:58 +02:00
Tommaso Teofili
8808cf5373 LUCENE-7303 - avoid NPE in MultiFields.getTerms(leafReader, classFieldName), removed duplicated code in DocumentSNBC 2016-05-26 16:13:58 +02:00
Simon Willnauer
2aabed4ab6 Fix TestHardLinkCopyDirectoryWrapper if an assume is hit all directories must be closed 2016-05-26 12:21:03 +02:00
Simon Willnauer
268da5be45 LUCENE-7300: Add HardLinkCopyDirectoryWrapper to speed up file copying if hardlinks are applicable 2016-05-26 10:41:31 +02:00
Adrien Grand
c996c78b47 Add a comment about the recursion threshold of StringMSBRadixSorter. 2016-05-26 10:00:08 +02:00
Steve Rowe
02346be64f - Modernize example usage
- Fail if script version is incompatible with release version
2016-05-25 16:09:22 -04:00
Noble Paul
366f8d18fe Merge remote-tracking branch 'origin/master' 2016-05-25 23:12:11 +05:30
Noble Paul
a42dc35883 SOLR-8995: Replace anonymous implementations of SAM interfaces with Lambdas 2016-05-25 23:11:59 +05:30
Adrien Grand
be597a81ef LUCENE-7299: Speed up BytesRefHash.sort. 2016-05-25 17:39:24 +02:00
Adrien Grand
f85dc0fef2 LUCENE-7297: Clean up ArrayUtil. 2016-05-25 16:48:41 +02:00
Martijn van Groningen
d29ab1e812 LUCENE-7206: Improve the ToParentBlockJoinQuery's explain by including the explain of the best matching child doc 2016-05-25 15:24:17 +02:00
Mike McCandless
baa5344e68 LUCENE-7283: move SlowCompositeReaderWrapper and uninverting to solr 2016-05-25 05:36:32 -04:00
Chris Hostetter
e9f65fe0f8 SOLR-9119: several static methods in ValueSourceParser have been made private 2016-05-24 15:45:52 -07:00
Chris Hostetter
19044afed4 SOLR-9159: New cloud based concurrent atomic update test 2016-05-24 13:30:13 -07:00
Dawid Weiss
6e8ca1a094 LUCENE-7295: TermAutomatonQuery.hashCode calculates Automaton.toDot().hash. 2016-05-24 21:25:05 +02:00
Adrien Grand
dfa3d6c9d9 LUCENE-7254: Switch geo queries back to DocIdSetBuilder. 2016-05-24 16:23:31 +02:00
Jan Høydahl
50c4f58276 SOLR-9151: Fix SolrCLI so that bin/solr -e cloud example can be run from any CWD 2016-05-24 12:56:31 +02:00
Dawid Weiss
e44509f2df LUCENE-7277: Make Query.hashCode and Query.equals abstract. 2016-05-24 10:33:15 +02:00
Alan Woodward
196f4530a2 Revert "SOLR-9132: Fix request-counting logic in ConnectionReuseTest"
The logic for request-counting is different in master and 6.x, due to the
difference in HttpClient implementations.

This reverts commit a35057fff278e25ad65a90d88ae85b8eec635b8b.
2016-05-24 08:35:16 +01:00
Noble Paul
ba46eb7be4 Merge remote-tracking branch 'origin/master' 2016-05-24 10:39:25 +05:30
Noble Paul
5a18599892 improved logging for debug errors such as these SOLR-9143 2016-05-24 10:39:11 +05:30
Steve Rowe
a4de634aaf fix smokeTestRelease.py directory interpolation 2016-05-24 00:18:57 -04:00
Steve Rowe
532d07f1f5 Hide 'git --version' output 2016-05-24 00:18:47 -04:00
Steve Rowe
dbb1fc688f - In help text, show default RC number.
- In help text, state that the default --root value is '.' (the current directory)
2016-05-24 00:18:18 -04:00
Steve Rowe
6c85a1d759 When there are unpushed commits, print out the full command used to show the commits 2016-05-24 00:17:48 -04:00
Steve Rowe
51f7574d2f Fix current branch detection 2016-05-24 00:17:31 -04:00
Steve Rowe
ed893b3d7a Check for unpushed commits only on the current branch 2016-05-24 00:17:15 -04:00
Steve Rowe
54143f5dcb os.isdir => os.path.isdir 2016-05-24 00:16:54 -04:00
Steve Rowe
8cb2773dc7 - 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:16:10 -04:00
Dennis Gove
e4e990b993 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:13:37 -04:00
Christine Poerschke
1b809e784a SOLR-9134: Fix RestManager.addManagedResource return value. 2016-05-23 16:22:20 +01:00