Commit Graph

28762 Commits

Author SHA1 Message Date
Cao Manh Dat 9fac59ef55 SOLR-11443: Update CHANGES.txt 2017-10-17 09:59:45 +07:00
Steve Rowe dabb9ed325 LUCENE-7995: 'ant stage-maven-artifacts' should work from the top-level project directory, and should provide a better error message when its 'maven.dist.dir' param points to a non-existent directory 2017-10-16 16:00:14 -04:00
Noble Paul fb97ff1400 SOLR-11359: Refactored 2017-10-17 00:06:42 +10:30
Noble Paul 141b08a40f SOLR-11359: Refactored 2017-10-16 23:57:29 +10:30
Mike McCandless e5c5acca94 add assertions to validate usage of FieldInfos Builder API 2017-10-16 07:05:41 -04:00
Andrzej Bialecki fc88e225d2 SOLR-11491: Support retrieval of cluster properties in HttpClusterStateProvider. 2017-10-16 10:09:58 +02:00
Ishan Chattopadhyaya 55de39bb74 Adding 6.6.2 CHANGES.txt entries 2017-10-15 05:52:27 +05:30
Andrzej Bialecki 8dd489edce SOLR-11285: Support simulations at scale in the autoscaling framework,
part 1 (refactoring).
2017-10-14 18:15:40 +02:00
Cao Manh Dat 9543e85460 SOLR-11443: Remove the usage of workqueue for Overseer 2017-10-14 09:33:17 +07:00
Steve Rowe ec81838203 remove unreleased/unsupported java9 note 2017-10-13 19:37:15 -04:00
Shalin Shekhar Mangar eef660e773 SOLR-10335: Adding entry to CHANGES.txt 2017-10-14 01:49:25 +05:30
Shalin Shekhar Mangar 9d2f0cf254 SOLR-10335: Merge branch 'SOLR-10335' of https://github.com/tballison/lucene-solr 2017-10-13 20:24:25 +05:30
Christine Poerschke 926cc4d65b SOLR-11477: Disallow resolving of external entities in Lucene queryparser/xml/CoreParser and SolrCoreParser (defType=xmlparser or {!xmlparser ...}) by default.
(Michael Stepankin, Olga Barinova, Uwe Schindler, Christine Poerschke)
2017-10-13 12:51:19 +01:00
Uwe Schindler 7b313bb597 SOLR-11482: RunExecutableListener was removed for security reasons 2017-10-13 13:48:18 +02:00
Cao Manh Dat 8a7d04a658 SOLR-11447: ZkStateWriter should process commands in atomic 2017-10-13 15:23:44 +07:00
Varun Thacker 6fecf849b6 SOLR-11467: Added extra logging to debug jenkins CDCR failures 2017-10-12 20:45:41 -07:00
Cao Manh Dat 4bc7fd2bd5 SOLR-11445: Upgrade CHANGES.txt 2017-10-13 08:17:09 +07:00
Chris Hostetter cd1a635898 SOLR-11469: disable LeaderElectionContextKeyTest since we know it's logically flawed 2017-10-12 13:41:10 -07:00
Cassandra Targett 05ce968482 Ref Guide: fix "how to edit Jekyll" docs so section-toc optional parameter displays in output 2017-10-12 09:51:59 -05:00
Noble Paul 4f52d2db10 SOLR-11451: ComputePlanActionTest.testNodeLost() failure 2017-10-13 00:13:42 +10:30
Cassandra Targett a28474ec6f Ref Guide: fix anchor refs that failed the build 2017-10-12 06:34:54 -05:00
Andrzej Bialecki d8c132129e Some details about .system trigger listener, other minor edits. 2017-10-12 12:22:17 +02:00
Cao Manh Dat bac4049317 Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/lucene-solr 2017-10-12 15:08:41 +07:00
Cao Manh Dat df5fefb0db SOLR-11445: Overseer should not hang when process bad message 2017-10-12 15:08:24 +07:00
Chris Hostetter 8c39b37c5a SOLR-11456: Fix HealthCheckHandlerTest's bogus asserts and timing/order related flakiness 2017-10-11 15:30:32 -07:00
Andrzej Bialecki 5e69a465ee SOLR-11407: Add more logging to this test to discover the reason for failures. 2017-10-11 19:26:00 +02:00
Shalin Shekhar Mangar 94aa188684 Copy the latest lucene's NOTICE.txt contents into Solr's NOTICE.txt 2017-10-11 13:51:48 +05:30
Shalin Shekhar Mangar b8e50f3824 Use the right root dir with the --no-prepare option 2017-10-11 12:53:23 +05:30
Chris Hostetter b21721f152 SOLR-11055: Add 'commitWithin' testing (of both soft/hard commits) to SoftAutoCommitTest 2017-10-10 09:08:25 -07:00
Noble Paul 371f731520 SOLR-11451: added logging to track the failures 2017-10-11 00:42:55 +10:30
Shalin Shekhar Mangar 11a10756ce SOLR-11076: Adding CHANGES.txt entry
(cherry picked from commit bef7178)
2017-10-10 19:08:58 +05:30
tballison 605304d927 tika's default was switched to "process embedded" -- need to send EmptyParser
into ParseContext now to turn off parsing of embedded documents

add curvesapi for vsdx and unit test.
2017-10-10 08:23:59 -04:00
Shalin Shekhar Mangar 1231f7fa9b Adding version 7.2.0 2017-10-10 17:44:33 +05:30
Andrzej Bialecki 338a421175 SOLR-11449: MoveReplicaCmd mistakenly called registerCollectionStateWatcher on failure. 2017-10-10 12:43:32 +02:00
Cao Manh Dat 5e1474dca4 SOLR-11452: TestTlogReplica.testOnlyLeaderIndexes() failure 2017-10-10 10:11:59 +07:00
David Smiley 0673c57ecf LUCENE-7951: add back Geo3dShape.toString 2017-10-09 22:24:06 -04:00
Karl Wright 2f6039f1be Update CHANGES.txt 2017-10-09 20:46:17 -04:00
Joel Bernstein f2d1a997dd SOLR-10651: binomialCoefficient Stream Evaluator to CHANGES.txt 2017-10-09 19:55:40 -04:00
Joel Bernstein 4fbfc81cf5 SOLR-10651: Fix 7.1 CHANGES.txt 2017-10-09 19:34:34 -04:00
Joel Bernstein a7ee4d0062 SOLR-10651: Update 7.1 CHANGES.txt 2017-10-09 19:24:16 -04:00
Adrien Grand 8c20fee8c9 Remove unused sha1. 2017-10-09 09:40:03 +02:00
Joel Bernstein aa6ec0ee54 SOLR-11377: Add expMovingAverage (exponential moving average) Stream Evaluator 2017-10-08 21:03:47 -04:00
Joel Bernstein b9c8aa7059 SOLR-11439: Add harmonicFit Stream Evaluator 2017-10-08 21:03:47 -04:00
Erick Erickson e92bde1e7e SOLR-11426: TestLazyCores fails too often, trying to debug 2017-10-07 22:12:03 -07:00
Erick Erickson f0a4b2dafe Revert "SOLR-11426: TestLazyCores fails too often. Adding debugging code MASTER ONLY since I can't get it to fail locally"
This reverts commit 37fb60d
2017-10-06 17:24:37 -07:00
Varun Thacker e30171397e SOLR-11306: Fix inaccurate comments on docValues and StrField in the example schemas 2017-10-06 15:48:58 -07:00
Steve Rowe b907bf40cf Sync 7.0.1 changes 2017-10-06 17:51:04 -04:00
Cassandra Targett 355deca0cf Ref Guide: by request, make percentile examples consistent; add superscript notation 2017-10-06 15:59:18 -05:00
Cassandra Targett f6661decab Ref Guide: Fix examples that got munged from Confluence conversion; make all HTTP request examples in code blocks 2017-10-06 15:26:13 -05:00
Steve Rowe 74b407d188 Add Lucene & Solr 7.0.1 2017-10-06 16:21:41 -04:00