Commit Graph

25562 Commits

Author SHA1 Message Date
Shalin Shekhar Mangar 18434526d6 SOLR-8787: Shutdown MiniSolrCloudCluster in a finally block
(cherry picked from commit 0a15699)
2016-06-30 22:32:47 +05:30
Shalin Shekhar Mangar c7d82e7b38 SOLR-8787: TestAuthenticationFramework should not extend TestMiniSolrCloudCluster
(cherry picked from commit 6528dac)
2016-06-30 22:27:37 +05:30
Shalin Shekhar Mangar 1ce09b482e SOLR-9264: Remove unused imports
(cherry picked from commit 74c8606)
2016-06-30 18:20:39 +05:30
Shalin Shekhar Mangar 8cb37842ec SOLR-9264: Optimize ZkController.publishAndWaitForDownStates to not read all collection states and watch relevant collections instead
(cherry picked from commit 015e0fc)
2016-06-30 15:23:58 +05:30
Noble Paul ce3ea76781 SOLR-9216: Support collection.configName in MODIFYCOLLECTION request 2016-06-30 13:13:01 +05:30
Dennis Gove d1a9daec87 SOLR-9246: If the JDBCStream sees an unknown column type it will now throw a detailed exception 2016-06-29 14:44:25 -04:00
Steve Rowe 455e041c68 Put back 6.2 bugfixes released in 5.5.2: SOLR-9191 and SOLR-9234 2016-06-29 09:00:29 -04:00
Shalin Shekhar Mangar 812fd346f7 SOLR-8777: Duplicate Solr process can cripple a running process
(cherry picked from commit 4ea95bf)
2016-06-29 16:59:56 +05:30
Alan Woodward 976501f6f3 LUCENE-7359: Add equals() and hashCode() to Explanation 2016-06-29 10:38:00 +01:00
Alan Woodward d33ad81d69 LUCENE-7360: Explanation.toHtml() is deprecated 2016-06-29 09:13:15 +01:00
Tomas Fernandez Lobbe eaabb9dc77 SOLR-8657: Fix SolrRequestInfo error logs if QuerySenderListener is being used 2016-06-28 15:11:41 -07:00
jbernste 723fc1dc85 SOLR-9254: Fixed typo in CHANGES.txt 2016-06-28 15:33:02 -04:00
jbernste 59c5e6014b SOLR-9254: GraphTermsQueryQParserPlugin throws NPE when field being search is not present in segment 2016-06-28 13:11:19 -04:00
Christine Poerschke 0c43ae2b5c LUCENE-7356: SearchGroup tweaks (initialCapacity, size==0 vs. isEmpty) 2016-06-28 12:59:15 +01:00
Shalin Shekhar Mangar 03bbf7ce8a Fix typo in bin/solr zk help text
This closes #29
(cherry picked from commit ab2348e)
2016-06-28 17:16:14 +05:30
Shalin Shekhar Mangar de85b9fff2 SOLR-8626: 404 error when clicking nodes in cloud graph view in angular UI.
This closes #23
(cherry picked from commit 9cbd540)
2016-06-28 16:43:31 +05:30
Shalin Shekhar Mangar c8f9973a10 Trivial name spelling fix for SOLR-445. Cherry-picked 8c47d20 2016-06-28 16:38:51 +05:30
Karl Wright d0346d606e Merge branch 'branch_6x' of https://git-wip-us.apache.org/repos/asf/lucene-solr into branch_6x 2016-06-28 06:29:56 -04:00
Karl Wright cd1fada393 LUCENE-7357: If the points for path segment intersections are ambiguous, throw an IllegalArgumentException. 2016-06-28 06:28:34 -04:00
Steve Rowe 09a7e4da3c releasedJirasRegex.py: fixed comment about the limitations of the script 2016-06-27 16:32:49 -04:00
Steve Rowe 240dd35f21 Renamed manageRelease.py to releasedJirasRegex.py, cleaned it up a bit, fixed a bug (matching JIRAs not at the beginning of bullets), and added the ability to match older releases' numbered bullets. 2016-06-27 16:11:20 -04:00
Steve Rowe ea344f9c8f Simplify backcompat index file name creation 2016-06-27 12:57:28 -04:00
Varun Thacker eb07143633 SOLR-7374: Fixing test failures like build #3366. Index a minimum of 1 doc 2016-06-27 12:09:18 +05:30
Jan Høydahl 319f89210a SOLR-9237: DefaultSolrHighlighter.doHighlightingByFastVectorHighlighter can't be overidden
(cherry picked from commit 7eb7702)
2016-06-27 00:01:09 +02:00
Steve Rowe d1a047ad6f Handle adding back compat indexes for versions that are no longer supported 2016-06-25 14:50:38 -04:00
Steve Rowe 9ee183f5ca Handle adding versions that are no longer supported 2016-06-25 14:50:29 -04:00
Steve Rowe 29ddc081c6 Add 5.5.2 back compat test indexes 2016-06-25 13:26:05 -04:00
Steve Rowe cb47769f37 Add version 5.5.2 2016-06-25 13:24:15 -04:00
Steve Rowe a78db40720 Switch is-latest-version check from whether the branch types match to directly comparing the new version against the current version 2016-06-25 13:11:52 -04:00
Steve Rowe 98d5c83db7 CHANGES.txt-s: Synchronize 5.5.1 and 5.5.2 sections 2016-06-24 19:21:05 -04:00
Steve Rowe 1436e8d782 Add script to host release management tools. Currently performs a single task: makes regexes for all JIRAs included in a release by parsing the CHANGES.txt files 2016-06-24 19:17:06 -04:00
Varun Thacker daf90b5e0c SOLR-7374: Core level backup/restore now supports specifying a directory implementation 2016-06-24 18:07:31 +05:30
Tommaso Teofili 96a5595fff LUCENE-6968 - LSH Filter backported to branch 6.x 2016-06-24 10:55:29 +02:00
Erick caec6b40fd SOLR-8546: TestLazyCores is failing a lot on the Jenkins cluster. 2016-06-23 21:10:49 -07:00
Gregory Chanan b76f64fdc0 SOLR-9076: Update to Hadoop 2.7.2 2016-06-23 14:57:59 -07:00
markrmiller dae777899a SOLR-9219: Make hdfs blockcache read buffer sizes configurable and improve cache concurrency. 2016-06-23 17:28:10 -04:00
Adrien Grand c5defadd70 LUCENE-7352: Fix CheckHits for DisjunctionMax queries that generate negative scores. 2016-06-23 19:04:50 +02:00
Karl Wright 388d388c99 LUCENE-7194: Ban Math.toRadians, Math.toDegrees 2016-06-22 10:16:22 -04:00
Karl Wright 40ca6f1d64 LUCENE-7194: Ban Math.toRadians and Math.toDegrees 2016-06-22 07:52:36 -04:00
Adrien Grand 60dcef6c61 LUCENE-7339: Specialize conjunction with bit sets. 2016-06-22 08:32:01 +02:00
Mike McCandless a3fc7efbcc LUCENE-7337: empty boolean query now rewrites to MatchNoDocsQuery instead of vice/versa 2016-06-21 12:08:29 -04:00
Adrien Grand 5e2f340cfa LUCENE-7350: Remove unused imports. 2016-06-21 17:57:44 +02:00
Mike McCandless 21eb654e40 LUCENE-7287: don't use full paths to resources 2016-06-21 10:44:03 -04:00
Noble Paul 9910907551 Merge remote-tracking branch 'origin/branch_6x' into branch_6x 2016-06-21 18:52:15 +05:30
Noble Paul 73d5f1c52c SOLR-9234: srcField parameter works only when all fields are captured in the /update/json/docs endpoint 2016-06-21 18:51:45 +05:30
Mike McCandless 4a71e03a32 LUCENE-7287: add UkrainianMorfologikAnalyzer, a dictionary-based analyzer for the Ukrainian language 2016-06-21 05:24:52 -04:00
Mike McCandless 113afcf024 LUCENE-7345: MDW now disables VirusCheckingFS while trying to corrupt files 2016-06-21 04:50:09 -04:00
Noble Paul 3a9019e020 Merge remote-tracking branch 'origin/branch_6x' into branch_6x 2016-06-21 13:38:30 +05:30
Noble Paul 153ca1f6c2 SOLR-9233: avoid new string creation in CollectionAction 2016-06-21 13:38:04 +05:30
Uwe Schindler e50613cb81 SOLR-8981: Add notice for jackcess 2016-06-20 23:51:39 +02:00