mirror of https://github.com/apache/lucene.git
Fix typos
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1692688 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2d5f162bb8
commit
ec8b180757
|
@ -338,7 +338,7 @@ Other Changes
|
||||||
* SOLR-7750: Change TestConfig.testDefaults to cover all SolrIndexConfig fields
|
* SOLR-7750: Change TestConfig.testDefaults to cover all SolrIndexConfig fields
|
||||||
(Christine Poerschke via Ramkumar Aiyengar)
|
(Christine Poerschke via Ramkumar Aiyengar)
|
||||||
|
|
||||||
* SOLR-7703: Authentication plugin is now loaded using the RessourceLoader.
|
* SOLR-7703: Authentication plugin is now loaded using the ResourceLoader.
|
||||||
(Avi Digmi via Anshum Gupta)
|
(Avi Digmi via Anshum Gupta)
|
||||||
|
|
||||||
* SOLR-7800: JSON Facet API: the avg() facet function now skips missing values
|
* SOLR-7800: JSON Facet API: the avg() facet function now skips missing values
|
||||||
|
|
|
@ -114,7 +114,7 @@ public class HttpPartitionTest extends AbstractFullDistribZkTestBase {
|
||||||
|
|
||||||
waitForThingsToLevelOut(30000);
|
waitForThingsToLevelOut(30000);
|
||||||
|
|
||||||
log.info("HttpParitionTest succeeded ... shutting down now!");
|
log.info("HttpPartitionTest succeeded ... shutting down now!");
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue