You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by cp...@apache.org on 2019/06/25 10:28:29 UTC

[lucene-solr] branch master updated: Fix op[t]ional typo in json-facet-api.adoc file.

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 94ecd3a  Fix op[t]ional typo in json-facet-api.adoc file.
94ecd3a is described below

commit 94ecd3a7f68840afa4227240313b8251fa54609b
Author: Christine Poerschke <cp...@apache.org>
AuthorDate: Tue Jun 25 09:04:12 2019 +0100

    Fix op[t]ional typo in json-facet-api.adoc file.
---
 solr/solr-ref-guide/src/json-facet-api.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/solr/solr-ref-guide/src/json-facet-api.adoc b/solr/solr-ref-guide/src/json-facet-api.adoc
index 61b96f4..bb07c2e 100644
--- a/solr/solr-ref-guide/src/json-facet-api.adoc
+++ b/solr/solr-ref-guide/src/json-facet-api.adoc
@@ -829,7 +829,7 @@ NOTE: While it's very common to define the Background Set as `\*:*`, or some oth
 [[relatedness-options]]
 ==== relatedness() Options
 
-When using the extended `type:func` syntax for specifying a `relatedness()` aggregation, an opional `min_popularity` (float) option can be used to specify a lower bound on the `foreground_popularity` and `background_popularity` values, that must be met in order for the `relatedness` score to be valid -- If this `min_popularity` is not met, then the `relatedness` score will be `-Infinity`.
+When using the extended `type:func` syntax for specifying a `relatedness()` aggregation, an optional `min_popularity` (float) option can be used to specify a lower bound on the `foreground_popularity` and `background_popularity` values, that must be met in order for the `relatedness` score to be valid -- If this `min_popularity` is not met, then the `relatedness` score will be `-Infinity`.
 
 [source,json]
 ----