Commit Graph

10225 Commits

Author SHA1 Message Date
Anshum Gupta 7b5c50c3c8 SOLR-11059: Randomize PointFields in schema-blockjoinfacetcomponent.xml and all related tests 2017-07-12 16:19:44 -07:00
Anshum Gupta 8d7e3cc929 SOLR-11048: Randomize PointsFields in schema-add-schema-fields-update-processor.xml in solr-core collection1 and all affected tests 2017-07-12 14:36:15 -07:00
Christine Poerschke e730ced5ef Consistently use ZkStateReader.CONSTANT in Replica.java (instead of mix of ZkStateReader.CONSTANT and import ZkStateReader.CONSTANT). 2017-07-12 17:14:24 +01:00
Steve Rowe 00b5930cc9 SOLR-10796: comment out debug printing 2017-07-12 11:59:15 -04:00
Steve Rowe 6188c8ce38 SOLR-10796: fix long overflow in testLongPointFieldRangeFacet() 2017-07-12 11:56:21 -04:00
Joel Bernstein d65cbac7b2 SOLR-11046: Update CHANGES.txt 2017-07-12 10:56:07 -04:00
Joel Bernstein d35da77b72 SOLR-11046: Add residuals Stream Evaluator 2017-07-12 10:28:52 -04:00
Cao Manh Dat f22dc37718 SOLR-11041: Move testDataDirAndUlogAreMaintained() to another class, so it won't affect MoveReplicaTest.test() 2017-07-12 17:12:48 +07:00
Cao Manh Dat 61c612efd7 Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/lucene-solr 2017-07-12 14:07:43 +07:00
Cao Manh Dat ad7f2a787d SOLR-11041: MoveReplicaCmd do not specify ulog dir in case of HDFS 2017-07-12 14:07:27 +07:00
Steve Rowe 8a3ca50c1a SOLR-10796: try again to fix failing stats tests: fix hard-coded assertions to depend on doc count where it's affected by the random multiplier. 2017-07-11 15:02:49 -04:00
Erick Erickson ce949aacdc SOLR-11024: ParallelStream should set the StreamContext when constructing SolrStreams added to CHANGES.txt 2017-07-11 08:31:05 -07:00
Steve Rowe 5dbcb28acc SOLR-10796: fix failing stats tests by starting with an empty index. 2017-07-11 10:49:16 -04:00
Tomas Fernandez Lobbe 57f7493c1a Suppress object release tracker for TestPullReplicaErrorHandling 2017-07-10 19:07:55 -07:00
Steve Rowe 5bb09e0852 SOLR-10796: TestPointFields: increase randomized testing of non-trivial values 2017-07-10 19:58:23 -04:00
Chris Hostetter 20153595a4 SOLR-10898: Fix SOLR-10898 to not deterministicly fail 1/512 runs 2017-07-10 14:41:33 -07:00
Cassandra Targett bf7bd2b3b9 SOLR-10892: change from tables for params; change heading levels so lookup and dictionary impls aren't buried 2017-07-10 14:38:19 -05:00
Jan Høydahl 500080d6e4 SOLR-11039: Next button in Solr admin UI for collection list pagination does not work 2017-07-10 01:23:04 +02:00
Ishan Chattopadhyaya b29951ff2b SOLR-10920: Warning for production use of _default configset's data-driven functionality 2017-07-09 17:05:38 +05:30
Scott Blum cd2f635f0b SOLR-11025: fix OverseerTest.testShardLeaderChange() failures 2017-07-07 15:56:09 -04:00
Varun Thacker df3a9b3531 SOLR-11021: The elevate.xml config-file is now optional in the ElevationComponent. The default configset doesn't ship with an elevate.xml file anymore 2017-07-07 12:42:49 -07:00
Christine Poerschke 14ec46c7f8 SOLR-10964: Reduce SolrIndexSearcher casting in LTRRescorer. 2017-07-07 17:37:19 +01:00
Christine Poerschke b123ebad48 SOLR-10985: Remove unnecessary toString() calls in solr-core's search package's debug logging.
(Michael Braun via Christine Poerschke)
2017-07-07 17:37:19 +01:00
Chris Hostetter 5d1f57f882 SOLR-10989: Fixup to correct SOLR-11020 test failures (root discrepency caused by SOLR-10924) 2017-07-07 08:06:10 -07:00
Ishan Chattopadhyaya 5f28780e5d SOLR-10282: bin/solr support for enabling Kerberos authentication 2017-07-07 15:31:03 +05:30
Joel Bernstein 7051a7919f SOLR-11024: ParallelStream should set the StreamContext when constructing SolrStreams 2017-07-06 20:54:19 -04:00
Varun Thacker 74b609cf88 SOLR-10826: Fix CloudSolrClient to expand the collection parameter correctly 2017-07-06 13:30:11 -07:00
Joel Bernstein b64c924e3e SOLR-11019: Update CHANGES.txt 2017-07-06 15:44:38 -04:00
Joel Bernstein 01d0ce3258 SOLR-11019: Add addAll Stream Evaluator 2017-07-06 15:22:47 -04:00
Chris Hostetter d81daf54b4 SOLR-11016: Fix TestCloudJSONFacetJoinDomain test-only bug 2017-07-06 09:33:20 -07:00
Steve Rowe 510608decb SOLR-9526: fix javadocs 2017-07-06 11:46:21 -04:00
Jan Høydahl a60ec1b432 SOLR-9526: Data driven schema now indexes text field "foo" as both "foo" (text_general) and as "foo_str" (string) to facilitate both search and faceting 2017-07-06 15:56:51 +02:00
Jan Høydahl 80b1430a3e SOLR-10748: Make stream.body configurable and disabled by default 2017-07-06 15:02:55 +02:00
Ishan Chattopadhyaya 112bdda47e SOLR-10574, SOLR-10272: Refguide documentation for _default configset 2017-07-06 17:54:02 +05:30
Houston Putman 88b7ed1d46 SOLR-10123: Fix to better support numeric PointFields. Unit tests now use randomized numeric fields.
Closes #215
2017-07-06 06:40:47 -04:00
Mikhail Khludnev b200ba5bf4 SOLR-10668: fix NPE at sort=childfield(..) .. on absent values 2017-07-06 10:42:49 +03:00
Scott Blum 380eed838d SOLR-10983: Fix DOWNNODE -> queue-work explosion 2017-07-05 20:01:52 -04:00
Varun Thacker d13e70f683 SOLR-10967: Cleanup the schema for the default configset 2017-07-05 14:49:54 -07:00
Tomas Fernandez Lobbe 16a1a6f76f SOLR-11015: Use a higher socket timeout for creating testcollection in ChaosMonkeyNothingIsSafe* 2017-07-05 14:01:24 -07:00
Tomas Fernandez Lobbe f0cc3769b5 SOLR-11015: Increase socket timeout time for client used for admin operations in ChaosMonkey tests 2017-07-05 11:55:50 -07:00
Anshum Gupta 30e9b51af7 SOLR-11004: Consolidate SolrClient builder code into an abstract base class to reduce duplication. 2017-07-05 11:47:01 -07:00
Mike McCandless 6abff51ede LUCENE-7899: rename FieldValueQuery to DocValuesFieldExistsQuery 2017-07-05 10:50:34 -04:00
Simon Willnauer ff7ccdeebb LUCENE-7896: Upgrade to randomizedRunner-2.5.2 2017-07-05 16:12:32 +02:00
Andrzej Bialecki 48b4960e0c SOLR-11010 Tentative fix for jenkins test failures. 2017-07-05 11:30:01 +02:00
Andrzej Bialecki cb23fa9b4e SOLR-10879: Make sure we don't lose single replicas when deleting a node. 2017-07-04 20:19:08 +02:00
Andrzej Bialecki ddfa074214 SOLR-10878: Fix precommit. 2017-07-04 19:46:30 +02:00
Adrien Grand 1e6e4022cf LUCENE-7892: Add "slow" to factory methods of doc-values queries. 2017-07-04 16:44:13 +02:00
Christine Poerschke db71c5615a SOLR-10957: Changed SolrCoreParser.init to use the resource loader from getSchema() instead of the resource loader from getCore(). 2017-07-04 14:13:00 +01:00
Christine Poerschke d3c67cf5e4 SOLR-10827: Factor out abstract FilteringSolrMetricReporter class. 2017-07-04 14:13:00 +01:00
Andrzej Bialecki bc37e8b4cc SOLR-10878: MOVEREPLICA command may lose data when replicationFactor==1. 2017-07-04 13:25:47 +02:00