Commit Graph

1151 Commits

Author SHA1 Message Date
Mark Robert Miller d35702de9a SOLR-4805,SOLR-4843: SolreCore#reload should not call preRegister and publish a DOWN state to ZooKeeper.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1491310 13f79535-47bb-0310-9956-ffa450edef68
2013-06-09 22:51:21 +00:00
Steven Rowe b0aef6e46d SOLR-4893: Extend FieldMutatingUpdateProcessor.ConfigurableFieldNameSelector to enable checking whether a field matches any schema field.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1491102 13f79535-47bb-0310-9956-ffa450edef68
2013-06-08 23:52:47 +00:00
Robert Muir 92ec6ec337 SOLR-4792: stop shipping a war in 5.0
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1491031 13f79535-47bb-0310-9956-ffa450edef68
2013-06-08 19:08:17 +00:00
Steven Rowe a819fcbf8a SOLR-4891: JsonLoader should preserve field value types from the JSON content stream
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1489676 13f79535-47bb-0310-9956-ffa450edef68
2013-06-05 00:47:43 +00:00
Shalin Shekhar Mangar 2456fe59c0 SOLR-4744: Update failure on sub shard is not propagated to clients by parent shard
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1489138 13f79535-47bb-0310-9956-ffa450edef68
2013-06-03 20:02:30 +00:00
Chris M. Hostetter 0800ccd3c2 SOLR-4853: Fixed SolrJettyTestBase so it may be reused by end users
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1489081 13f79535-47bb-0310-9956-ffa450edef68
2013-06-03 17:58:01 +00:00
Yonik Seeley 145772accb SOLR-4858: call ulog.init on core reopen
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1488349 13f79535-47bb-0310-9956-ffa450edef68
2013-05-31 18:37:24 +00:00
Uwe Schindler 7239a57a51 SOLR-4881: Fix DocumentAnalysisRequestHandler to correctly use EmptyEntityResolver to prevent loading of external entities like UpdateRequestHandler does
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1487976 13f79535-47bb-0310-9956-ffa450edef68
2013-05-30 18:58:58 +00:00
Uwe Schindler fecb6fb0a2 SOLR-4877, LUCENE-5023: Removed SolrIndexSearcher#getDocSetNC()'s special case for handling TermQuery to prevent NullPointerException if reader does not have fields
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1487914 13f79535-47bb-0310-9956-ffa450edef68
2013-05-30 16:22:29 +00:00
Shalin Shekhar Mangar 2c1af23df7 SOLR-4870: RecentUpdates.update() does not increment numUpdates loop counter
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1487897 13f79535-47bb-0310-9956-ffa450edef68
2013-05-30 15:34:21 +00:00
Shawn Heisey b4bf678713 SOLR-4228: fix maven test failure
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1487602 13f79535-47bb-0310-9956-ffa450edef68
2013-05-29 19:21:14 +00:00
Stefan Matheis d4d127d5d1 SOLR-4867: Admin UI - setting loglevel on root throws RangeError (backport for 4.3.1)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1487595 13f79535-47bb-0310-9956-ffa450edef68
2013-05-29 18:57:11 +00:00
Shalin Shekhar Mangar b9b4ded14c SOLR-4855: Move entry in change log to 4.3.1
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1487552 13f79535-47bb-0310-9956-ffa450edef68
2013-05-29 17:16:30 +00:00
Shalin Shekhar Mangar f9a5dc2c88 SOLR-4855: DistributedUpdateProcessor doesn't check for peer sync requests
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1487538 13f79535-47bb-0310-9956-ffa450edef68
2013-05-29 16:40:28 +00:00
Shawn Heisey a79ffdfeee SOLR-4868: fix inability to set root logger in Log4JWatcher
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1487294 13f79535-47bb-0310-9956-ffa450edef68
2013-05-29 06:02:17 +00:00
Shalin Shekhar Mangar ee096e5cf8 SOLR-4863: Removed non-existent attribute sourceId from dynamic JMX stats to fix AttributeNotFoundException
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1487236 13f79535-47bb-0310-9956-ffa450edef68
2013-05-29 04:55:13 +00:00
Shawn Heisey a41bfba673 SOLR-4228: Add full ping functionality to SolrPing in SolrJ
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1487189 13f79535-47bb-0310-9956-ffa450edef68
2013-05-29 01:46:19 +00:00
Stefan Matheis 5ad879d348 SOLR-4867: Admin UI - setting loglevel on root throws RangeError
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1487096 13f79535-47bb-0310-9956-ffa450edef68
2013-05-28 20:21:29 +00:00
Mark Robert Miller 6edd7326fd SOLR-4814: If a SolrCore cannot be created it should remove any information it published about itself from ZooKeeper.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1485831 13f79535-47bb-0310-9956-ffa450edef68
2013-05-23 19:17:46 +00:00
Erik Hatcher 850edd0251 SOLR-4842: merge from branch_4x
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1484884 13f79535-47bb-0310-9956-ffa450edef68
2013-05-21 17:33:34 +00:00
Shawn Heisey 927308b528 SOLR-4048: add findRecursive method to NamedList
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1484135 13f79535-47bb-0310-9956-ffa450edef68
2013-05-18 16:16:18 +00:00
Shalin Shekhar Mangar 5c77220c72 Moving issues to 4.3.1 in change log before backport
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1483661 13f79535-47bb-0310-9956-ffa450edef68
2013-05-17 06:15:38 +00:00
Koji Sekiguchi 420bb8c36e SOLR-4751: fix replication problem of files in sub directory of conf
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1483620 13f79535-47bb-0310-9956-ffa450edef68
2013-05-17 00:28:54 +00:00
Yonik Seeley 069387266e SOLR-4829: fix tlog leaks
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1483561 13f79535-47bb-0310-9956-ffa450edef68
2013-05-16 20:49:59 +00:00
Mark Robert Miller 93d7c7ae6b SOLR-4734: Leader election fails with an NPE if there is no UpdateLog
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1482955 13f79535-47bb-0310-9956-ffa450edef68
2013-05-15 17:01:49 +00:00
Robert Muir ca404e3ec0 SOLR-4448: Allow the solr internal load balancer to be more easily pluggable
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1482600 13f79535-47bb-0310-9956-ffa450edef68
2013-05-14 21:29:52 +00:00
Chris M. Hostetter a1e29c7415 SOLR-4813: Fix SynonymFilterFactory to allow init parameters for tokenizer factory used when parsing synonyms file
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1482474 13f79535-47bb-0310-9956-ffa450edef68
2013-05-14 17:21:50 +00:00
Mark Robert Miller e64b4aa347 SOLR-4796: zkcli.sh should honor JAVA_HOME
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1481753 13f79535-47bb-0310-9956-ffa450edef68
2013-05-13 09:36:53 +00:00
Mark Robert Miller ce5f508ff5 SOLR-4234: Add support for binary files in ZooKeeper.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1481675 13f79535-47bb-0310-9956-ffa450edef68
2013-05-13 00:30:25 +00:00
Jan Høydahl 1cd6be0712 SOLR-4785: New MaxScoreQParserPlugin
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1481651 13f79535-47bb-0310-9956-ffa450edef68
2013-05-12 21:23:37 +00:00
Shawn Heisey 6e6ce33a94 SOLR-4807: zkcli fix for log4j and Windows
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1481220 13f79535-47bb-0310-9956-ffa450edef68
2013-05-10 22:29:30 +00:00
Shalin Shekhar Mangar aec783468c SOLR-4806: Shard splitting does not abort if WaitForState times out
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1481145 13f79535-47bb-0310-9956-ffa450edef68
2013-05-10 19:01:20 +00:00
Erick Erickson 08a140dcf5 SOLR-4790, Defining a core with the same name should throw an error
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1481079 13f79535-47bb-0310-9956-ffa450edef68
2013-05-10 16:26:47 +00:00
Erick Erickson 2f4474d5ad added to CHANGES.txt for SOLR-4791
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1481038 13f79535-47bb-0310-9956-ffa450edef68
2013-05-10 14:53:59 +00:00
Mark Robert Miller caf6b7f3c9 SOLR-4751: revert for now
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1481030 13f79535-47bb-0310-9956-ffa450edef68
2013-05-10 14:35:11 +00:00
Jan Høydahl 3a53c33984 SOLR-4563: RSS DIH-example not working
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1480993 13f79535-47bb-0310-9956-ffa450edef68
2013-05-10 12:36:39 +00:00
Koji Sekiguchi 1ce5ec4b99 SOLR-4751: fix replication problem of files in sub directory of conf
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1480988 13f79535-47bb-0310-9956-ffa450edef68
2013-05-10 12:07:29 +00:00
Shalin Shekhar Mangar d9140ea03d Move bug fixes to 4.3.1 changelog
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1480888 13f79535-47bb-0310-9956-ffa450edef68
2013-05-10 06:05:23 +00:00
Shawn Heisey f3bb1d7d6f SOLR-4760: Include core name in logs when loading schema.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1480882 13f79535-47bb-0310-9956-ffa450edef68
2013-05-10 05:51:39 +00:00
Shalin Shekhar Mangar fa5752b7f5 Preparing changelogs for a 4.3.1 release
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1480772 13f79535-47bb-0310-9956-ffa450edef68
2013-05-09 21:10:38 +00:00
Chris M. Hostetter ca6a3a1b5f SOLR-4803: Fixed core discovery mode (ie: new style solr.xml) to treat 'collection1' as the default core name
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1480515 13f79535-47bb-0310-9956-ffa450edef68
2013-05-09 01:20:50 +00:00
Shalin Shekhar Mangar 5ef9e9eff4 SOLR-4797: Shard splitting creates sub shards which have the wrong hash range in cluster state. This happens when numShards is not a power of two and router is compositeId
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1480478 13f79535-47bb-0310-9956-ffa450edef68
2013-05-08 21:57:31 +00:00
Yonik Seeley 72065147d7 SOLR-4798: use correct router during index splitting
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1480383 13f79535-47bb-0310-9956-ffa450edef68
2013-05-08 18:10:56 +00:00
Chris M. Hostetter a039f476c8 SOLR-4622: Hardcoded SolrCloud defaults for hostContext and hostPort that were deprecated in 4.3 have been removed completely.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1480160 13f79535-47bb-0310-9956-ffa450edef68
2013-05-08 04:52:38 +00:00
Shalin Shekhar Mangar 3ffb10b13e SOLR-4795: Sub shard leader should not accept any updates from parent after it goes active
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1480113 13f79535-47bb-0310-9956-ffa450edef68
2013-05-07 22:02:13 +00:00
James Dyer 7141cb35a7 SOLR-3240: add "spellcheck.collateMaxCollectDocs" for estimating collation hit-counts.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1479638 13f79535-47bb-0310-9956-ffa450edef68
2013-05-06 16:49:46 +00:00
Jan Høydahl ec7317a8d6 SOLR-4784: Make class LuceneQParser public
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1479055 13f79535-47bb-0310-9956-ffa450edef68
2013-05-04 07:44:39 +00:00
Greg Bowyer 46dc9aa52c SOLR-4616: Add Changes.txt entry
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1478944 13f79535-47bb-0310-9956-ffa450edef68
2013-05-03 19:31:36 +00:00
Alan Woodward f35a93ef67 SOLR-4778: Move LogWatcher init code out of CoreContainer
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1478152 13f79535-47bb-0310-9956-ffa450edef68
2013-05-01 19:25:52 +00:00
Shalin Shekhar Mangar 429a056988 SOLR-4776: Solrj doesn't return 'between' count in range facets
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1477637 13f79535-47bb-0310-9956-ffa450edef68
2013-04-30 14:04:47 +00:00