Commit Graph

1178 Commits

Author SHA1 Message Date
Noble Paul 6b83c0c413 Merge remote-tracking branch 'origin/branch_6x' into branch_6x 2016-08-31 18:49:32 +05:30
Noble Paul da286a22c5 SOLR-9452: Altered javadocs to reflect the new behavior 2016-08-31 18:48:48 +05:30
Shalin Shekhar Mangar 27586ff82c SOLR-9452: JsonRecordReader should not deep copy document before handler.handle()
(cherry picked from commit f0f92d8)
2016-08-31 18:12:49 +05:30
Shalin Shekhar Mangar 5556a9b4de SOLR-9445: Admin requests are retried by CloudSolrClient and LBHttpSolrClient on failure
(cherry picked from commit ae40929)
2016-08-27 09:10:29 +05:30
Varun Thacker 141ccdefd0 SOLR-9428: Improve logging to log root cause 2016-08-22 01:09:50 +05:30
Christine Poerschke 9a5dcce5de SOLR-9391: LBHttpSolrClient.request now correctly returns Rsp.server when previously skipped servers were successfully tried. 2016-08-19 11:18:40 +01:00
Shalin Shekhar Mangar 42254c2d9b SOLR-9405: ConcurrentModificationException in ZkStateReader.getStateWatchers
(cherry picked from commit f82c3b1)
2016-08-12 17:39:30 +05:30
Noble Paul 519be6acf0 SOLR-9320: A REPLACENODE command to decommission an existing node with another new node and SOLR-9318 the DELETENODE command that deletes all replicas in a node 2016-08-11 12:24:06 +05:30
Varun Thacker 9c37aaabe4 SOLR-9242: fix windows path issue + load live cluster properties. This closes #62 2016-08-08 09:18:14 +05:30
jbernste 728b4fbcdc SOLR-9252: Pre-commit fixes 2016-08-03 13:37:26 -04:00
jbernste e38d6d535c SOLR-9252: Feature selection and logistic regression on text
Conflicts:
	solr/core/src/java/org/apache/solr/handler/StreamHandler.java
2016-08-03 13:36:59 -04:00
Gregory Chanan 6cfec0bd7a SOLR-9200: Add Delegation Token Support to Solr 2016-08-02 12:50:49 -04:00
David Smiley 0f26f11f6c SOLR-9269: Snapshots (Solr core level)
(cherry picked from commit b7aa0b5)
2016-07-28 15:01:56 -04:00
Alan Woodward 8247f9f0cd SOLR-9106: Add javadocs to ZkStateReader cluster properties methods 2016-07-28 10:56:07 +01:00
Varun Thacker 91ed36ddb4 SOLR-9340: Change ZooKeeper disconnect and session expiry related logging from INFO to WARN to make debugging easier 2016-07-27 00:06:11 +05:30
Noble Paul 3a1fe0a8ee SOLR-9339: NPE in CloudSolrClient when the response is null 2016-07-26 13:09:44 +05:30
Noble Paul 501d73b4b8 Merge remote-tracking branch 'origin/branch_6x' into branch_6x
Conflicts:
	solr/CHANGES.txt
2016-07-25 21:14:17 +05:30
Noble Paul a30084ec82 SOLR-9334: CloudSolrClient.collectionStateCache is unbounded 2016-07-25 21:13:35 +05:30
Nicholas Knize 2aa01ed037 remove unused import (DocCollection) 2016-07-22 11:46:59 -05:00
Noble Paul d9bbd70ff1 SOLR-9323: Expose ClusterSate.getCollectionStates which returns unverified list of collection names 2016-07-22 13:57:47 +05:30
jbernste 46c1601b05 SOLR-9240: Added testcase with text field in the fl for topic 2016-07-16 23:25:08 -04:00
jbernste c6df1868a0 SOLR-9240:Support running the topic() Streaming Expression in parallel mode. 2016-07-16 23:25:08 -04:00
Steve Rowe 629346febb LUCENE-7013: add licence header position checker to -validate-source-patterns, and fix the violations it found 2016-07-13 13:20:34 -04:00
Christine Poerschke 85c8f22ca9 SOLR-9090: Add directUpdatesToLeadersOnly flag to solrj CloudSolrClient. (Marvin Justice, Christine Poerschke) 2016-07-13 14:19:26 +01:00
Varun Thacker 1dfc637f2c SOLR-9242: Move license headers to the top + force refresh cluster propery before reading the 'location' param 2016-07-13 15:00:28 +05:30
Alan Woodward fda3d8b7c2 SOLR-9181: Fix race in constructState() and missing call in forceUpdateCollection() 2016-07-08 14:29:49 +01:00
Alan Woodward 86d8d3a937 SOLR-9181: More logging 2016-07-08 14:29:42 +01:00
Alan Woodward 60232cd028 SOLR-9181: Add some logging to ZkStateReader to try and debug test failures 2016-07-08 14:29:34 +01:00
jbernste a86f25ea0c SOLR-9193: Fix-up javdoc 2016-07-06 19:20:44 -04:00
jbernste e27849052e SOLR-9193: Added terms.limit and distrib=true params to /terms request 2016-07-06 16:58:40 -04:00
jbernste 7a5e6a5f7e SOLR-9193: Added test using the termFreq param and basic error handling 2016-07-06 16:58:40 -04:00
jbernste ed86e014f6 SOLR-9193: fixing failing tests due to changes in TermsComponent 2016-07-06 16:58:40 -04:00
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 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
Erick Erickson 98ad225cf4 SOLR-8848:When a SolrJ alias watch is triggered, the new alias state should be logged
(cherry picked from commit da1f6e9)
2016-07-05 18:13:27 -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 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 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
Shalin Shekhar Mangar c8f9973a10 Trivial name spelling fix for SOLR-445. Cherry-picked 8c47d20 2016-06-28 16:38:51 +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
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
Adrien Grand 5afdc1d72d SOLR-8995: Remove unused imports. 2016-06-20 09:58:50 +02:00
Noble Paul ab44ac17ae SOLR-8995: replace SAM implementations with lambda 2016-06-20 11:17:12 +05:30
Adrien Grand 6d1bb14077 LUCENE-7319: Remove more unused imports so that precommit passes. 2016-06-13 15:45:54 +02:00
Christine Poerschke 21bc7ef104 LUCENE-7319: remove unused imports 2016-06-13 12:35:49 +01:00