Mike McCandless
8b0b0c9340
sequence numbers: removed synchronized in DocumentsWriterDeleteQueue.add
2016-05-26 05:39:12 -04: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
Mike McCandless
39de68963b
sequence numbers: resolve last nocommits
2016-05-25 18:41:21 -04: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
Mike McCandless
38e9822cb4
cutover RandomIndexWriter to return sequence numbers
2016-05-24 20:22:47 -04:00
Mike McCandless
c9aaa77182
remove TrackingIndexWriter
2016-05-24 19:58:33 -04:00
Mike McCandless
e4a21330a2
cutover all IW APIs that change the index to return seq no
2016-05-24 19:45:40 -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
Mike McCandless
058970e72b
initial sequence numbers patch
2016-05-24 10:20:30 -04: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 a35057fff2
.
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
Alan Woodward
a35057fff2
SOLR-9132: Fix request-counting logic in ConnectionReuseTest
2016-05-23 15:27:23 +01:00
Adrien Grand
6d66f01c89
LUCENE-7289: Add HalfFloatPoint.
2016-05-23 11:05:09 +02:00
Adrien Grand
052fb97f82
LUCENE-7258: Speed up DocIdSetBuilder allocation.
2016-05-23 09:27:11 +02:00
Noble Paul
eae605b532
Merge remote-tracking branch 'origin/master'
2016-05-23 12:05:53 +05:30
Noble Paul
55e3fd9ddf
more logging for debug errors such as these SOLR-9143
2016-05-23 12:05:17 +05:30
Mikhail Khludnev
d8a6bf8a05
SOLR-9147: trying to fix the build
2016-05-23 07:58:18 +03:00
Uwe Schindler
3fb69edead
LUCENE-7296, SOLR-9147: Fix Maven build
2016-05-23 00:47:20 +02:00
Uwe Schindler
a5f1902869
LUCENE-7296: Update forbiddenapis to version 2.1
2016-05-23 00:16:47 +02:00
Mikhail Khludnev
3ea12f2be4
SOLR-9147: using BAOS from commons io 2.5 in EmbeddedSolrServer to avoid array resize.
2016-05-23 00:10:17 +03:00
Steve Rowe
b922033517
SOLR-8801: /bin/solr create script always returns exit code 0 when a collection/core already exists
2016-05-20 19:36:39 -04:00
Uwe Schindler
eecab95aa6
Revert and fix "LUCENE-7293: don't try to highlight GeoPoint queries"
2016-05-21 00:28:50 +02:00
Uwe Schindler
b09a5c80c6
LUCENE-7293: Fix benchmark dependencies
2016-05-20 23:10:42 +02:00
Uwe Schindler
b9caf83bfa
LUCENE-7292: Use '-release' instead of '-source/-target' during compilation on Java 9+ to ensure real cross-compilation
2016-05-20 22:20:39 +02:00
Mike McCandless
aa90b88e2d
LUCENE-7293: don't try to highlight GeoPoint queries
2016-05-20 14:50:06 -04:00
Karl Wright
c0784d29bd
LUCENE-7290: Restore XYZBounds fudge factor to its previous value.
2016-05-20 13:54:09 -04:00
Karl Wright
908225d174
LUCENE-7290: Add support for calculating bounds for intersections.
2016-05-20 13:49:13 -04:00