Commit Graph

12141 Commits

Author SHA1 Message Date
Noble Paul be4a33938d SOLR-12592: added more validation and tests 2018-08-14 01:11:01 +10:00
Jan Høydahl 767223ddd3 SOLR-8207: Nodes view support for shard_1_1_1 format and replica1, replica_1 format. Show core state in label if not 'active' 2018-08-13 12:38:19 +02:00
Jan Høydahl 69b2af33fb SOLR-10984: Clean up web.xml, removing old redirects and outdated comments 2018-08-13 10:39:21 +02:00
Joel Bernstein 17eb8cd14d SOLR-12634: Add gaussfit Stream Evaluator 2018-08-11 14:17:44 -04:00
Uwe Schindler 928b92caa0 SOLR-12655: Add Korean morphological analyzer ("nori") to default distribution. This also adds examples for configuration in Solr's schema 2018-08-11 14:07:31 +02:00
Cassandra Targett cdc0959afc Ref Guide: small typos; i.e. and e.g. cleanups 2018-08-10 14:58:57 -05:00
Cassandra Targett 4a3f8f6b44 SOLR-12599: clarify availability and number of debug parameters 2018-08-10 14:19:53 -05:00
Cassandra Targett 89a1655e7f SOLR-11766: Move Streaming Expressions to be top-level section of Ref Guide 2018-08-10 08:54:43 -05:00
Cassandra Targett dfb33e97d0 Ref Guide: standardize section titles to use headline case 2018-08-10 08:54:43 -05:00
Cassandra Targett e46c6b83a4 SOLR-11990: standardize "co-locate" for "colocate" throughout 2018-08-10 08:54:43 -05:00
Cassandra Targett d1c73ff6f6 SOLR-11947: Change math-expressions.adoc to remove level 2 section headings; use headline case for dsp.adoc section titles 2018-08-10 08:54:43 -05:00
Joel Bernstein 71310a4722 SOLR-11585: Solr SQL does not work with point numeric fields 2018-08-09 19:57:50 -04:00
Jason Gerlowski 00aeb64c10 SOLR-12555: Use `expectThrows` for expected exceptions
This commit replaces the `try { doX(); fail(); }` pattern with the
`expectThrows` test helper, which was created for this purpose.  This
commit makes these changes in the core package: `o.a.solr.cloud`.

Closes #425
2018-08-09 15:46:50 -04:00
Mikhail Khludnev 63fc1246f7 SOLR-11834: rollback [subquery] fields documentation 2018-08-09 20:28:45 +03:00
Steve Rowe 6c11284e7c SOLR-12636: escape arrow glyph to fix precommit 2018-08-09 09:56:17 -04:00
Joel Bernstein cb1db48252 SOLR-11863: Add knnRegress Stream Evaluator to support nearest neighbor regression 2018-08-08 21:05:21 -04:00
Varun Thacker e9f3a3ce1d SOLR-12616: Optimize Export writer upto 4 sort fields to get better performance. This was removed in SOLR-11598 but brought back in the same version 2018-08-08 13:28:00 -07:00
Varun Thacker 7c4584bd4f SOLR-11008: Use a lighter config for MetricsHandlerTest and ensure the core is up before the test starts 2018-08-08 13:28:00 -07:00
Steve Rowe 37e8fea22e SOLR-12636: Improve autoscaling policy rules documentation 2018-08-08 14:23:08 -04:00
Noble Paul 9b418a4593 SOLR-12618: AutoScalingHandlerTest failing in jenkins 2018-08-09 01:24:03 +10:00
Cassandra Targett 2674c53809 Ref Guide: fix typo in MODIFYCOLLECTION example 2018-08-08 08:53:15 -05:00
Jan Høydahl 6845bbff55 SOLR-8207: Collections with underscores in name no longer cause a crash the Cloud->Nodes UI 2018-08-08 15:25:43 +02:00
Jan Høydahl 9306922d65 SOLR-7767: "ZK Status" sub menu under "Cloud" tab to see status of zookeeper ensemble 2018-08-08 12:43:19 +02:00
Moshe 38bf976cd4 SOLR-12485: Solr-Update XML format now accepts child documents under a field
thus providing a semantic relationship.  (like allowed for JSON).
Improved XML.java a bit
Closes #430
2018-08-07 13:52:11 -04:00
David Smiley c3887b351e SOLR-12586: Change ParseDateFieldUpdateProcessorFactory to use java.time.DateTimeFormatter, not Joda Time.
Note: slightly different pattern language!
Remove Joda Time.
Closes #428
2018-08-07 11:51:16 -04:00
Joel Bernstein 2ca5a6d12e SOLR-12629: The predict evaluator should work with the polyfit function 2018-08-07 10:31:53 -04:00
Andrzej Bialecki 208d59b5e3 SOLR-12541: Metrics handler throws an error if there are transient cores. 2018-08-07 13:21:41 +02:00
Erick Erickson 08ca54f1f8 SOLR-11770: NPE in tvrh if no field is specified and document doesn't contain any fields with term vectors, forgot to add CHANGES.txt 2018-08-06 20:05:52 -07:00
Erick Erickson 96e8392921 SOLR-11770: NPE in tvrh if no field is specified and document doesn't contain any fields with term vectors 2018-08-06 20:04:59 -07:00
Tomas Fernandez Lobbe 896fd0ebd5 SOLR-12222: Improve TestDistributedSearch search
Consider the case when the distributed requests fails with timeAllowed before it reaches the shards
2018-08-06 16:58:08 -07:00
Tomas Fernandez Lobbe db1e0642cb SOLR-12626: TestInjection.waitForInSyncWithLeader retries in case of errors
When waiting for follower replicas to be in sync with the leader, TestInjection.waitForInSyncWithLeader
now keeps waiting even if it gets an exception while trying to get leader's replication details. The
method will only exit when it exhausts the number of retries or succeeds.
2018-08-06 15:59:25 -07:00
Tomas Fernandez Lobbe c338cf61e7 SOLR-11881: Retry update requests from leaders to followers 2018-08-06 15:56:49 -07: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
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
Erick 6afd3d1192 SOLR-12028: BadApple and AwaitsFix annotations usage 2018-08-02 17:40:59 -07: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
Andrzej Bialecki 1133bf98a5 SOLR-12509: Improve SplitShardCmd performance and reliability. 2018-08-01 16:30:59 +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