Chris M. Hostetter
eb5db72e69
LUCENE-6058: call out this change as a re-index requirement in Solr upgrade instructions
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1651496 13f79535-47bb-0310-9956-ffa450edef68
2015-01-13 21:14:11 +00:00
Mark Robert Miller
4c03fb59af
SOLR-6915: Add KeysFromKeyTab read permissions.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1651487 13f79535-47bb-0310-9956-ffa450edef68
2015-01-13 20:56:23 +00:00
Timothy Potter
aba932e403
SOLR-6851: Set the SOLR_VAR_DIR using the SOLR_SERVICE variable, thus alleviating the need to specify the -d option when overrding the service name with -s
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1651435 13f79535-47bb-0310-9956-ffa450edef68
2015-01-13 18:15:48 +00:00
Mark Robert Miller
04f570de85
SOLR-6915: Add javax.security.auth.kerberos.KeyTab read permissions.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1651407 13f79535-47bb-0310-9956-ffa450edef68
2015-01-13 17:00:05 +00:00
Mark Robert Miller
10b501395b
SOLR-6880: Remove this assert that can fail various tests.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1651394 13f79535-47bb-0310-9956-ffa450edef68
2015-01-13 15:58:35 +00:00
Mark Robert Miller
423e469e5f
SOLR-6941: DistributedQueue#containsTaskWithRequestId can fail with NPE.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1651380 13f79535-47bb-0310-9956-ffa450edef68
2015-01-13 15:25:56 +00:00
Mark Robert Miller
1696206de6
SOLR-6943: HdfsDirectoryFactory should fall back to system props for most of it's config if it is not found in solrconfig.xml.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1651373 13f79535-47bb-0310-9956-ffa450edef68
2015-01-13 15:12:46 +00:00
Uwe Schindler
8c86381eab
Cleanup imports of forbidden stuff. Fix small bug with empty tokenstreams.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1651363 13f79535-47bb-0310-9956-ffa450edef68
2015-01-13 14:47:50 +00:00
Michael McCandless
847cd8aa59
strengthen param checking for block tree's term block min/max sizes
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1651362 13f79535-47bb-0310-9956-ffa450edef68
2015-01-13 14:44:02 +00:00
David Wayne Smiley
c0707926df
SOLR-6904: remove deprecated spatial Circle & Rect syntax
...
FYI these weren't used often and were replaced with supported syntaxes in v4.3.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1651351 13f79535-47bb-0310-9956-ffa450edef68
2015-01-13 14:17:18 +00:00
Noble Paul
2b1d34dfd9
SOLR-6770 Optimize tests to avoid duplicate RE[BST calls
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1651308 13f79535-47bb-0310-9956-ffa450edef68
2015-01-13 09:05:23 +00:00
Michael McCandless
d492a3b1b4
LUCENE-6119: make sure minPauseCheckBytes is set on init of MergeRateLimiter
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1651307 13f79535-47bb-0310-9956-ffa450edef68
2015-01-13 09:02:19 +00:00
Gregory Chanan
a4e089e662
SOLR-6915: SaslZkACLProvider and Kerberos Test Using MiniKdc
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1651264 13f79535-47bb-0310-9956-ffa450edef68
2015-01-13 02:03:58 +00:00
Anshum Gupta
6d7fdf9f3f
SOLR-6496: LBHttpSolrClient stops retrying after the timeAllowed threshold is met
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1651236 13f79535-47bb-0310-9956-ffa450edef68
2015-01-12 23:52:10 +00:00
Timothy Potter
c36180cdf8
SOLR-6952: bin/solr create action should copy configset directory instead of reusing an existing configset in ZooKeeper by default; commit also includes fix for SOLR-6933 - create alias
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1651231 13f79535-47bb-0310-9956-ffa450edef68
2015-01-12 23:33:34 +00:00
Robert Muir
5326c924d2
LUCENE-6178: don't score MUST_NOT clauses with BooleanScorer
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1651224 13f79535-47bb-0310-9956-ffa450edef68
2015-01-12 22:59:16 +00:00
Anshum Gupta
68cf1ca825
SOLR-6923: AutoAddReplicas also consults live_nodes to see if a state change has happened
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1651221 13f79535-47bb-0310-9956-ffa450edef68
2015-01-12 22:53:38 +00:00
Gregory Chanan
847f870e75
SOLR-6963: Upgrade hadoop version to 2.3
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1651212 13f79535-47bb-0310-9956-ffa450edef68
2015-01-12 22:07:42 +00:00
Uwe Schindler
0477667376
LUCENE-5900: Fix remaining issues with default matchVersion
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1651127 13f79535-47bb-0310-9956-ffa450edef68
2015-01-12 16:07:45 +00:00
Joel Bernstein
d385c653c2
SOLR-6581: Efficient DocValues support and numeric collapse field implementations for Collapse and Expand
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1651087 13f79535-47bb-0310-9956-ffa450edef68
2015-01-12 13:40:34 +00:00
David Wayne Smiley
1f2d431273
SOLR-6916: hl.payloads
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1651076 13f79535-47bb-0310-9956-ffa450edef68
2015-01-12 13:30:15 +00:00
Erik Hatcher
221cbaad10
fix SimplePostToolTest
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1651040 13f79535-47bb-0310-9956-ffa450edef68
2015-01-12 08:50:31 +00:00
Erik Hatcher
ae4734f4cf
SOLR-6959: standardize XML content-type
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1651027 13f79535-47bb-0310-9956-ffa450edef68
2015-01-12 02:36:30 +00:00
Erik Hatcher
5f1d3bd308
SOLR-6434: Fix typo
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1651019 13f79535-47bb-0310-9956-ffa450edef68
2015-01-12 01:00:04 +00:00
Erik Hatcher
4e24294c9c
fix a reference to outdated post.sh
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1651017 13f79535-47bb-0310-9956-ffa450edef68
2015-01-12 00:44:24 +00:00
Erik Hatcher
1636450d22
SOLR-6959: Elaborate on URLs being POSTed to
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1651015 13f79535-47bb-0310-9956-ffa450edef68
2015-01-12 00:33:47 +00:00
Erik Hatcher
03dc3c4185
SOLR-6908: Remove last post.sh references, and fix a post.jar usage example
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1651013 13f79535-47bb-0310-9956-ffa450edef68
2015-01-12 00:30:09 +00:00
Mark Robert Miller
5ddea27113
SOLR-6957: Raise timeout.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1650984 13f79535-47bb-0310-9956-ffa450edef68
2015-01-11 23:04:21 +00:00
Mark Robert Miller
fdb0af9bca
SOLR-6951: Add basic testing for test ObjectReleaseTracker.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1650916 13f79535-47bb-0310-9956-ffa450edef68
2015-01-11 16:49:14 +00:00
Timothy Potter
b92f39f3bb
SOLR-6946: Document -p port option for create_core and create_collection actions in bin/solr
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1650912 13f79535-47bb-0310-9956-ffa450edef68
2015-01-11 16:39:11 +00:00
Mark Robert Miller
c8888cd115
tests: raise timeout - trips sometimes
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1650905 13f79535-47bb-0310-9956-ffa450edef68
2015-01-11 15:33:23 +00:00
Erik Hatcher
4ed87ec42f
SOLR-1723: polished the content-type capability
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1650831 13f79535-47bb-0310-9956-ffa450edef68
2015-01-10 23:40:57 +00:00
Robert Muir
25e24d94d9
use less files in NIGHTLY
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1650808 13f79535-47bb-0310-9956-ffa450edef68
2015-01-10 20:31:19 +00:00
Mark Robert Miller
d97b1cef28
SOLR-6950: Ensure TransactionLogs are closed with test ObjectReleaseTracker.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1650781 13f79535-47bb-0310-9956-ffa450edef68
2015-01-10 18:09:14 +00:00
Mark Robert Miller
5e8eb5cd46
SOLR-6324: Set finite default timeouts for select and update.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1650768 13f79535-47bb-0310-9956-ffa450edef68
2015-01-10 16:58:36 +00:00
Mark Robert Miller
8213fe8a0a
SOLR-6793: ReplicationHandler does not destroy all of it's created SnapPullers.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1650764 13f79535-47bb-0310-9956-ffa450edef68
2015-01-10 16:12:39 +00:00
Uwe Schindler
969dcdb43c
LUCENE-6173: Use Objects.hash() for simplicty. Also unbreak branch_5x
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1650739 13f79535-47bb-0310-9956-ffa450edef68
2015-01-10 13:16:06 +00:00
Uwe Schindler
df660ce6c4
LUCENE-6173: Fix deep clone
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1650737 13f79535-47bb-0310-9956-ffa450edef68
2015-01-10 13:08:50 +00:00
Noble Paul
f7bbdc339e
SOLR-6787 enable autocommit maxDocs=1 for .system collection
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1650729 13f79535-47bb-0310-9956-ffa450edef68
2015-01-10 10:32:42 +00:00
Erick Erickson
87869f97bb
no separate JIRA, just updating some obsolete JIRAs related to ripping out SOLR-5287
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1650720 13f79535-47bb-0310-9956-ffa450edef68
2015-01-10 05:09:25 +00:00
David Wayne Smiley
d44b85f2fb
SOLR-6945: sample schema.xml bbox field distanceUnits=kilometers
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1650703 13f79535-47bb-0310-9956-ffa450edef68
2015-01-10 01:01:52 +00:00
Steven Rowe
916f1876ec
SOLR-6913: In data_driven_schema_configs configset, rename schema.xml to managed-schema, remove example-only fieldtypes, add dynamic fields for each fieldtype where they don't exist, and add a warning about the catch-all _text field
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1650701 13f79535-47bb-0310-9956-ffa450edef68
2015-01-10 00:38:50 +00:00
Steven Rowe
9acea483e3
SOLR-6913: revert cleanup schema in data_drive_schema_configs configset (schema modifications will follow)
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1650696 13f79535-47bb-0310-9956-ffa450edef68
2015-01-09 23:25:20 +00:00
Erik Hatcher
a0c45d4fb9
SOLR-6127: More improvements to the films example: remove fake document, README steps polished
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1650688 13f79535-47bb-0310-9956-ffa450edef68
2015-01-09 22:39:07 +00:00
Erik Hatcher
ae0c13fae8
SOLR-1723: VelocityResponseWriter improvements
...
SOLR-2035: Add a VelocityResponseWriter $resource tool for locale-specific string lookups.
Lots of VrW code cleanup, more and improved test cases.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1650685 13f79535-47bb-0310-9956-ffa450edef68
2015-01-09 22:32:50 +00:00
Mark Robert Miller
b870aed9b9
SOLR-6932: All HttpClient ConnectionManagers and SolrJ clients should always be shutdown in tests and regular code.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1650608 13f79535-47bb-0310-9956-ffa450edef68
2015-01-09 17:33:04 +00:00
Michael McCandless
a2614fbd6d
LUCENE-6119: must check merge for abort even when we are not rate limiting; don't wrap rate limiter when doing addIndexes (it's not abortable); don't leak file handle when wrapping
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1650595 13f79535-47bb-0310-9956-ffa450edef68
2015-01-09 16:48:09 +00:00
Erik Hatcher
0aac930251
SOLR-6098: fix a couple of post.jar mentions that did not have -Dc on them
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1650525 13f79535-47bb-0310-9956-ffa450edef68
2015-01-09 13:34:54 +00:00
Michael McCandless
c242a300e0
LUCENE-6166: deletions (alone) can now trigger new merges
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1650475 13f79535-47bb-0310-9956-ffa450edef68
2015-01-09 10:01:14 +00:00
Michael McCandless
e947b4ad66
LUCENE-6119: set initial rate for forced merge correctly
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1650463 13f79535-47bb-0310-9956-ffa450edef68
2015-01-09 09:30:43 +00:00