mirror of https://github.com/apache/lucene.git
Ref Guide: fix build errors and warnings
This commit is contained in:
parent
b71e803210
commit
42bb0d0464
|
@ -44,7 +44,6 @@ CDCR is configured to replicate from collections in the Source cluster to collec
|
||||||
|
|
||||||
CDCR can be configured to replicate from one collection to a second collection _within the same cluster_. That is a specialized scenario not covered in this document.
|
CDCR can be configured to replicate from one collection to a second collection _within the same cluster_. That is a specialized scenario not covered in this document.
|
||||||
|
|
||||||
[glossary]
|
|
||||||
== CDCR Glossary
|
== CDCR Glossary
|
||||||
|
|
||||||
Terms used in this document include:
|
Terms used in this document include:
|
||||||
|
|
|
@ -41,7 +41,8 @@ include::meta-docs/asciidoc-syntax.adoc[leveloffset=+2]
|
||||||
include::meta-docs/editing-tools.adoc[leveloffset=+2]
|
include::meta-docs/editing-tools.adoc[leveloffset=+2]
|
||||||
|
|
||||||
== Modifying the Output Formats
|
== Modifying the Output Formats
|
||||||
The Solr Reference Guide is published in two formats, HTML and PDF. Different tools are used for each.
|
The Solr Reference Guide is published in two formats: HTML and PDF. Different tools are used for each.
|
||||||
|
|
||||||
include::meta-docs/jekyll.adoc[leveloffset=+2]
|
include::meta-docs/jekyll.adoc[leveloffset=+2]
|
||||||
|
|
||||||
include::meta-docs/pdf.adoc[leveloffset=+2]
|
include::meta-docs/pdf.adoc[leveloffset=+2]
|
||||||
|
|
|
@ -61,7 +61,9 @@ See the section <<solrcloud-autoscaling-api.adoc#create-and-modify-cluster-prefe
|
||||||
The following shows the default cluster preferences. This is applied automatically by Solr when no explicit cluster preferences have been set using the <<solrcloud-autoscaling-api.adoc#solrcloud-autoscaling-api,Autoscaling API>>.
|
The following shows the default cluster preferences. This is applied automatically by Solr when no explicit cluster preferences have been set using the <<solrcloud-autoscaling-api.adoc#solrcloud-autoscaling-api,Autoscaling API>>.
|
||||||
|
|
||||||
[source,json]
|
[source,json]
|
||||||
[{"minimize":"cores"}]
|
[
|
||||||
|
{"minimize":"cores"}
|
||||||
|
]
|
||||||
|
|
||||||
==== Minimize Cores; Maximize Free Disk
|
==== Minimize Cores; Maximize Free Disk
|
||||||
In this example, we want to minimize the number of Solr cores and in case of a tie, maximize the amount of free disk space on each node.
|
In this example, we want to minimize the number of Solr cores and in case of a tie, maximize the amount of free disk space on each node.
|
||||||
|
|
Loading…
Reference in New Issue