You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by mk...@apache.org on 2019/01/22 11:51:31 UTC

[lucene-solr] branch branch_8x updated: SOLR-13156: documenting functionality gap.

This is an automated email from the ASF dual-hosted git repository.

mkhl pushed a commit to branch branch_8x
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/branch_8x by this push:
     new 7c21445  SOLR-13156: documenting functionality gap.
7c21445 is described below

commit 7c21445daab611aa37010964fd61f1e31bfbb58b
Author: Mikhail Khludnev <mk...@apache.org>
AuthorDate: Tue Jan 22 14:44:33 2019 +0300

    SOLR-13156: documenting functionality gap.
---
 solr/solr-ref-guide/src/faceting.adoc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/solr/solr-ref-guide/src/faceting.adoc b/solr/solr-ref-guide/src/faceting.adoc
index 00a7ef1..4827db0 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 <<spatial-search.adoc#spatial-search,Heatmap Faceting (Spatial)>>.