Ref Guide: use headline case for section titles

This commit is contained in:
Cassandra Targett 2018-06-11 14:32:38 -05:00
parent 16242997f2
commit efd1690a06
2 changed files with 3 additions and 3 deletions

View File

@ -512,7 +512,7 @@ To delete the `currentFeatureStore` feature store:
curl -XDELETE 'http://localhost:8983/solr/techproducts/schema/feature-store/currentFeatureStore'
----
==== Using large models
==== Using Large Models
With SolrCloud, large models may fail to upload due to the limitation of ZooKeeper's buffer. In this case, `DefaultWrapperModel` may help you to separate the model definition from uploaded file.

View File

@ -197,12 +197,12 @@ Place all replicas in nodes with freedisk more than 500GB when possible. Here we
[source,json]
{"replica": 0, "freedisk": "<500", "strict" : false}
==== Try to Place all Replicas of type TLOG in nodes with SSD drives
==== Try to Place all Replicas of type TLOG on Nodes with SSD Drives
[source,json]
{ "replica": 0, "diskType" : "!ssd", "type" : "TLOG" }
==== Try to Place all Replicas of type PULL on nodes with rotational disk drives
==== Try to Place all Replicas of type PULL on Nodes with Rotational Disk Drives
[source,json]
{ "replica": 0, "diskType" : "!rotational", "type" : "PULL" }