Commit Graph

30591 Commits

Author SHA1 Message Date
Tomas Fernandez Lobbe c338cf61e7 SOLR-11881: Retry update requests from leaders to followers 2018-08-06 15:56:49 -07:00
Ignacio Vera ea2e564dad LUCENE-8444: Prevent building functionally identical plane bounds when constructing DualCrossingEdgeIterator 2018-08-06 12:40:08 +02:00
Ignacio Vera 70a4939ab4 LUCENE-8445: Tighten condition when two planes are identical to prevent constructing bogus tiles when building GeoPolygons 2018-08-06 09:34:11 +02:00
Adrien Grand 3b15be3781 LUCENE-8060: Fix test bug.
Should use IndexSearcher#count to get accurate counts.
2018-08-05 22:41:02 +02:00
Adrien Grand fb7fce8623 Fix ReqOptSumScorer to not advance backwards. 2018-08-05 22:40:43 +02:00
Noble Paul ffedb99dc8 SOLR-12592: added javadoc 2018-08-05 11:56:22 +10:00
Varun Thacker 592899a419 SOLR-12615: HashQParserPlugin won't throw an NPE for string hash key and documents with empty value 2018-08-04 14:32:36 -07:00
Varun Thacker b33df4ecff SOLR-12622: Ref guide example for configuring SolrSlf4jReporter 2018-08-04 11:13:22 -07:00
noble 664187f73a SOLR-12592: added support for range , percentage and decimal 2018-08-04 16:34:23 +10:00
Jan Høydahl f8db5d0afd SOLR-12614: Make "Nodes" view the default in AdminUI "Cloud" tab 2018-08-03 23:20:48 +02:00
Varun Thacker 0b59b0ed1d SOLR-12617: remove beanutils license and notice files 2018-08-03 13:38:10 -07:00
Varun Thacker e3cdb395a4 SOLR-12617: Remove Commons BeanUtils as a dependency 2018-08-03 09:46:54 -07:00
Nicholas Knize 2a41cbd192 LUCENE-8443: Fix InverseIntersectVisitor logic for LatLonShape queries, add adversarial test for same shape many times 2018-08-03 10:30:47 -05:00
Jan Høydahl 17a02c1089 SOLR-8207: Add "Nodes" view to the Admin UI "Cloud" tab, listing nodes and key metrics 2018-08-03 13:55:11 +02:00
Jim Ferenczi 1af7686cb6 LUCENE-8443: Mute failing test temporarily 2018-08-03 12:38:36 +02:00
Erick 6afd3d1192 SOLR-12028: BadApple and AwaitsFix annotations usage 2018-08-02 17:40:59 -07:00
Nicholas Knize a0e33a9bc8 LUCENE-8440: Add support for indexing and searching Line and Point shapes using LatLonShape encoding 2018-08-02 17:17:37 -05:00
Andrzej Bialecki b5ed6350a0 SOLR-12509: Fix a bug when using round-robin doc assignment. 2018-08-02 21:17:15 +02:00
Andrzej Bialecki d1173b8adc SOLR-12594: MetricsHistoryHandler.getOverseerLeader fails when hostname contains hyphen. 2018-08-02 18:47:58 +02:00
Andrzej Bialecki 5de10c7966 SOLR-12344: SolrSlf4jReporter doesn't set MDC context. 2018-08-02 14:29:47 +02:00
Noble Paul 868e970816 SOLR-12592: support #EQUAL function in cores in autoscaling policies 2018-08-02 15:20:46 +10:00
Shalin Shekhar Mangar 259bc2baf7 SOLR-12607: Fixed two separate bugs in shard splits which can cause data loss. The first case is when using TLOG replicas only, the updates forwarded from parent shard leader to the sub-shard leader are written only in tlog and not the index. If this happens after the buffered updates have been replayed then the updates can never be executed even though they remain the transaction log. The second case is when synchronously forwarding updates to sub-shard leader fails and the underlying errors are not propagated to the client 2018-08-02 08:24:32 +05:30
Adrien Grand 64573c142c LUCENE-8312: Fixed performance regression with non-scoring term queries. 2018-08-01 21:39:55 +02:00
Nicholas Knize 18c2300fd6 LUCENE-8435: Add new LatLonShapePolygonQuery for querying indexed LatLonShape fields by arbitrary polygons 2018-08-01 12:53:36 -05:00
Jim Ferenczi 679b4aa71d LUCENE-8441: IndexWriter now checks doc value type of index sort fields and fails the document if they are not compatible. 2018-08-01 18:28:51 +02:00
Andrzej Bialecki 1133bf98a5 SOLR-12509: Improve SplitShardCmd performance and reliability. 2018-08-01 16:30:59 +02:00
Adrien Grand c6e0c2875d Make the nightly test smaller.
Cherry-picked from 3203e99d8f.
2018-08-01 16:24:59 +02:00
Adrien Grand e56c8722ce Revert "Make the nightly test smaller so that it does not fail with GC overhead exceeded (OOM). Clean up random number fetching to make it shorter."
This reverts commit 3203e99d8f.
2018-08-01 15:44:57 +02:00
Adrien Grand 86a39fa29f Revert "Fix AAIOOBE in GeoTestUtil."
This reverts commit c3e813188e.
2018-08-01 15:44:47 +02:00
Adrien Grand c3e813188e Fix AAIOOBE in GeoTestUtil. 2018-08-01 15:17:53 +02:00
Adrien Grand 116309160e LUCENE-8060: ToChildBlockJoinQuery can't delegate getMaxScore but not advanceShallow. 2018-08-01 14:42:37 +02:00
Dawid Weiss 3203e99d8f Make the nightly test smaller so that it does not fail with GC overhead exceeded (OOM). Clean up random number fetching to make it shorter. 2018-08-01 14:05:02 +02:00
Adrien Grand 5dffff7df7 LUCENE-8437: CheckIndex shouldn't duplicate SegmentInfos' serialization logic. 2018-08-01 10:11:40 +02:00
Adrien Grand 99dbe93681 LUCENE-8060: IndexSearcher's search and searchAfter methods now only compute total hit counts accurately up to 1,000. 2018-08-01 09:01:21 +02:00
Cao Manh Dat 0dc124aa78 SOLR-12412: Fix precommit 2018-08-01 07:14:41 +07:00
Cao Manh Dat eada799f57 SOLR-12412: Leak transaction log on tragic event 2018-08-01 07:13:41 +07:00
Varun Thacker c9e3c456e3 SOLR-11807: Simply testing of createNodeSet with restoring collection and fixing the test failure 2018-07-31 15:19:23 -07:00
Adrien Grand 96e985a348 LUCENE-8391: Make TestUpgradeIndexMergePolicy faster when merging a TieredMergePolicy. 2018-07-31 21:33:11 +02:00
Christine Poerschke 1a870876c2 Fix 'redundant cast to long' warning in TestTieredMergePolicy. 2018-07-31 19:29:50 +01:00
Christine Poerschke 8a4482805b SOLR-12609: include actual value in two MathExpressionTest.testMultiVariateNormalDistribution asserts 2018-07-31 19:29:50 +01:00
Christine Poerschke 4a1ee046c3 SOLR-12402: Factor out SolrDefaultStreamFactory class. 2018-07-31 19:29:43 +01:00
Cassandra Targett 13960594e4 SOLR-11870: Ref Guide: Add docs on filter param for ICU filters 2018-07-31 13:17:14 -05:00
Cassandra Targett ecad9198d8 SOLR-12448: Fix outdated docs that say autoAddReplicas is for shared FS only in Ref Guide and v2 API specs 2018-07-31 12:25:45 -05:00
Christine Poerschke 6fbaf698b9 SOLR-12557: standardise solr/core (private) logger names 2018-07-31 17:00:11 +01:00
Christine Poerschke 9262ed7e56 SOLR-12558: solr/core (private) logger renames 2018-07-31 16:58:51 +01:00
Alexandre Rafalovitch abd6b07ea9 SOLR-12574: Fix the SignificantTermStream to use the new bucket format 2018-07-31 08:18:39 -04:00
Noble Paul 4602e4de45 SOLR-12601: Refactor the autoscaling package to improve readability 2018-07-31 13:12:34 +10:00
Steve Rowe a08eadb480 Fix InfixSuggestersTest.testShutdownDuringBuild() failures 2018-07-30 22:49:49 -04:00
Varun Thacker 8d28bbc905 SOLR-12477: Return server error(500) for AlreadyClosedException instead of client Errors(400) . This closes PR #402 2018-07-30 17:42:03 -07:00
Cassandra Targett ea221069c3 SOLR-12164: Ref Guide - improve index.adoc so it's a nicer landing page for the Guide 2018-07-30 14:11:55 -05:00