Commit Graph

1108 Commits

Author SHA1 Message Date
Mark Robert Miller 7ce09ad680 SOLR-4210: Update CHANGES
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1452073 13f79535-47bb-0310-9956-ffa450edef68
2013-03-03 17:42:45 +00:00
Chris M. Hostetter 16b8796a25 SOLR-4518: Improved CurrencyField error messages when attempting to use a Currency that is not supported by the current JVM
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1451931 13f79535-47bb-0310-9956-ffa450edef68
2013-03-02 20:10:03 +00:00
Yonik Seeley 73a0270ad8 SOLR-2996: treat un-fielded * as *:*
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1451906 13f79535-47bb-0310-9956-ffa450edef68
2013-03-02 17:18:43 +00:00
Chris M. Hostetter daa66dd5d0 SOLR-4515: CurrencyField's OpenExchangeRatesOrgProvider now requires a ratesFileLocation init param, since the previous global default no longer works
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1451818 13f79535-47bb-0310-9956-ffa450edef68
2013-03-02 01:52:03 +00:00
Chris M. Hostetter 05cc3a4706 SOLR-4458: Sort directions (asc, desc) are now case insensitive
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1451765 13f79535-47bb-0310-9956-ffa450edef68
2013-03-01 23:17:37 +00:00
Mark Robert Miller 3a9683d7ac SOLR-4521: Stop using the 'force' option for recovery replication. This will keep some less common unnecessary replications from happening.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1451660 13f79535-47bb-0310-9956-ffa450edef68
2013-03-01 17:40:34 +00:00
Mark Robert Miller 3ce9b7d1ac SOLR-4511: When a new index is replicated into place, we need to update the most recent replicatable index point without doing a commit. This is important for repeater use cases, as well as when nodes may switch master/slave roles.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1451659 13f79535-47bb-0310-9956-ffa450edef68
2013-03-01 17:37:30 +00:00
Mark Robert Miller 153d79ce99 SOLR-4505: CHANGES entry
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1451656 13f79535-47bb-0310-9956-ffa450edef68
2013-03-01 17:30:23 +00:00
Robert Muir abd85ff5a0 SOLR-3843: add lucene-codecs.jar
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1451542 13f79535-47bb-0310-9956-ffa450edef68
2013-03-01 09:41:03 +00:00
Mark Robert Miller aeb50e2050 SOLR-4507: The Cloud tab does not show up in the Admin UI if you set zkHost in solr.xml.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1450800 13f79535-47bb-0310-9956-ffa450edef68
2013-02-27 15:15:03 +00:00
Chris M. Hostetter db6ca427ba SOLR-1365: New SweetSpotSimilarityFactory allows customizable TF/IDF based Similarity when you know the optimal "Sweet Spot" of values for the field length and TF scoring factors
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1450577 13f79535-47bb-0310-9956-ffa450edef68
2013-02-27 01:58:07 +00:00
Yonik Seeley 241436ab4c SOLR-4480: edismax - fix trailing +-
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1450369 13f79535-47bb-0310-9956-ffa450edef68
2013-02-26 19:39:56 +00:00
Chris M. Hostetter fe0ca7336f SOLR-4504: Fixed CurrencyField range queries to correctly exclude documents w/o values
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1450304 13f79535-47bb-0310-9956-ffa450edef68
2013-02-26 17:46:17 +00:00
Uwe Schindler 4f9c470dde LUCENE-4796, SOLR-4373: Fix concurrency issue in NamedSPILoader and AnalysisSPILoader when doing concurrent core loads in multicore Solr configs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1450275 13f79535-47bb-0310-9956-ffa450edef68
2013-02-26 16:54:04 +00:00
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
Mark Robert Miller 8a6834f3e7 SOLR-4348: Make the lock type configurable by system property by default.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1438036 13f79535-47bb-0310-9956-ffa450edef68
2013-01-24 15:06:00 +00:00
Stefan Matheis 3801883396 SOLR-3915: Color Legend for Cloud UI
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1437791 13f79535-47bb-0310-9956-ffa450edef68
2013-01-23 23:06:47 +00:00
Stefan Matheis 15bc6148ae SOLR-4341: Admin UI - Plugins/Stats Page contains loooong Values which result in horizontal Scrollbar
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1437767 13f79535-47bb-0310-9956-ffa450edef68
2013-01-23 21:54:28 +00:00
Stefan Matheis 3347ec8c20 SOLR-4340: Admin UI - Analysis's Button Spinner goes wild
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1437764 13f79535-47bb-0310-9956-ffa450edef68
2013-01-23 21:52:28 +00:00
Stefan Matheis 4c723f6e46 SOLR-4339: Admin UI - Display Field-Flags on Schema-Browser
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1437760 13f79535-47bb-0310-9956-ffa450edef68
2013-01-23 21:49:47 +00:00
Koji Sekiguchi ae76248870 SOLR-4330: group.sort is ignored when using group.truncate and ex/tag local params together
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1436837 13f79535-47bb-0310-9956-ffa450edef68
2013-01-22 11:26:37 +00:00
Jan Høydahl e40f5acf04 SOLR-4309: /browse: Improve JQuery autosuggest behavior
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1434613 13f79535-47bb-0310-9956-ffa450edef68
2013-01-17 10:59:40 +00:00
Steven Rowe d87c74f104 - Make complex SOLR-2592 changes entry not get converted to a single wrapped line in Changes.html.
- 'Via' -> 'via' (merged lucene_solr_4_1 r1434389)

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1434401 13f79535-47bb-0310-9956-ffa450edef68
2013-01-16 21:09:20 +00:00
Mark Robert Miller d776712255 SOLR-4266: HttpSolrServer does not release connection properly on exception when no response parser is used.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1434109 13f79535-47bb-0310-9956-ffa450edef68
2013-01-16 18:56:47 +00:00
Mark Robert Miller c0e1a701b8 SOLR-4308: Remove the problematic and now unnecessary log4j-over-slf4j.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1434020 13f79535-47bb-0310-9956-ffa450edef68
2013-01-16 16:24:22 +00:00
Dawid Weiss b0cba0346b SOLR-4288: Improve logging for FileDataSource (basePath, relative resources).
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1433849 13f79535-47bb-0310-9956-ffa450edef68
2013-01-16 08:22:03 +00:00
Steven Rowe 3732f1bf70 Add v4.2
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1433245 13f79535-47bb-0310-9956-ffa450edef68
2013-01-15 00:35:40 +00:00
Yonik Seeley e87c7a4ae7 SOLR-2592: changes entry for doc routing
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1433082 13f79535-47bb-0310-9956-ffa450edef68
2013-01-14 20:01:29 +00:00
Shalin Shekhar Mangar 75b574abca SOLR-4016: Deduplication does not work with atomic/partial updates so disallow atomic update requests which change signature generating fields.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1433013 13f79535-47bb-0310-9956-ffa450edef68
2013-01-14 17:59:32 +00:00
Mark Robert Miller 64dee0264b SOLR-4303: On replication, if the generation of the master is lower than the slave we need to force a full copy of the index.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1432993 13f79535-47bb-0310-9956-ffa450edef68
2013-01-14 17:08:50 +00:00
Shalin Shekhar Mangar 55484336a6 SOLR-4302: New parameter 'indexInfo' (defaults to true) in CoreAdmin STATUS command can be used to omit index specific information
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1432901 13f79535-47bb-0310-9956-ffa450edef68
2013-01-14 12:44:45 +00:00
Erik Hatcher 3552167217 SOLR-4127: post.jar ignores -Dparams when -Durl is used
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1432794 13f79535-47bb-0310-9956-ffa450edef68
2013-01-14 03:31:10 +00:00
Steven Rowe 049502f114 Add 3.6.2 changes
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1432520 13f79535-47bb-0310-9956-ffa450edef68
2013-01-12 21:26:12 +00:00
Steven Rowe 5ee4c8976a Fix typos
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1432488 13f79535-47bb-0310-9956-ffa450edef68
2013-01-12 18:28:04 +00:00
Steven Rowe 56b62c1ddb SOLR-4287: Removed "apache-" prefix from Solr distribution and artifact filenames.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1432483 13f79535-47bb-0310-9956-ffa450edef68
2013-01-12 17:51:57 +00:00
Erik Hatcher f1c7576380 SOLR-3735: merged to 4x, so adjust CHANGES
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1432411 13f79535-47bb-0310-9956-ffa450edef68
2013-01-12 11:58:51 +00:00
Stefan Matheis 9cd9111419 SOLR-3820: Solr Admin Query form is missing some edismax request parameters
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1432361 13f79535-47bb-0310-9956-ffa450edef68
2013-01-12 02:37:41 +00:00
Stefan Matheis 5b3729c831 SOLR-3458: Allow multiple Items to stay open on Plugins-Page
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1432351 13f79535-47bb-0310-9956-ffa450edef68
2013-01-12 01:31:10 +00:00
Stefan Matheis 8559a93b65 SOLR-4296: Admin UI: Improve Dataimport Auto-Refresh
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1432346 13f79535-47bb-0310-9956-ffa450edef68
2013-01-12 01:08:11 +00:00
Mark Robert Miller 83fe02894f SOLR-4291: Harden the Overseer work queue thread loop.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1432256 13f79535-47bb-0310-9956-ffa450edef68
2013-01-11 20:04:44 +00:00
Shalin Shekhar Mangar f41e563d7d SOLR-4112: Fixed DataImportHandler ZKAwarePropertiesWriter implementation so
import works fine with SolrCloud clusters

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1432045 13f79535-47bb-0310-9956-ffa450edef68
2013-01-11 13:38:23 +00:00
Stefan Matheis 8029a83f5a SOLR-3982: Admin UI: Various Dataimport Improvements
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1431756 13f79535-47bb-0310-9956-ffa450edef68
2013-01-11 00:13:33 +00:00
Stefan Matheis de8bfe6dd4 SOLR-4289: Admin UI - JVM memory bar - dark grey "used" width is too small (simplified)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1431085 13f79535-47bb-0310-9956-ffa450edef68
2013-01-09 21:19:28 +00:00
Stefan Matheis 44597fa290 SOLR-4289: Admin UI - JVM memory bar - dark grey "used" width is too small
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1431073 13f79535-47bb-0310-9956-ffa450edef68
2013-01-09 21:02:37 +00:00
Stefan Matheis 2f3435acce SOLR-3876: Solr Admin UI is completely dysfunctional on IE 9
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1430586 13f79535-47bb-0310-9956-ffa450edef68
2013-01-08 22:39:10 +00:00
Chris M. Hostetter 76f5a8bada SOLR-4208: ExtendedDismaxQParserPlugin has been refactored to make subclassing easier
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1430399 13f79535-47bb-0310-9956-ffa450edef68
2013-01-08 17:33:19 +00:00
Uwe Schindler 9ee4b4d5fa SOLR-4283: Improvements for URL-Decoding
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1430396 13f79535-47bb-0310-9956-ffa450edef68
2013-01-08 17:22:14 +00:00
Mark Robert Miller bccdc6aeb5 SOLR-4170: The 'backup' ReplicationHandler command can sometimes use a stale index directory rather than the current one.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1430111 13f79535-47bb-0310-9956-ffa450edef68
2013-01-08 02:01:54 +00:00
James Dyer 2a1e68e504 SOLR-2201: DIH "formatDate" evaluator timezone support
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1429957 13f79535-47bb-0310-9956-ffa450edef68
2013-01-07 18:54:21 +00:00
Robert Muir 04c86005cc SOLR-4226: Extract fl parsing code out of ReturnFields constructor
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1429935 13f79535-47bb-0310-9956-ffa450edef68
2013-01-07 18:33:12 +00:00
Shalin Shekhar Mangar c446098665 SOLR-4279: Wrong exception message if _version_ field is multivalued
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1429804 13f79535-47bb-0310-9956-ffa450edef68
2013-01-07 14:19:28 +00:00
Uwe Schindler cf8a0ca50b SOLR-4265: Fix decoding of GET/POST parameters for servlet containers with non-UTF-8 URL parsing (Tomcat)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1429534 13f79535-47bb-0310-9956-ffa450edef68
2013-01-06 14:55:11 +00:00
David Wayne Smiley 6db40b852d SOLR-4255: (CHANGES.txt) add spatial filter=false local-param option
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1429468 13f79535-47bb-0310-9956-ffa450edef68
2013-01-06 06:14:45 +00:00
Robert Muir 64e18dc0f6 SOLR-4271: add support for PostingsHighlighter
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1429413 13f79535-47bb-0310-9956-ffa450edef68
2013-01-05 22:51:30 +00:00
Uwe Schindler 981694a910 SOLR-4275: Fix TrieTokenizer to no longer throw StringIndexOutOfBoundsException in admin UI / AnalysisRequestHandler when you enter no number to tokenize
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1429401 13f79535-47bb-0310-9956-ffa450edef68
2013-01-05 22:19:14 +00:00
Stefan Matheis c734e6d021 SOLR-3829: Admin UI Logging events broken if schema.xml defines a catch-all dynamicField with type ignored
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1429298 13f79535-47bb-0310-9956-ffa450edef68
2013-01-05 14:43:59 +00:00
Stefan Matheis 4bcef71a34 SOLR-4263: Incorrect Link from Schema-Browser to Query From for Top-Terms
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1429296 13f79535-47bb-0310-9956-ffa450edef68
2013-01-05 14:40:32 +00:00
Stefan Matheis babf990922 SOLR-4079: Long core names break web gui appearance and functionality
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1429292 13f79535-47bb-0310-9956-ffa450edef68
2013-01-05 14:36:33 +00:00
Stefan Matheis 7364aab17f SOLR-3840: XML query response display is unreadable in Solr Admin Query UI
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1429288 13f79535-47bb-0310-9956-ffa450edef68
2013-01-05 14:25:29 +00:00
Stefan Matheis 348f84c32f SOLR-3851: create a new core/delete an existing core should also update the main/left list of cores on the admin UI
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1429286 13f79535-47bb-0310-9956-ffa450edef68
2013-01-05 14:21:28 +00:00
Stefan Matheis f51a29707f SOLR-4176: analysis ui: javascript not properly handling URL decoding of input
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1429261 13f79535-47bb-0310-9956-ffa450edef68
2013-01-05 11:04:55 +00:00
Stefan Matheis 8172b5d535 SOLR-4045: SOLR admin page returns HTTP 404 on core names containing a '.' (dot)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1429259 13f79535-47bb-0310-9956-ffa450edef68
2013-01-05 10:57:21 +00:00
Stefan Matheis 65a9cc3643 SOLR-4261: Percentage Infos on Dashboard have a fixed width
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1429256 13f79535-47bb-0310-9956-ffa450edef68
2013-01-05 10:53:39 +00:00
Stefan Matheis 449296da9d SOLR-4264: Missing Error-Screen on UI's Cloud-Page
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1429254 13f79535-47bb-0310-9956-ffa450edef68
2013-01-05 10:50:24 +00:00
Stefan Matheis 01d27847bf SOLR-4262: Replication Icon on Dashboard does not reflect Master-/Slave-State
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1429252 13f79535-47bb-0310-9956-ffa450edef68
2013-01-05 10:48:03 +00:00
Dawid Weiss 0d05a14bd6 SOLR-4106: Javac/ ivy path warnings with morfologik fixed by updating to Morfologik 1.5.5 (no functional changes).
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1428823 13f79535-47bb-0310-9956-ffa450edef68
2013-01-04 12:42:00 +00:00
Yonik Seeley c7d8852051 SOLR-4257: PeerSync updates and Log Replay updates should not wait for ZK connection
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1428677 13f79535-47bb-0310-9956-ffa450edef68
2013-01-04 00:01:16 +00:00
Alan Woodward 84aa901490 SOLR-1972: Add extra query stats to RequestHandler
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1428372 13f79535-47bb-0310-9956-ffa450edef68
2013-01-03 14:52:55 +00:00
David Wayne Smiley ef4cbc91fb SOLR-4230: CHANGES.txt
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1428067 13f79535-47bb-0310-9956-ffa450edef68
2013-01-02 21:33:32 +00:00
Mark Robert Miller 463d10dc4a SOLR-4254: Harden the 'leader requests replica to recover' code path.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1427872 13f79535-47bb-0310-9956-ffa450edef68
2013-01-02 17:23:56 +00:00
Stanisław Osiński ed09a998b6 SOLR-4253: Misleading resource loading warning from Carrot2 clustering component fixed
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1427755 13f79535-47bb-0310-9956-ffa450edef68
2013-01-02 12:06:49 +00:00
Stanisław Osiński d03444f6e7 SOLR-3279: upgrade Carrot2 to version 3.6.2, CHANGES.txt
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1427751 13f79535-47bb-0310-9956-ffa450edef68
2013-01-02 11:52:19 +00:00
Robert Muir 14d08c75c0 SOLR-4251: commit test
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1427399 13f79535-47bb-0310-9956-ffa450edef68
2013-01-01 13:31:02 +00:00
Chris M. Hostetter b58e44d03b SOLR-4238: Fix jetty example requestLog config
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1427240 13f79535-47bb-0310-9956-ffa450edef68
2012-12-31 20:49:17 +00:00
Mark Robert Miller 9342d7d9e8 SOLR-4248: "ant eclipse" should declare .svn directories as derived.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1427232 13f79535-47bb-0310-9956-ffa450edef68
2012-12-31 19:49:55 +00:00
Yonik Seeley 9e82c2409d SOLR-4246: log forwarded updates
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1427037 13f79535-47bb-0310-9956-ffa450edef68
2012-12-31 03:05:56 +00:00
Mark Robert Miller 1bb25c388d SOLR-4245: When a core is registering with ZooKeeper, the timeout to find the leader in the cluster state is 30 seconds rather than leaderVoteWait + extra time.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1426898 13f79535-47bb-0310-9956-ffa450edef68
2012-12-30 06:18:37 +00:00
Mark Robert Miller ffd693605a SOLR-4244: When coming back from session expiration we should not wait for the leader to see us in the down state if we are the node that must become the leader.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1426892 13f79535-47bb-0310-9956-ffa450edef68
2012-12-30 05:54:59 +00:00
Erick Erickson b6d4d6e907 Fix for SOLR-4229, changing "swappable" to "transient"
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1426826 13f79535-47bb-0310-9956-ffa450edef68
2012-12-29 20:30:42 +00:00
Erik Hatcher fcc4d6f01a SOLR-3735: Relocate the example mime-to-extension mapping, and upgrade Velocity Engine to 1.7
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1426716 13f79535-47bb-0310-9956-ffa450edef68
2012-12-29 08:41:53 +00:00
Erik Hatcher 11c4ce617c SOLR-4175: SearchComponent chain can't contain two components of the same class and use debugQuery
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1426569 13f79535-47bb-0310-9956-ffa450edef68
2012-12-28 16:29:37 +00:00
Uwe Schindler ba52cd4e03 Revert SOLR-1972
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1426230 13f79535-47bb-0310-9956-ffa450edef68
2012-12-27 15:48:37 +00:00
Shalin Shekhar Mangar 6a0f11ebed SOLR-4223: "maxFormContentSize" in jetty.xml is not picked up by jetty 8
so set it via solr webapp context file

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1425683 13f79535-47bb-0310-9956-ffa450edef68
2012-12-24 21:08:44 +00:00
Shalin Shekhar Mangar 460dec2c56 SOLR-4133: Cannot "set" field to null with partial updates when using the
standard RequestWriter

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1425448 13f79535-47bb-0310-9956-ffa450edef68
2012-12-23 10:01:08 +00:00
Chris M. Hostetter 9fd744d160 SOLR-3972: Fix ShowFileRequestHandler to not log a warning in the (expected) situation of a file not found.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1425207 13f79535-47bb-0310-9956-ffa450edef68
2012-12-22 00:07:35 +00:00
Shalin Shekhar Mangar f4547f6a3b SOLR-4134: Standard (XML) request writer cannot "set" multiple values into
multivalued field with partial updates. (Luis Cappa Banda, Will Butler, shalin)

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1424906 13f79535-47bb-0310-9956-ffa450edef68
2012-12-21 13:01:08 +00:00
Mark Robert Miller e40696cd81 SOLR-4213: Directories that are not shutdown until DirectoryFactory#close do not have close listeners called on them.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1423738 13f79535-47bb-0310-9956-ffa450edef68
2012-12-19 02:56:15 +00:00
Mark Robert Miller 89a55d2e87 SOLR-4110: Configurable Content-Type headers for PHPResponseWriters and PHPSerializedResponseWriter.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1423121 13f79535-47bb-0310-9956-ffa450edef68
2012-12-17 20:26:39 +00:00
Mark Robert Miller 307ebd17cb SOLR-4199: When doing zk retries due to connectionloss, rather than just retrying for 2 minutes, retry in proportion to the session timeout.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1422391 13f79535-47bb-0310-9956-ffa450edef68
2012-12-15 22:23:07 +00:00
Mark Robert Miller 181cad843a SOLR-4198: OverseerCollectionProcessor should implement ClosableThread.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1422371 13f79535-47bb-0310-9956-ffa450edef68
2012-12-15 21:59:10 +00:00
Mark Robert Miller 17569aa775 SOLR-4120: Collection API: Support for specifying a list of Solr addresses to spread a new collection across.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1421999 13f79535-47bb-0310-9956-ffa450edef68
2012-12-14 17:53:43 +00:00
Mark Robert Miller 3ab1790be7 SOLR-4187: NPE on Directory release
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1421914 13f79535-47bb-0310-9956-ffa450edef68
2012-12-14 15:03:32 +00:00
Chris M. Hostetter 68974170ae SOLR-3918: Fixed the 'dist-war-excl-slf4j' ant target to exclude all slf4j jars, so that the resulting war is usable as is provided the servlet container includes the correct slf4j api and impl jars.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1421411 13f79535-47bb-0310-9956-ffa450edef68
2012-12-13 18:12:23 +00:00
Mark Robert Miller 3fad0b1dcd SOLR-4144: CHANGES entry
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1421331 13f79535-47bb-0310-9956-ffa450edef68
2012-12-13 15:12:56 +00:00
Mark Robert Miller acf4f12fee SOLR-788: Distributed search support for MLT.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1421326 13f79535-47bb-0310-9956-ffa450edef68
2012-12-13 15:03:19 +00:00
Mark Robert Miller ce0cc401ff SOLR-4178: ReplicationHandler should abort any current pulls and wait for it's executor to stop during core close.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1421078 13f79535-47bb-0310-9956-ffa450edef68
2012-12-13 05:33:01 +00:00
Mark Robert Miller 38d16dc7b7 SOLR-4140: Allow access to the collections API through CloudSolrServer without referencing an existing collection.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1421071 13f79535-47bb-0310-9956-ffa450edef68
2012-12-13 03:21:11 +00:00
Chris M. Hostetter 930354533e SOLR-4163: README improvements
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1421068 13f79535-47bb-0310-9956-ffa450edef68
2012-12-13 02:52:54 +00:00
Chris M. Hostetter 3dbffb580f SOLR-4102: Fix UI javascript error if canonical hostname can not be resolved
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1421049 13f79535-47bb-0310-9956-ffa450edef68
2012-12-13 00:06:11 +00:00
Mark Robert Miller c2516de262 SOLR-4171: CachingDirectoryFactory should not return any directories after it has been closed.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1420779 13f79535-47bb-0310-9956-ffa450edef68
2012-12-12 15:43:03 +00:00
Mark Robert Miller f78b7d2a1d SOLR-4168: 5x changes entry
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1420507 13f79535-47bb-0310-9956-ffa450edef68
2012-12-12 01:49:25 +00:00
Chris M. Hostetter 50407282a7 Fix SolrCloud behavior when using "hostContext" containing "_" or"/" characters. This fix also makes SolrCloud more accepting of hostContext values with leading/trailing slashes
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1420497 13f79535-47bb-0310-9956-ffa450edef68
2012-12-12 00:26:09 +00:00
Mark Robert Miller e8d2289a3f SOLR-4166: LBHttpSolrServer ignores ResponseParser passed in constructor.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1420362 13f79535-47bb-0310-9956-ffa450edef68
2012-12-11 19:49:29 +00:00
Mark Robert Miller a81f749ee1 SOLR-4030: Allow rate limiting Directory IO based on the IO context.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1420336 13f79535-47bb-0310-9956-ffa450edef68
2012-12-11 19:19:07 +00:00
Chris M. Hostetter 0b3a7900fc SOLR-4127: Added explicit error message if users attempt Atomic document updates with either updateLog or DistribUpdateProcessor
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1420297 13f79535-47bb-0310-9956-ffa450edef68
2012-12-11 17:25:02 +00:00
Mark Robert Miller f4371dcedf SOLR-2986: Add MoreLikeThis to warning about features that require uniqueKey. Also, change the warning to warn log level.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1419959 13f79535-47bb-0310-9956-ffa450edef68
2012-12-11 01:06:59 +00:00
Mark Robert Miller 74b0f7bce3 SOLR-4071: Validate that name is pass to Collections API create, and behave the same way as on startup when collection.configName is not explicitly passed.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1419952 13f79535-47bb-0310-9956-ffa450edef68
2012-12-11 00:54:46 +00:00
Mark Robert Miller 4e439e791e SOLR-3948: Calculate/display deleted documents in admin interface.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1419939 13f79535-47bb-0310-9956-ffa450edef68
2012-12-11 00:06:56 +00:00
Mark Robert Miller f79de4b70e SOLR-4162: ZkCli usage examples are not correct because the zkhost parameter is not present and it is mandatory for all commands.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1419878 13f79535-47bb-0310-9956-ffa450edef68
2012-12-10 23:50:55 +00:00
Mark Robert Miller 89bddae466 SOLR-4028: When using ZK chroot, it would be nice if Solr would create the initial path when it doesn't exist.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1419866 13f79535-47bb-0310-9956-ffa450edef68
2012-12-10 23:18:14 +00:00
Mark Robert Miller ef21415d6c SOLR-4124: You should be able to set the update log directory with the CoreAdmin API the same way as the data directory.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1419720 13f79535-47bb-0310-9956-ffa450edef68
2012-12-10 20:19:53 +00:00
Yonik Seeley 6f6211d310 SOLR-4118: Fix replicationFactor to align with industry usage
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1419689 13f79535-47bb-0310-9956-ffa450edef68
2012-12-10 19:29:24 +00:00
Robert Muir 56df745988 SOLR-4155: upgrade jetty to 8.1.8
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1419466 13f79535-47bb-0310-9956-ffa450edef68
2012-12-10 14:02:32 +00:00
Mark Robert Miller ab00c42eff SOLR-4158: When a core is registering in ZooKeeper it may not wait long enough to find the leader due to how long the potential leader waits to see replicas.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1418818 13f79535-47bb-0310-9956-ffa450edef68
2012-12-09 05:52:08 +00:00
Mark Robert Miller 7ebb85ab6d SOLR-4159: CHANGIES entry
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1418791 13f79535-47bb-0310-9956-ffa450edef68
2012-12-09 00:18:29 +00:00
Mark Robert Miller 82d0ed529a SOLR-4033: Consistently use the solrconfig.xml lockType everywhere.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1418712 13f79535-47bb-0310-9956-ffa450edef68
2012-12-08 17:16:04 +00:00
Mark Robert Miller af20e0b5a6 SOLR-3531: Allowing configuring maxMergeSizeMB and maxCachedMB when using NRTCachingDirectoryFactory.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1417736 13f79535-47bb-0310-9956-ffa450edef68
2012-12-06 04:39:30 +00:00
Mark Robert Miller 6996e74dca SOLR-4062: The update log location in solrconfig.xml should default to ${solr.ulog.dir} rather than ${solr.data.dir:}
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1417702 13f79535-47bb-0310-9956-ffa450edef68
2012-12-06 00:10:19 +00:00
Mark Robert Miller 9469102f30 SOLR-4114: Allow creating more than one shard per instance with the Collection API.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1417045 13f79535-47bb-0310-9956-ffa450edef68
2012-12-04 17:26:05 +00:00
Mark Robert Miller 94c588e37c SOLR-4074: Raise default ramBufferSizeMB to 100 from 32.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1415873 13f79535-47bb-0310-9956-ffa450edef68
2012-11-30 22:19:12 +00:00
Chris M. Hostetter b229140e87 SOLR-2890: Fixed a bug that prevented omitNorms and omitTermFreqAndPositions options from being respected in some <fieldType/> declarations
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1415817 13f79535-47bb-0310-9956-ffa450edef68
2012-11-30 20:01:15 +00:00
Mark Robert Miller ad138e5219 SOLR-4119: Update Guava to 13.0.1
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1414853 13f79535-47bb-0310-9956-ffa450edef68
2012-11-28 18:31:13 +00:00
Mark Robert Miller 672eeff8d2 SOLR-4087: Add MAX_DOC_FREQ option to MoreLikeThis.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1414841 13f79535-47bb-0310-9956-ffa450edef68
2012-11-28 17:53:06 +00:00
Mark Robert Miller 5543ee91ec SOLR-4117: Retrieving the size of the index may use the wrong index dir if you are replicating.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1414773 13f79535-47bb-0310-9956-ffa450edef68
2012-11-28 15:54:11 +00:00
Mark Robert Miller 446080b6b5 SOLR-4055: clone params for create calls
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1414744 13f79535-47bb-0310-9956-ffa450edef68
2012-11-28 15:08:47 +00:00
Mark Robert Miller 862335a772 SOLR-4032: Files larger than an internal buffer size fail to replicate.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1414428 13f79535-47bb-0310-9956-ffa450edef68
2012-11-27 22:05:18 +00:00
James Dyer 048fd10f4b SOLR-2141 / SOLR-3842 - CHANGES.txt
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1414248 13f79535-47bb-0310-9956-ffa450edef68
2012-11-27 16:24:16 +00:00
Chris M. Hostetter 309312aa7e SOLR-3960: Fixed a bug where Distributed Grouping ignored PostFilters
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1413975 13f79535-47bb-0310-9956-ffa450edef68
2012-11-27 02:54:29 +00:00
Yonik Seeley 2d4e789d00 SOLR-4093: solr specific parser + localParams syntax
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1413042 13f79535-47bb-0310-9956-ffa450edef68
2012-11-23 19:45:50 +00:00
James Dyer 3bb8a5e877 SOLR-4111: test fix for SpellCheckCollatorTest#testContextSensitiveCollate
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1413036 13f79535-47bb-0310-9956-ffa450edef68
2012-11-23 19:24:54 +00:00
Alan Woodward f40f9dd181 SOLR-4101: Add storeOffsetsWithPositions flag to SchemaField
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1412803 13f79535-47bb-0310-9956-ffa450edef68
2012-11-23 09:56:00 +00:00
Mark Robert Miller 258baa7069 SOLR-4099: Allow the collection api work queue to make forward progress even when it's watcher is not fired for some reason.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1412140 13f79535-47bb-0310-9956-ffa450edef68
2012-11-21 15:02:47 +00:00
Mark Robert Miller 5ef698c7cd SOLR-4097: Race can cause NPE in logging line on first cluster state update. (Add CHANGES entry)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1411956 13f79535-47bb-0310-9956-ffa450edef68
2012-11-21 00:29:02 +00:00
James Dyer ad834cd712 SOLR-1916: entry in CHANGES.txt
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1411823 13f79535-47bb-0310-9956-ffa450edef68
2012-11-20 19:52:16 +00:00
James Dyer 1f47a886a3 SOLR-4096: FileDataSource & FieldReaderDataSource to default to UTF-8 charset
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1411812 13f79535-47bb-0310-9956-ffa450edef68
2012-11-20 19:38:52 +00:00
James Dyer 0eab30da1d SOLR-4095: NumberFormatTransformer & DateFormatTransformer default to the Root Locale
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1411757 13f79535-47bb-0310-9956-ffa450edef68
2012-11-20 17:40:57 +00:00
Mark Robert Miller 4eabb7c83c SOLR-4008: add Raintung Li to CHANGES for SOLR-4009
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1411538 13f79535-47bb-0310-9956-ffa450edef68
2012-11-20 05:21:21 +00:00
Mark Robert Miller 3005330649 SOLR-4034: Check if a collection already exists before trying to create a new one.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1411536 13f79535-47bb-0310-9956-ffa450edef68
2012-11-20 05:08:07 +00:00
Mark Robert Miller dad188820e SOLR-3602: Update ZooKeeper to 3.4.5
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1411527 13f79535-47bb-0310-9956-ffa450edef68
2012-11-20 03:36:14 +00:00
Chris M. Hostetter f0ee717c65 SOLR-3970: SystemInfoHandler now exposes more details about the JRE/VM/Java version in use
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1411495 13f79535-47bb-0310-9956-ffa450edef68
2012-11-20 01:13:12 +00:00
Mark Robert Miller bdff3aa4a4 SOLR-4088: New and improved auto host detection strategy for SolrCloud.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1411466 13f79535-47bb-0310-9956-ffa450edef68
2012-11-19 22:38:28 +00:00
Mark Robert Miller 1464045268 SOLR-4075: A logical shard that has had all of it's SolrCores unloaded should be removed from the cluster state.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1411450 13f79535-47bb-0310-9956-ffa450edef68
2012-11-19 22:06:16 +00:00
James Dyer 26e0f02214 SOLR-4086: Refactor DIH - VariableResolver & Evaluator
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1411276 13f79535-47bb-0310-9956-ffa450edef68
2012-11-19 16:23:50 +00:00
Robert Muir 61851c0966 SOLR-3959: escape the internal comma separator of poly fields
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1410917 13f79535-47bb-0310-9956-ffa450edef68
2012-11-18 16:29:02 +00:00
Robert Muir cb90f42bee SOLR-4084: add factory for FuzzySuggester
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1410908 13f79535-47bb-0310-9956-ffa450edef68
2012-11-18 15:50:01 +00:00
Yonik Seeley 54b8e81b1f QueryParsing.toString support for WrappedQuery, ExtendedQuery
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1410115 13f79535-47bb-0310-9956-ffa450edef68
2012-11-15 23:56:02 +00:00
Yonik Seeley 102b0b8f61 SOLR-4076: fuzzy support for MultiTermAwareComponent in SolrQueryParser
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1409517 13f79535-47bb-0310-9956-ffa450edef68
2012-11-14 22:58:12 +00:00
James Dyer 1d7592c509 SOLR-4051: fix typo
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1408885 13f79535-47bb-0310-9956-ffa450edef68
2012-11-13 18:48:03 +00:00
James Dyer f2775f1c51 SOLR-4051: Configurable DIH Property Writers
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1408880 13f79535-47bb-0310-9956-ffa450edef68
2012-11-13 18:38:45 +00:00
Mark Robert Miller 27181e53a0 * SOLR-4003: The SolrZKClient clean method should not try and clear zk paths that start with /zookeeper, as this can fail and stop the removal of further nodes. (Mark Miller)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1408831 13f79535-47bb-0310-9956-ffa450edef68
2012-11-13 16:56:27 +00:00
Yonik Seeley ddb20fd43d SOLR-4036: field aliases in fl should not cause properties of target field to be used
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1408560 13f79535-47bb-0310-9956-ffa450edef68
2012-11-13 02:41:08 +00:00