Commit Graph

8619 Commits

Author SHA1 Message Date
Shalin Shekhar Mangar 4f316bc199 SOLR-9445: Removed unused import 2016-08-28 00:39:46 +05:30
Shalin Shekhar Mangar df9a642a89 SOLR-9445: Fix failures in TestLocalFSCloudBackupRestore due to changed code path which return SolrExceptions instead of SolrServerExceptions 2016-08-28 00:39:16 +05:30
Noble Paul 44c30f0535 SOLR-9188: blockUnknown property makes inter-node communication impossible 2016-08-28 00:36:18 +05:30
Uwe Schindler e99d970674 SOLR-9430: Fix locale lookup in DIH <propertyWriter/> to use BCP47 language tags to be consistent with other places in Solr. Language names still work for backwards compatibility 2016-08-27 08:38:42 +02:00
Shalin Shekhar Mangar 7d2f42e543 SOLR-9439: Shard split clean up logic for older failed splits is faulty 2016-08-27 09:08:53 +05:30
Shalin Shekhar Mangar ae40929f0b SOLR-9445: Admin requests are retried by CloudSolrClient and LBHttpSolrClient on failure 2016-08-27 09:08:02 +05:30
Tomas Fernandez Lobbe b3d12d265b SOLR-6744: Consider uniqueKey rename when handling shard responses in distributed search 2016-08-26 16:10:48 -07:00
markrmiller 6bff06ce4f SOLR-9389: HDFS Transaction logs stay open for writes which leaks Xceivers. 2016-08-26 13:39:59 -04:00
Christine Poerschke 7f3d86524d SOLR-9436: remove no longer used acceptsDocsOutOfOrder methods (LUCENE-6179 removed out-of-order scoring) 2016-08-26 13:45:36 +01:00
Robert Muir d489b8c05d remove deprecated IndexWriter.isLocked() 2016-08-25 12:34:38 -04:00
jbernste 4c0ff4e0f1 SOLR-9406: Update CHANGES.txt 2016-08-23 20:09:44 -04:00
jbernste 49ba37ac4d SOLR-9432: Fix-up precommit 2016-08-23 15:25:18 -04:00
jbernste a1b55eb743 SEARCH-9406: SolrSuggester should selectively register close hook 2016-08-23 15:02:35 -04:00
Noble Paul c6c3166bf5 SOLR-9310: addressing the test failures in jenkins 2016-08-23 23:00:27 +05:30
yonik 43ca5078bf SOLR-9432: JSON Facet refactoring to support refinement 2016-08-23 12:54:49 -04:00
Noble Paul 61e1f095e9 SOLR-9310: unhandled exception during parallel indexing 2016-08-23 11:36:07 +05:30
Uwe Schindler 1966b22c10 Fix duplicate header in changes 2016-08-23 00:56:32 +02:00
Noble Paul 488e41d1fc Merge remote-tracking branch 'origin/master' 2016-08-22 23:18:13 +05:30
Noble Paul 37ae065591 SOLR-9310: fixing concurrency issue and taking care of negative versions 2016-08-22 23:17:39 +05:30
Varun Thacker c513ae1999 SOLR-7362: Fix TestReqParamsAPI test failures 2016-08-22 18:22:25 +05:30
Robert Muir 5347cc8ea7 LUCENE-7418: remove deprecated legacy numerics from join/ and queryparser/ 2016-08-22 08:39:13 -04:00
Christine Poerschke c9c2d5537a SOLR-9412: Add failOnMissingParams option to MacroExpander, add TestMacroExpander class. (Jon Dorando, Christine Poerschke) 2016-08-22 10:36:07 +01:00
Noble Paul 80f9167807 SOLR-9310: PeerSync fails on a node restart due to IndexFingerPrint mismatch, precommit errors fixed 2016-08-22 13:58:03 +05:30
Noble Paul c2e769450f SOLR-9310: PeerSync fails on a node restart due to IndexFingerPrint mismatch 2016-08-22 12:32:13 +05:30
Varun Thacker 364a29c0ab SOLR-9428: Improve logging to log root cause 2016-08-22 01:08:47 +05:30
Mike McCandless b134102a9f add version constant for next feature release (6.3.0) 2016-08-20 04:27:08 -04:00
Mikhail Khludnev 2c7d86bc4d SOLR-8644: Test asserts that block join facets work with parent level fq exclusions 2016-08-19 16:51:14 +03:00
Mikhail Khludnev 3e64a97597 SOLR-8643: fix CHANGES.txt. Note: branch_6x aready fixed. 2016-08-19 15:31:58 +03:00
Mikhail Khludnev 915e6e33b2 SOLR-8643: made BlockJoinFacetComponent just a shortcut for BlockJoinDocSetFacetComponent, which supports pure disjunctions 2016-08-19 14:36:25 +03:00
Christine Poerschke 250a867de2 SOLR-9391: LBHttpSolrClient.request now correctly returns Rsp.server when previously skipped servers were successfully tried. 2016-08-19 10:01:45 +01:00
Noble Paul bbd1efe5d8 SOLR-9421: Refactored out OverseerCollectionMessageHandler to smaller classes 2016-08-19 11:14:25 +05:30
Steve Rowe 9e1a25e77d put class javadoc where it belongs 2016-08-18 09:59:02 -04:00
Noble Paul a98a6c36f8 SOLR-8995: reverting the previous change due to compile error 2016-08-18 16:17:53 +05:30
Noble Paul dd31ff98b5 Merge remote-tracking branch 'origin/master' 2016-08-18 10:37:31 +05:30
Noble Paul ddec3982ca SOLR-8995: Use lambda in PeerSync ObjectResolver 2016-08-18 10:37:09 +05:30
Robert Muir 105c7eae87 LUCENE-7413: move legacy numeric support to backwards module 2016-08-17 09:28:45 -04:00
David Smiley 7072458ea4 SOLR-9404: Refactor move/renames in JSON FacetProcessor and FacetFieldProcessor. 2016-08-15 23:34:03 -04:00
Alexandre Rafalovitch 6d1f1f6c78 SOLR-9032: Fix Create Alias command in Admin UI
Upayavira's patch applied to master and tested against cloud example
2016-08-16 11:15:37 +10:00
Alexandre Rafalovitch 1dd50d0747 SOLR-8993: Refresh status after we get handlers 2016-08-15 22:25:18 +10:00
Alexandre Rafalovitch 6dd228c117 SOLR-8993: Admin UI support multiple DIH handlers
Updated Upayavira's patch to the master and fixed one missing parameter
2016-08-15 21:46:59 +10:00
Christine Poerschke 1af873f53e SOLR-9410: Make ReRankQParserPlugin's private ReRankWeight a public class of its own. 2016-08-15 10:45:01 +01:00
Alexandre Rafalovitch 7ddd57b2ac Added missed attributes in the CHANGES.txt file 2016-08-14 08:08:19 +10:00
Alexandre Rafalovitch 97dc5a2a0b SOLR-9002: Fix type mapping for JSON and text
This is for the Admin UI's collection/File screen
2016-08-14 08:03:43 +10:00
Alexandre Rafalovitch c9faa102f9 SOLR-8911: Enable scrolling in Admin UI overflows
In the dashboard screen, scroll horizontally the Versions and JVM
property values strings.
2016-08-14 00:28:40 +10:00
Varun Thacker 1d9be84cb6 SOLR-9092: In the deletereplica commandand add a live check before calling delete core 2016-08-13 16:52:47 +05:30
Varun Thacker 70d27aec83 SOLR-9320: Improve logging 2016-08-13 16:21:08 +05:30
Alexandre Rafalovitch cea8a488f0 SOLR-8715: Admin UI - Fix schema special case 2016-08-13 00:10:35 +10:00
Alexandre Rafalovitch f20e2f3a94 SOLR-9232: Fix Swap Cores in Admin UI 2016-08-12 23:05:22 +10:00
Christine Poerschke 633a89c037 Fix system requirements typo. 2016-08-12 13:25:01 +01:00
Shalin Shekhar Mangar f82c3b1206 SOLR-9405: ConcurrentModificationException in ZkStateReader.getStateWatchers 2016-08-12 17:33:32 +05:30