mirror of https://github.com/apache/lucene.git
Ref Guide: use headline case for section titles
This commit is contained in:
parent
16242997f2
commit
efd1690a06
|
@ -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.
|
||||
|
||||
|
|
|
@ -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" }
|
||||
|
|
Loading…
Reference in New Issue