8540 Commits

Author SHA1 Message Date
Steve Rowe
cead204fb6 SOLR-9200: Use direct package for Guava's Preconditions class 2016-07-28 19:18:04 -04:00
Jan Høydahl
1fb4c5d46d SOLR-8645: managed-schema is now syntax highlighted in cloud->Tree view. This closes #57 2016-07-29 00:03:24 +02:00
David Smiley
b7aa0b56be SOLR-9269: Snapshots (Solr core level) 2016-07-28 14:23:09 -04:00
Gregory Chanan
7bf019a9c2 SOLR-9200: Add Delegation Token Support to Solr 2016-07-28 12:59:05 -04:00
Jan Høydahl
c9935b4788 SOLR-8596: Split UIs RAW query params only on first equal sign 2016-07-28 15:52:43 +02:00
Alan Woodward
c2db9fae2c SOLR-9106: Add javadocs to ZkStateReader cluster properties methods 2016-07-28 10:55:52 +01:00
Alan Woodward
78ebcd3cf5 SOLR-9346: Always close ZkStateReader 2016-07-27 16:45:59 +01:00
Varun Thacker
219406d912 SOLR-9242: Disabling TestLocalFSCloudBackupRestore on Windows till we fix it 2016-07-27 00:13:36 +05:30
Varun Thacker
3603a62889 SOLR-9340: Change ZooKeeper disconnect and session expiry related logging from INFO to WARN to make debugging easier 2016-07-26 23:41:39 +05:30
Varun Thacker
f906862afe SOLR-9335: Switch Solr cache/search/update stats counters to use LongAdder 2016-07-26 16:17:41 +05:30
Noble Paul
9a24dc5d2c SOLR-9339: NPE in CloudSolrClient when the response is null 2016-07-26 13:08:28 +05:30
Noble Paul
4ed68bc80e SOLR-9334: CloudSolrClient.collectionStateCache is unbounded 2016-07-25 20:47:19 +05:30
Noble Paul
4c61d5aacc SOLR-9310: reverting the variable name change becaause it can break back-compat 2016-07-25 12:29:06 +05:30
Noble Paul
830228602d SOLR-9310: The variable name is confusing. maxInHash is not a hash 2016-07-25 12:15:02 +05:30
Steve Rowe
85a585c516 SOLR-9076: disable broken nightly tests MorphlineBasicMiniMRTest and MorphlineGoLiveMiniMRTest via @AwaitsFix 2016-07-22 14:26:32 -04:00
Nicholas Knize
a00e34495b remove unused import (DocCollection) 2016-07-22 11:46:25 -05:00
Christine Poerschke
f70adac1ab SOLR-9323: remove unused import (SQLHandler) 2016-07-22 17:15:27 +01:00
Noble Paul
0ad365cbd0 SOLR-9323: Expose ClusterSate.getCollectionStates which returns unverified list of collection names 2016-07-22 13:56:58 +05:30
Noble Paul
941dff9bcd SOLR-8995: Use lambdas in CoreAdminHandler 2016-07-21 20:26:14 +05:30
Noble Paul
fb4de6adb1 SOLR-8995: Use lambda to simplify CollectionsHandler 2016-07-20 22:00:55 +05:30
Chris Hostetter
9aa639d45e SOLR-9309: Fix SolrCloud RTG response structure when multi ids requested but only 1 found 2016-07-19 11:11:49 -07:00
Chris Hostetter
08019f4288 SOLR-9288: Fix [docid] transformer to return -1 when used in RTG with uncommitted doc 2016-07-19 10:50:45 -07:00
Noble Paul
b4c8f5678d Merge remote-tracking branch 'origin/master' 2016-07-19 18:21:38 +05:30
Noble Paul
2d1496c83d SOLR-7280: refactored to incorporate Mike's suggestions. Default thread count for cloud is limited to 8 now. In our internal teting 8 has given us the best stability during restarts 2016-07-19 18:21:23 +05:30
Christine Poerschke
832dacffc8 SOLR-9275: fix NPE in SolrCoreParser.init 2016-07-19 11:28:57 +01:00
Chris Hostetter
4123b3bf26 SOLR-9285: Fixed AIOOBE when using ValueSourceAugmenter in single node RTG 2016-07-18 10:21:08 -07:00
Christine Poerschke
6f76ac1314 SOLR-9275: make XML QueryParser support (defType=xmlparser) extensible via configuration 2016-07-18 15:45:33 +01:00
Shalin Shekhar Mangar
05b38f5f21 SOLR-7362: Log the actual payload being sent to Solr 2016-07-18 10:59:23 +05:30
jbernste
10f3700e72 SOLR-9240: Update CHANGES.txt 2016-07-17 21:49:24 -04:00
jbernste
c3c1f8d6e6 SOLR-9240: Added testcase with text field in the fl for topic 2016-07-16 22:36:30 -04:00
jbernste
fc3894e837 SOLR-9240:Support running the topic() Streaming Expression in parallel mode. 2016-07-16 22:36:30 -04:00
Noble Paul
74633594d8 SOLR-7280: precommit errors 2016-07-16 19:54:43 +05:30
Noble Paul
6c1b75b06b SOLR-7280: In cloud-mode sort the cores smartly before loading & limit threads to improve cluster stability 2016-07-16 19:12:59 +05:30
Jan Høydahl
4f45226174 SOLR-9237: Make FvhContainer public 2016-07-16 11:51:06 +02:00
Shalin Shekhar Mangar
833c8ee152 SOLR-9290: MockCoreContainer should call super.shutdown() 2016-07-16 00:59:35 +05:30
Christine Poerschke
f9c9470641 SOLR-9306: give solr/contrib/analysis-extras's test classes access to lucene/analysis's test classes 2016-07-14 10:20:35 +01:00
Steve Rowe
51d4af6859 LUCENE-7013: add licence header position checker to -validate-source-patterns, and fix the violations it found 2016-07-13 13:21:36 -04:00
Christine Poerschke
15e8719b8a LUCENE-7372: Factor out an org.apache.lucene.search.FilterWeight class. 2016-07-13 16:04:24 +01:00
Varun Thacker
eefdc62c99 SOLR-9242: Move license headers to the top + force refresh cluster propery before reading the 'location' param 2016-07-13 14:42:19 +05:30
Adrien Grand
e92a38af90 LUCENE-7355: Add Analyzer#normalize() and use it in query parsers. 2016-07-12 16:33:07 +02:00
Adrien Grand
5def78ba10 LUCENE-7368: Remove queryNorm. 2016-07-12 14:38:36 +02:00
Chris Hostetter
462dc04cb6 SOLR-9287: Including 'score' in the 'fl' param when doing an RTG no longer causes an NPE 2016-07-11 14:35:06 -07:00
Shawn Heisey
e66ff585dd SOLR-9295: Remove BOM (unicode Byte Order Mark) from text files. 2016-07-11 12:06:23 -06:00
Mike McCandless
df9efb8b6d LUCENE-7373: deprecate Directory.renameFile, which both renamed and fsync'd the directory, replacing it with separate rename and syncMetaData methods 2016-07-11 11:15:46 -04:00
Noble Paul
74de196565 SOLR-8995: Use Lamdas for Thread/Runnable 2016-07-11 19:29:15 +05:30
Shalin Shekhar Mangar
42e1caf2bf SOLR-9291: ZkSolrResourceLoader should not retry fetching resources if the server has been shutdown 2016-07-11 07:35:10 +05:30
David Smiley
360b9a3528 SOLR-9270: spatialContextFactory now accepts "JTS" alias. Spatial config attributes with old package names are now rewritten with a warning. 2016-07-09 10:49:12 -04:00
yonik
67b638880d SOLR-9163: sync basic_configs w/ data_driven_schema_configs 2016-07-08 15:43:30 -04:00
Alan Woodward
be8d56ada6 SOLR-9181: Fix race in constructState() and missing call in forceUpdateCollection() 2016-07-08 10:01:31 +01:00
markrmiller
91a9d96454 SOLR-9236: Don't use System.currentTimeMillis. 2016-07-07 20:31:53 -04:00