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 2018/05/03 17:44:34 UTC

lucene-solr:master: json-facet-api.adoc typo fix.

Repository: lucene-solr
Updated Branches:
  refs/heads/master 9b261087a -> ab1186736


json-facet-api.adoc typo fix.


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/ab118673
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/ab118673
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/ab118673

Branch: refs/heads/master
Commit: ab11867364fb93305d3174e99d869c070c57023c
Parents: 9b26108
Author: Christine Poerschke <cp...@apache.org>
Authored: Thu May 3 18:42:56 2018 +0100
Committer: Christine Poerschke <cp...@apache.org>
Committed: Thu May 3 18:42:56 2018 +0100

----------------------------------------------------------------------
 solr/solr-ref-guide/src/json-facet-api.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/ab118673/solr/solr-ref-guide/src/json-facet-api.adoc
----------------------------------------------------------------------
diff --git a/solr/solr-ref-guide/src/json-facet-api.adoc b/solr/solr-ref-guide/src/json-facet-api.adoc
index e71c8bd..4f0ec7d 100644
--- a/solr/solr-ref-guide/src/json-facet-api.adoc
+++ b/solr/solr-ref-guide/src/json-facet-api.adoc
@@ -6,7 +6,7 @@
 The new Facet & Analytics Module exposed via the JSON Facet API is a rewrite of Solr's previous faceting capabilities, with the following goals:
 
 * First class native JSON API to control faceting and analytics
-** The structured nature of nested sub-facets are more naturally expressed in JSON rather than the flat nanemspace provided by normal query parameters.
+** The structured nature of nested sub-facets are more naturally expressed in JSON rather than the flat namespace provided by normal query parameters.
 * First class integrated analytics support
 * Nest any facet type under any other facet type (such as range facet, field facet, query facet)
 * Ability to sort facet buckets by any calculated metric