diff --git a/solr/solr-ref-guide/src/faceting.adoc b/solr/solr-ref-guide/src/faceting.adoc index 00a7ef11b65..4827db071b1 100644 --- a/solr/solr-ref-guide/src/faceting.adoc +++ b/solr/solr-ref-guide/src/faceting.adoc @@ -616,6 +616,8 @@ To limit field facet with certain terms specify them comma separated with `terms `facet.field={!terms='alfa,betta,with\,with\',with space'}symbol` +This parameter disables sorting, facet values are returned in the given order. + == Related Topics See also <>.