You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ct...@apache.org on 2019/06/07 18:47:32 UTC

[lucene-solr] branch master updated (965fd19 -> c598e27)

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

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


    from 965fd19  LUCENE-8825: Improve CheckHits's Printing Capabilities
     new 24f7a0b  SOLR-12330: ref guide typos
     new c598e27  Ref Guide: minor typos/fixes for 8.1 ref guide

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 solr/solr-ref-guide/src/collections-api.adoc         |  7 ++++---
 .../src/json-faceting-domain-changes.adoc            | 20 ++++++++++----------
 solr/solr-ref-guide/src/major-changes-in-solr-8.adoc |  6 ++++--
 3 files changed, 18 insertions(+), 15 deletions(-)


[lucene-solr] 02/02: Ref Guide: minor typos/fixes for 8.1 ref guide

Posted by ct...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit c598e27ae73075898426a7896d295cea9f31570d
Author: Cassandra Targett <ct...@apache.org>
AuthorDate: Fri Jun 7 13:47:09 2019 -0500

    Ref Guide: minor typos/fixes for 8.1 ref guide
---
 solr/solr-ref-guide/src/collections-api.adoc         | 7 ++++---
 solr/solr-ref-guide/src/major-changes-in-solr-8.adoc | 6 ++++--
 2 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/solr/solr-ref-guide/src/collections-api.adoc b/solr/solr-ref-guide/src/collections-api.adoc
index 9511261..12f80c7 100644
--- a/solr/solr-ref-guide/src/collections-api.adoc
+++ b/solr/solr-ref-guide/src/collections-api.adoc
@@ -1533,12 +1533,13 @@ http://localhost:8983/solr/admin/collections?action=COLLECTIONPROP&name=coll&pro
 ----
 
 [[colstatus]]
-== COLSTATUS: Detailed low-level status of collection's indexes
+== COLSTATUS: Detailed Status of a Collection's Indexes
+
 The COLSTATUS command provides a detailed description of the collection status, including low-level index
 information about segments and field data.
 
 This command also checks the compliance of Lucene index field types with the current Solr collection
-schema and indicates the names of non-compliant fields, ie. Lucene fields with field types incompatible
+schema and indicates the names of non-compliant fields, i.e., Lucene fields with field types incompatible
 (or different) from the corresponding Solr field types declared in the current schema. Such incompatibilities may
 result from incompatible schema changes or after migration of
 data to a different major Solr release.
@@ -1567,7 +1568,7 @@ size and their RAM usage will be provided.
 
 === COLSTATUS Response
 The response will include an overview of the collection status, the number of
-active / inactive shards and replicas, and additional index information
+active or inactive shards and replicas, and additional index information
 of shard leaders.
 
 === Examples using COLSTATUS
diff --git a/solr/solr-ref-guide/src/major-changes-in-solr-8.adoc b/solr/solr-ref-guide/src/major-changes-in-solr-8.adoc
index 0b505dc..bfe9628 100644
--- a/solr/solr-ref-guide/src/major-changes-in-solr-8.adoc
+++ b/solr/solr-ref-guide/src/major-changes-in-solr-8.adoc
@@ -224,7 +224,7 @@ The following changes impact query behavior.
 
 * Authentication plugins can now intercept internode requests on a per-request basis.
 
-* The Basic Authentication plugin now has an option `forwardCredentials` to prevent Basic Auth headers from being sent for inter-node requests.
+* The Basic Authentication plugin now has an option `forwardCredentials` to let Basic Auth headers be forwarded on inter-node requests in case of distributed search, instead of falling back to PKI.
 
 * Metrics are now reported for authentication requests.
 
@@ -278,7 +278,9 @@ When upgrading to Solr 7.7.x, users should be aware of the following major chang
 
 *Admin UI*
 
-* The Admin UI now presents a login screen for any users with authentication enabled on their cluster.  Clusters with <<basic-authentication-plugin.adoc#basic-authentication-plugin,Basic Authentication>> will prompt users to enter a username and password.  On clusters configured to use <<kerberos-authentication-plugin.adoc#kerberos-authentication-plugin,Kerberos Authentication>>, users will be directed to configure their browser to provide an appropriate Kerberos ticket.
+* The Admin UI now presents a login screen for any users with authentication enabled on their cluster.
+Clusters with <<basic-authentication-plugin.adoc#basic-authentication-plugin,Basic Authentication>> will prompt users to enter a username and password.
+On clusters configured to use <<kerberos-authentication-plugin.adoc#kerberos-authentication-plugin,Kerberos Authentication>>, authentication is handled transparently by the browser as before, but if authentication fails, users will be directed to configure their browser to provide an appropriate Kerberos ticket.
 +
 The login screen's purpose is cosmetic only - Admin UI-triggered Solr requests were subject to authentication prior to 7.7 and still are today.  The login screen changes only the user experience of providing this authentication.
 


[lucene-solr] 01/02: SOLR-12330: ref guide typos

Posted by ct...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 24f7a0bf51678f63c889352a9505fa3b5077a2ff
Author: Cassandra Targett <ct...@apache.org>
AuthorDate: Fri Jun 7 13:03:08 2019 -0500

    SOLR-12330: ref guide typos
---
 .../src/json-faceting-domain-changes.adoc            | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/solr/solr-ref-guide/src/json-faceting-domain-changes.adoc b/solr/solr-ref-guide/src/json-faceting-domain-changes.adoc
index 60a842e..88f6d1c 100644
--- a/solr/solr-ref-guide/src/json-faceting-domain-changes.adoc
+++ b/solr/solr-ref-guide/src/json-faceting-domain-changes.adoc
@@ -71,11 +71,11 @@ include::{example-source-dir}JsonRequestApiTest.java[tag=solrj-json-facet-filter
 
 The value of `filter` can be a single query to treat as a filter, or a JSON list of filter queries.  Each query can be:
 
-* a string containing a query in Solr query syntax
-* a reference to a request parameter containing Solr query syntax, of the form: `{param : <request_param_name>}`.
+* a string containing a query in Solr query syntax.
+* a reference to a request parameter containing Solr query syntax, of the form: `{param: <request_param_name>}`.
 The referred parameter might have 0 (absent) or many values.
-** When no values specified, no filter is applied and no error is thrown
-** When many values are specified, each value is parsed and used as filters
+** When no values are specified, no filter is applied and no error is thrown.
+** When many values are specified, each value is parsed and used as filters.
 
 When a `filter` option is combined with other `domain` changing options, the filtering is applied _after_ the other domain changes take place.
 
@@ -83,7 +83,7 @@ When a `filter` option is combined with other `domain` changing options, the fil
 
 Domains can also be expanded by using the `excludeTags` keyword to discard or ignore particular tagged query filters.
 
-This is used in the example below to show the top two manufacturers matching a search.  The search results match the filter `manu_id_s:apple`, but the computed facet discards this filter and operates a domain widened by discarding the `manu_id_s`  filter.
+This is used in the example below to show the top two manufacturers matching a search. The search results match the filter `manu_id_s:apple`, but the computed facet discards this filter and operates a domain widened by discarding the `manu_id_s`  filter.
 
 [.dynamic-tabs]
 --
@@ -120,7 +120,7 @@ include::{example-source-dir}JsonRequestApiTest.java[tag=solrj-json-facet-exclud
 ====
 --
 
-The value of `excludeTags` can be a single string tag, array of string tags or comma-separated tags in the single string.
+The value of `excludeTags` can be a single string tag, an array of string tags, or comma-separated tags in the single string.
 
 When an `excludeTags` option is combined with other `domain` changing options, it expands the domain _before_ any other domain changes take place.
 
@@ -167,11 +167,11 @@ include::{example-source-dir}JsonRequestApiTest.java[tag=solrj-json-facet-query-
 
 The value of `query` can be a single query, or a JSON list of queries.  Each query can be:
 
-* a string containing a query in Solr query syntax
-* a reference to a request parameter containing Solr query syntax, of the form: `{param : <request_param_name>}`.
+* a string containing a query in Solr query syntax.
+* a reference to a request parameter containing Solr query syntax, of the form: `{param: <request_param_name>}`.
 The referred parameter might have 0 (absent) or many values.
-** When no values specified, no error is thrown
-** When many values are specified, each value is parsed and used as queries
+** When no values are specified, no error is thrown.
+** When many values are specified, each value is parsed and used as queries.
 
 NOTE: While a `query` domain can be combined with an additional domain `filter`, It is not possible to also use `excludeTags`, because the tags would be meaningless: The `query` domain already completely ignores the top-level query and all previous filters.