4737 Commits

Author SHA1 Message Date
jbernste
879a245e4e SOLR-9193: Add scoreNodes Streaming Expression
Conflicts:
	solr/core/src/java/org/apache/solr/handler/StreamHandler.java
2016-07-06 16:58:40 -04:00
jbernste
1427f4b2e7 SOLR-9243:Add terms.list parameter to the TermsComponent to fetch the docFreq for a list of terms 2016-07-06 16:58:40 -04:00
Varun Thacker
ee21bb3b3f SOLR-9088: Fixed TestManagedSchemaAPI failures which exposed race conditions in the schema API 2016-07-06 14:09:56 +05:30
Varun Thacker
413ea47670 SOLR-9242: Collection backup/restore to provide a param for specifying underlying storage repository to use 2016-07-06 13:21:31 +05:30
Chris Hostetter
5abdcb8fa5 SOLR-9235: Fixed NPE when using non-numeric range query in deleteByQuery
(cherry picked from commit 54b3945572acc9fd155740d5e6f628bfb2b3848f)
2016-07-05 14:23:21 -07:00
Shalin Shekhar Mangar
119ea15ad6 SOLR-8048: Stop using deprecated CollectionAdminRequest.Reload constructor
(cherry picked from commit 8653be9)
2016-07-05 12:54:49 +05:30
Shalin Shekhar Mangar
31316f7682 SOLR-8048: Close the http client in a finally clause at the end of the test
(cherry picked from commit 2d6b7ea)
2016-07-05 12:54:49 +05:30
Erick
50a9153462 SOLR-9276: Remove remnants of old-style core definitions from OpenCloseCoreStressTest
(cherry picked from commit 32e0f5f)
2016-07-04 17:14:51 -07:00
Erick Erickson
71842a6277 SOLR-9194: Enhance the bin/solr script to perform file operations to/from Zookeeper. Windows text fix 3
(cherry picked from commit 9dd9a6f)
2016-07-04 10:27:21 -07:00
Erick Erickson
c0036aaeee SOLR-9194: Enhance the bin/solr script to perform file operations to/from Zookeeper. More Windows fixes
(cherry picked from commit 65c3485)
2016-07-03 17:32:10 -07:00
Erick Erickson
dd761584c7 SOLR-9194: Enhance the bin/solr script to perform file operations to/from Zookeeper - Fix Windows failures 2016-07-02 19:15:21 -07:00
Erick
ee0dbf55f7 SOLR-9194: fixed merge foo 2016-07-02 11:43:37 -07:00
Erick
fa3e79ba3c SOLR-9194: Enhance the bin/solr script to perform file operations to/from Zookeeper
(cherry picked from commit a851d5f)
2016-07-02 11:35:46 -07:00
Alan Woodward
057c317a9d SOLR-9181: Fix some races in ZkStateReader collection watch updates 2016-07-01 15:48:29 +01:00
Noble Paul
5937247ac3 SOLR-9251: Support for a new tag 'role' in replica placement rules 2016-07-01 17:38:40 +05:30
Shalin Shekhar Mangar
ed38a29a9f SOLR-8787: Fix broken build due to unused import 2016-07-01 10:31:45 +05:30
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
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
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
59c5e6014b SOLR-9254: GraphTermsQueryQParserPlugin throws NPE when field being search is not present in segment 2016-06-28 13:11:19 -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
Varun Thacker
daf90b5e0c SOLR-7374: Core level backup/restore now supports specifying a directory implementation 2016-06-24 18:07:31 +05:30
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
5e2f340cfa LUCENE-7350: Remove unused imports. 2016-06-21 17:57:44 +02:00
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
Adrien Grand
5afdc1d72d SOLR-8995: Remove unused imports. 2016-06-20 09:58:50 +02:00
Adrien Grand
bac521d1aa LUCENE-7317: Remove auto-prefix terms. 2016-06-20 09:58:42 +02:00
Noble Paul
d3fcac779b Merge remote-tracking branch 'origin/branch_6x' into branch_6x 2016-06-20 11:17:30 +05:30
Noble Paul
ab44ac17ae SOLR-8995: replace SAM implementations with lambda 2016-06-20 11:17:12 +05:30
Uwe Schindler
097cffeba7 LUCENE-7346: Update forbiddenapis to version 2.2 2016-06-19 21:28:25 +02:00
Mike McCandless
ea9c7ea88c LUCENE-7335: IW's commit data is now late binding 2016-06-17 05:47:14 -04:00
Christine Poerschke
f9521549e0 SOLR-9195: remove unnecessary allocation and null check in UpdateRequestProcessorChain.getReqProcessors 2016-06-15 14:39:45 +01:00
Noble Paul
62452f033a SOLR-8048: bin/solr script should support basic auth credentials provided in solr.in.sh 2016-06-15 11:50:23 +05:30
Mike McCandless
ba92214830 LUCENE-7318: graduate StandardAnalyzer and make it the default for IndexWriterConfig 2016-06-14 18:41:37 -04:00
Christine Poerschke
9be5b98eb3 SOLR-9161: change SolrPluginUtils.invokeSetters implementation to accommodate setter variants 2016-06-14 09:45:08 +01:00
Adrien Grand
9719105e7c SOLR-9204: Remove unused imports. 2016-06-14 10:25:52 +02:00
markrmiller
90c920d276 SOLR-9204: Improve performance of getting directory size with hdfs. 2016-06-13 12:23:37 -04:00
Adrien Grand
6d1bb14077 LUCENE-7319: Remove more unused imports so that precommit passes. 2016-06-13 15:45:54 +02:00
Adrien Grand
f1ddc55aff LUCENE-7319: Remove more unused imports. 2016-06-13 15:33:49 +02:00
Christine Poerschke
21bc7ef104 LUCENE-7319: remove unused imports 2016-06-13 12:35:49 +01:00
Noble Paul
ff6475c3a7 SOLR-8744: Minimize the impact on ZK when there are a lot of blocked tasks 2016-06-12 13:13:40 +05:30
Erick Erickson
bc86c1015c SOLR-9187: Support dates and booleans in /export handler, support boolean DocValues fields 2016-06-11 17:53:59 -07:00