Commit Graph

27043 Commits

Author SHA1 Message Date
Christine Poerschke 471d842742 Remove outdated comment. 2017-02-24 18:38:11 +00:00
Jan Høydahl 95d6fc2512 SOLR-9640: Support PKI authentication and SSL in standalone-mode master/slave auth with local security.json 2017-02-24 14:30:42 +01:00
Simon Willnauer 5eeb8136f3 LUCENE-7707: Use predefined shard index when mergeing top docs if present.
This allows to use TopDoc#merge to merge shard responses incrementally
instead of once all shard responses are present.
2017-02-24 11:43:24 +01:00
yonik 05c17c9a51 SOLR-9764: fix CHANGES entry 2017-02-23 16:55:36 -05:00
Joel Bernstein a0aef2faaf SOLR-10156: Increase the overfetch 2017-02-23 15:12:08 -05:00
Joel Bernstein dba733e7aa SOLR-10156: Add significantTerms Streaming Expression 2017-02-23 14:18:03 -05:00
Uwe Schindler 894a43b259 SOLR-9450: The docs/ folder in the binary distribution now contains a single index.html file linking to the online documentation, reducing the size of the download 2017-02-23 15:43:45 +01:00
Mike McCandless 3ad6e41910 add javadocs explaining SynonymGraphFilter's ignoreCase 2017-02-23 07:23:24 -05:00
Dawid Weiss 8ed8ecfc7e LUCENE-7706: Update MergeScheduler's documentation - clone() is no longer there 2017-02-23 11:51:03 +01:00
Erick Erickson 8367e159e4 SOLR-10021: Cannot reload a core if it fails initialization. 2017-02-22 17:46:36 -08:00
markrmiller c53b7c33b0 SOLR-10195: Harden AbstractSolrMorphlineZkTestBase based tests. 2017-02-22 19:50:19 -05:00
Jan Høydahl 1e206d820a SOLR-10055: Linux installer now renames existing bin/solr.in.* as bin/solr.in.*.orig to avoid wrong resolving. 2017-02-22 23:44:19 +01:00
Mike McCandless 4e2cf61ac7 LUCENE-7686: add efficient de-duping to the NRT document suggester 2017-02-22 16:04:26 -05:00
markrmiller 29a5ea44a7 SOLR-10193: Improve MiniSolrCloudCluster#shutdown. 2017-02-22 15:58:12 -05:00
markrmiller d6337ac3e5 SOLR-9824: Some bulk update paths could be very slow due to CUSC polling. 2017-02-22 14:44:18 -05:00
markrmiller 2f82409e5b SOLR-9855: DynamicInterceptor in HttpClientUtils use synchronization that can deadlock and puts a global mutex around per request process calls. 2017-02-22 14:44:18 -05:00
markrmiller be64c26c27 SOLR-10126: Improve test a bit. 2017-02-22 14:44:17 -05:00
Tomas Fernandez Lobbe 55ef713eb2 SOLR-10143: Added CHANGES entry 2017-02-22 10:32:54 -08:00
Tomas Fernandez Lobbe 21690f5e12 SOLR-10143: PointFields will create IndexOrDocValuesQuery when a field is both, indexed=true and docValues=true 2017-02-22 10:31:12 -08:00
Steve Rowe 6ddf3693bb solr/CHANGES.txt: Re-order a couple entries in the 6.5.0 section to make it like the branch_6x version 2017-02-22 13:23:34 -05:00
Steve Rowe 9bc3fa39c8 Sync 6.5.0 section in solr/CHANGES.txt with the branch_6x version. 2017-02-22 13:11:11 -05:00
Christine Poerschke b9b699fbeb LUCENE-7676: move CHANGES.txt entry from 6.5.0 to (newly created) 6.4.2 section. 2017-02-22 17:59:52 +00:00
Christine Poerschke 18a2509ae3 SOLR-10083: move CHANGES.txt entry from 6.5.0 to 6.4.2 section. 2017-02-22 17:40:17 +00:00
markrmiller 9a39e9156a SOLR-10136: @AwaitsFix this test. 2017-02-22 11:04:16 -05:00
markrmiller f4b73d076d SOLR-10191: @BadApple this test. 2017-02-22 11:00:59 -05:00
markrmiller 38a66f5452 tests: get leader to base clase 2017-02-22 09:57:30 -05:00
markrmiller a342d6bba6 test: speed up test 2017-02-22 09:56:59 -05:00
markrmiller eb9e3cba8d SOLR-9848: Lower solr.cloud.wait-for-updates-with-stale-state-pause back down from 7 seconds. 2017-02-22 09:54:48 -05:00
markrmiller b28dc3fe34 SOLR-9849: Use a very low value for solr.cloud.wait-for-updates-with-stale-state-pause in tests. 2017-02-22 09:52:51 -05:00
markrmiller f2f8154d0b SOLR-9842: UpdateRequestProcessors have no way to guarantee the closing of resources used for a request. 2017-02-22 09:50:28 -05:00
Christine Poerschke ee55bec9f0 SOLR-10173: Make HttpShardHandlerFactory.getReplicaListTransformer more extensible. (Ramsey Haddad via Christine Poerschke) 2017-02-22 14:15:40 +00:00
Jim Ferenczi 365a7ac0db LUCENE-7702: Remove GraphQuery in favor of simple boolean query. 2017-02-22 14:49:05 +01:00
Jim Ferenczi 96e8f0a0af LUCENE-7699: Query parsers now use span queries to produce more efficient phrase queries for multi-token synonyms. 2017-02-22 14:05:21 +01:00
Mike McCandless b9c9cddff7 LUCENE-7698: fix CommonGramsQueryFilter to not produce a disconnected token graph 2017-02-22 05:16:47 -05:00
Erick 14b3622608 SOLR-10020: CoreAdminHandler silently swallows some errors 2017-02-21 21:59:26 -08:00
yonik cf1cba66f4 SOLR-10121: enable BlockCacheTest.testBlockCacheConcurrent that now passes 2017-02-21 18:56:39 -05:00
markrmiller 3771e7d2c7 SOLR-10126: @BadApple this test, fails frequently on Jenkins cluster. 2017-02-21 18:05:41 -05:00
yonik e9e02a2313 SOLR-10141: Upgrade to Caffeine 2.4.0 to fix issues with removal listener 2017-02-21 17:15:05 -05:00
Mike McCandless 2d03aa21a2 LUCENE-7465: fix corner case in SimplePattern/SplitTokenizer when lookahead hits end of input 2017-02-21 10:51:38 -05:00
Alan Woodward ac38872a79 LUCENE-7628: Scorer.getChildren() returns only matching child scorers 2017-02-21 13:44:25 +00:00
markrmiller fa5851095f SOLR-10175: Rename test so it doesn't match test glob pattern. 2017-02-20 21:40:00 -05:00
Christine Poerschke e8f4746ec4 SOLR-10175: turn TestAnalyticsQParserPlugin's @Ignore into @AwaitsFix 2017-02-20 17:39:46 +00:00
Christine Poerschke 6f9acb5154 LUCENE-7688: Add OneMergeWrappingMergePolicy class. (Keith Laban, Christine Poerschke) 2017-02-20 17:38:38 +00:00
Christine Poerschke cf63ad9797 SOLR-10142: turn TestClassNameShortening's @Ignore into @AwaitsFix 2017-02-20 10:54:09 +00:00
markrmiller 8c1e67e30e SOLR-10170: ClassCastException in RecoveryStrategy. 2017-02-19 20:38:32 -05:00
markrmiller 72f71275b2 SOLR-8129: Harden HdfsChaosMonkeyNothingIsSafeTest some 2017-02-19 20:38:32 -05:00
markrmiller 06707cca64 tests: always use global blockcache for chaosmonkey tests. 2017-02-19 20:38:32 -05:00
markrmiller 33466cb0b7 SOLR-10168: ShardSplit can fail with NPE in OverseerCollectionMessageHandler#waitForCoreAdminAsyncCallToComplete. 2017-02-19 20:38:31 -05:00
markrmiller 9ca3d57b2b SOLR-10166: TestLBHttpSolrClient needs to be hardened. 2017-02-19 20:38:31 -05:00
Chris Hostetter 5fb94cee68 Fix (generic) return type
w/o this change class won't compile using jdk9-ea157
2017-02-19 18:09:35 -07:00