Commit Graph

944 Commits

Author SHA1 Message Date
Robert Muir d09ba0c912 SOLR-4490: multi-valued dv support
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1450239 13f79535-47bb-0310-9956-ffa450edef68
2013-02-26 15:59:05 +00:00
Mark Robert Miller 56e88400ae SOLR-4210: Requests to a Collection that does not exist on the receiving node should be proxied to a suitable node.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1450015 13f79535-47bb-0310-9956-ffa450edef68
2013-02-26 04:29:56 +00:00
Mark Robert Miller d0d2ff9209 SOLR-4078: Allow custom naming of SolrCloud nodes so that a new host:port combination can take over for a previous shard.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1450012 13f79535-47bb-0310-9956-ffa450edef68
2013-02-26 04:09:52 +00:00
Chris M. Hostetter 01b504b137 SOLR-4481: SwitchQParserPlugin registered by default as 'switch'
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1449809 13f79535-47bb-0310-9956-ffa450edef68
2013-02-25 18:54:39 +00:00
Mark Robert Miller 1115ba8aba SOLR-4498: Add list command to ZkCLI that prints out the contents of ZooKeeper.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1449578 13f79535-47bb-0310-9956-ffa450edef68
2013-02-25 01:29:21 +00:00
Mark Robert Miller c21914aa7d SOLR-4471: Improve and clean up TestReplicationHandler.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1449240 13f79535-47bb-0310-9956-ffa450edef68
2013-02-22 22:16:04 +00:00
Erik Hatcher 1082bf8a71 SOLR-2470: Added more tests for VelocityResponseWriter (merged from lucene_4x r1449183)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1449188 13f79535-47bb-0310-9956-ffa450edef68
2013-02-22 19:57:47 +00:00
Erik Hatcher 0a4348c99c SOLR-4352: /browse pagination now supports and preserves sort context
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1449179 13f79535-47bb-0310-9956-ffa450edef68
2013-02-22 19:33:18 +00:00
Mark Robert Miller 302c3ed37e SOLR-4471: Replication occurs even when a slave is already up to date.
SOLR-4484: ReplicationHandler#loadReplicationProperties still uses Files rather than the Directory to try and read the replication properties files.

SOLR-4488: Return slave replication details for a master if the master has also acted like a slave.

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1449115 13f79535-47bb-0310-9956-ffa450edef68
2013-02-22 16:58:42 +00:00
Chris M. Hostetter 32c4a80577 SOLR-3060: SurroundQParserPlugin highlighting tests
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1448863 13f79535-47bb-0310-9956-ffa450edef68
2013-02-22 00:05:58 +00:00
Robert Muir f3f8b8afb1 SOLR-4477: match-only query support for docvalues fields
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1448440 13f79535-47bb-0310-9956-ffa450edef68
2013-02-20 22:12:29 +00:00
Steven Rowe 83fa975ae9 LUCENE-4789: fix typos
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1448400 13f79535-47bb-0310-9956-ffa450edef68
2013-02-20 20:53:46 +00:00
Chris M. Hostetter a47882e283 SOLR-4394: move CHANGES entry in prep for backporting
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1447952 13f79535-47bb-0310-9956-ffa450edef68
2013-02-19 22:52:32 +00:00
Shalin Shekhar Mangar 92b572af6c SOLR-4415: Add 'state' to shards (default to 'active') and read/write them to ZooKeeper (Fixed issue number in change log)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1447341 13f79535-47bb-0310-9956-ffa450edef68
2013-02-18 15:46:48 +00:00
Shalin Shekhar Mangar be3ee82ece SOLR-4414: Add 'state' to shards (default to 'active') and read/write them to ZooKeeper
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1447336 13f79535-47bb-0310-9956-ffa450edef68
2013-02-18 15:41:40 +00:00
Mark Robert Miller d3accc58e6 SOLR-4413: Fix SolrCore#getIndexDir() to return the current index directory.
SOLR-4469: A new IndexWriter must be opened on SolrCore reload when the index directory has changed and the previous SolrCore's state should not be  propagated.

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1447089 13f79535-47bb-0310-9956-ffa450edef68
2013-02-17 22:13:35 +00:00
Mark Robert Miller d51e6f2c29 SOLR-4417: Reopen the IndexWriter on SolrCore reload.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1447084 13f79535-47bb-0310-9956-ffa450edef68
2013-02-17 21:46:13 +00:00
Mark Robert Miller b6ca8acdaa SOLR-4467: CHANGES entry
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1446929 13f79535-47bb-0310-9956-ffa450edef68
2013-02-16 19:20:57 +00:00
Adrien Grand e61398084d SOLR-3855: Doc values support.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1446922 13f79535-47bb-0310-9956-ffa450edef68
2013-02-16 18:50:20 +00:00
Mark Robert Miller 384d42b5e3 SOLR-4421,SOLR-4165: On CoreContainer shutdown, all SolrCores should publish their state as DOWN.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1446914 13f79535-47bb-0310-9956-ffa450edef68
2013-02-16 16:59:53 +00:00
Mark Robert Miller 3a4103d19b SOLR-4459: The Replication 'index move' rather than copy optimization doesn't kick in when using NRTCachingDirectory or the rate limiting feature.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1446833 13f79535-47bb-0310-9956-ffa450edef68
2013-02-16 01:27:57 +00:00
Mark Robert Miller 2ab630b840 SOLR-4463: Fix SolrCoreState reference counting.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1446716 13f79535-47bb-0310-9956-ffa450edef68
2013-02-15 18:32:31 +00:00
Chris M. Hostetter 9e767a667d SOLR-4394: Tests and example configs demonstrating SSL with both server and client certs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1445971 13f79535-47bb-0310-9956-ffa450edef68
2013-02-13 23:04:38 +00:00
Chris M. Hostetter f16037ec2d SOLR-4451: SolrJ, and SolrCloud internals, now use SystemDefaultHttpClient under the covers -- allowing many HTTP connection related properties to be controlled via 'standard' java system properties. (hossman)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1445945 13f79535-47bb-0310-9956-ffa450edef68
2013-02-13 21:45:57 +00:00
Shalin Shekhar Mangar 03a6a161af SOLR-4426: NRTCachingDirectoryFactory does not initialize maxCachedMB and maxMergeSizeMB if <directoryFactory> is not present in solrconfig.xml
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1444782 13f79535-47bb-0310-9956-ffa450edef68
2013-02-11 14:28:57 +00:00
Mark Robert Miller 806ab343c6 SOLR-4421: On CoreContainer shutdown, all SolrCores should publish their state as DOWN.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1444249 13f79535-47bb-0310-9956-ffa450edef68
2013-02-08 21:44:40 +00:00
Mark Robert Miller e729e57a8e SOLR-3655: A restarted node can briefly appear live and active before it really is in some cases.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1444239 13f79535-47bb-0310-9956-ffa450edef68
2013-02-08 21:09:25 +00:00
Mark Robert Miller 66ecf9afb5 SOLR-4400: Deadlock can occur in a rare race between committing and closing a SolrIndexWriter.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1444152 13f79535-47bb-0310-9956-ffa450edef68
2013-02-08 17:20:05 +00:00
Adrien Grand 5b48346ed7 SOLR-2850: Do not refine facets when minCount == 1.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1442872 13f79535-47bb-0310-9956-ffa450edef68
2013-02-06 09:08:14 +00:00
Mark Robert Miller f86719c116 fix bad conflict merge on CHANGES from last commit
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1441520 13f79535-47bb-0310-9956-ffa450edef68
2013-02-01 16:45:20 +00:00
Mark Robert Miller 2274676c0d SOLR-4370: Allow configuring commitWithin to do hard commits.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1441483 13f79535-47bb-0310-9956-ffa450edef68
2013-02-01 15:29:08 +00:00
Jan Høydahl 727739fc1f SOLR-2827: RegexpBoost Update Processor
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1440940 13f79535-47bb-0310-9956-ffa450edef68
2013-01-31 12:58:40 +00:00
Jan Høydahl c1024f192e SOLR-4384: Make post.jar report timing information
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1440746 13f79535-47bb-0310-9956-ffa450edef68
2013-01-31 00:26:11 +00:00
Mark Robert Miller 9bfa9dc767 SOLR-4380: fix JIRA issue number
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1440518 13f79535-47bb-0310-9956-ffa450edef68
2013-01-30 16:57:13 +00:00
Mark Robert Miller dd9ffb9bc5 SOLR-3911: Replicate after startup option would not replicate until the IndexWriter was lazily opened.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1440508 13f79535-47bb-0310-9956-ffa450edef68
2013-01-30 16:29:05 +00:00
Jan Høydahl d6317b5e68 SOLR-3967: langid.enforceSchema option checks source field instead of target field
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1440226 13f79535-47bb-0310-9956-ffa450edef68
2013-01-30 00:26:39 +00:00
Stefan Matheis 243cb60ed2 SOLR-4364: Admin UI - Locale based number formatting
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1440014 13f79535-47bb-0310-9956-ffa450edef68
2013-01-29 17:34:10 +00:00
Stefan Matheis 6cb265da45 SOLR-4284: Admin UI - make core list scrollable separate from the rest of the UI
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1439602 13f79535-47bb-0310-9956-ffa450edef68
2013-01-28 19:56:10 +00:00
Chris M. Hostetter 5dbcae4cd3 SOLR-4342: Fix DataImportHandler stats to be a prper Map
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1439536 13f79535-47bb-0310-9956-ffa450edef68
2013-01-28 18:03:26 +00:00
Stefan Matheis 1398a0262d SOLR-4306: Utilize indexInfo=false when gathering core names in UI
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1439516 13f79535-47bb-0310-9956-ffa450edef68
2013-01-28 17:38:47 +00:00
Erick Erickson 189d0721a0 fixed unbalanced paren in CHANGES.txt, thanks Steve
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1438978 13f79535-47bb-0310-9956-ffa450edef68
2013-01-26 22:29:38 +00:00
Erick Erickson 23a338e22e Fix for SOLR-3926, thanks Eirik
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1438977 13f79535-47bb-0310-9956-ffa450edef68
2013-01-26 22:20:16 +00:00
Stefan Matheis 8b7fb2fe82 SOLR-4225: Term info page under schema browser shows incorrect count of terms
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1438900 13f79535-47bb-0310-9956-ffa450edef68
2013-01-26 15:00:28 +00:00
Erick Erickson 8cf0735393 Improved documentation, thanks Benson!
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1438891 13f79535-47bb-0310-9956-ffa450edef68
2013-01-26 13:19:37 +00:00
Mark Robert Miller 5cb1a812f0 SOLR-4359: The RecentUpdates#update method should treat a problem reading the next record the same as a problem parsing the record - log the exception and break.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1438655 13f79535-47bb-0310-9956-ffa450edef68
2013-01-25 19:17:31 +00:00
Mark Robert Miller 7d70f6190a SOLR-4043: Add ability to get success/failure responses from Collections API.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1438550 13f79535-47bb-0310-9956-ffa450edef68
2013-01-25 15:14:51 +00:00
Chris M. Hostetter 57c343aa65 SOLR-4353: Renamed example jetty context file to reduce confusion
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1438283 13f79535-47bb-0310-9956-ffa450edef68
2013-01-25 00:59:04 +00:00
Stefan Matheis 7a66fc108f SOLR-4349 : Admin UI - Query Interface does not work in IE
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1438139 13f79535-47bb-0310-9956-ffa450edef68
2013-01-24 19:34:45 +00:00
Stefan Matheis a93ab794a2 SOLR-4345 : Solr Admin UI dosent work in IE 10
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1438136 13f79535-47bb-0310-9956-ffa450edef68
2013-01-24 19:31:46 +00:00
Mark Robert Miller e6dbf827db SOLR-4321: Collections API will sometimes use a node more than once, even when more unused nodes are available.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1438043 13f79535-47bb-0310-9956-ffa450edef68
2013-01-24 15:16:30 +00:00