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/09/05 16:52:53 UTC

[1/3] lucene-solr:master: Fix 'including' typo in cloud-screens.adoc file.

Repository: lucene-solr
Updated Branches:
  refs/heads/master 719d922cb -> a3aa014d1


Fix 'including' typo in cloud-screens.adoc file.


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

Branch: refs/heads/master
Commit: f385f02e4b9aed7a4f0685a7f4005ffddbfde163
Parents: 719d922
Author: Christine Poerschke <cp...@apache.org>
Authored: Wed Sep 5 17:46:47 2018 +0100
Committer: Christine Poerschke <cp...@apache.org>
Committed: Wed Sep 5 17:46:47 2018 +0100

----------------------------------------------------------------------
 solr/solr-ref-guide/src/cloud-screens.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/f385f02e/solr/solr-ref-guide/src/cloud-screens.adoc
----------------------------------------------------------------------
diff --git a/solr/solr-ref-guide/src/cloud-screens.adoc b/solr/solr-ref-guide/src/cloud-screens.adoc
index 28160dd..6e7c5a0 100644
--- a/solr/solr-ref-guide/src/cloud-screens.adoc
+++ b/solr/solr-ref-guide/src/cloud-screens.adoc
@@ -43,7 +43,7 @@ image::images/cloud-screens/cloud-tree.png[image,width=487,height=250]
 As an aid to debugging, the data shown in the "Tree" view can be exported locally using the following command `bin/solr zk ls -r /`
 
 == ZK Status View
-The "ZK Status" view gives an overview over the Zookeepers used by Solr. It lists whether running in `standalone` or `ensemble` mode, shows how many zookeepers are configured, and then displays a table listing detailed monitoring status for each of the zookeepers, inlcuding who is the leader, configuration parameters and more.
+The "ZK Status" view gives an overview over the Zookeepers used by Solr. It lists whether running in `standalone` or `ensemble` mode, shows how many zookeepers are configured, and then displays a table listing detailed monitoring status for each of the zookeepers, including who is the leader, configuration parameters and more.
 
 image::images/cloud-screens/cloud-zkstatus.png[image,width=512,height=509]
 


[3/3] lucene-solr:master: Fix typo in TermQuery.equals javadocs.

Posted by cp...@apache.org.
Fix typo in TermQuery.equals javadocs.


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

Branch: refs/heads/master
Commit: a3aa014d1a42b24d3593c5d221d7695a5863b438
Parents: 3f9937b
Author: Christine Poerschke <cp...@apache.org>
Authored: Wed Sep 5 17:48:37 2018 +0100
Committer: Christine Poerschke <cp...@apache.org>
Committed: Wed Sep 5 17:51:01 2018 +0100

----------------------------------------------------------------------
 lucene/core/src/java/org/apache/lucene/search/TermQuery.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/a3aa014d/lucene/core/src/java/org/apache/lucene/search/TermQuery.java
----------------------------------------------------------------------
diff --git a/lucene/core/src/java/org/apache/lucene/search/TermQuery.java b/lucene/core/src/java/org/apache/lucene/search/TermQuery.java
index 25c77c2..1eebbce 100644
--- a/lucene/core/src/java/org/apache/lucene/search/TermQuery.java
+++ b/lucene/core/src/java/org/apache/lucene/search/TermQuery.java
@@ -224,7 +224,7 @@ public class TermQuery extends Query {
     return perReaderTermState;
   }
 
-  /** Returns true iff <code>o</code> is equal to this. */
+  /** Returns true iff <code>other</code> is equal to <code>this</code>. */
   @Override
   public boolean equals(Object other) {
     return sameClassAs(other) &&


[2/3] lucene-solr:master: Fix 'included' and 'number' typos in stream-source-reference.adoc file.

Posted by cp...@apache.org.
Fix 'included' and 'number' typos in stream-source-reference.adoc file.


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

Branch: refs/heads/master
Commit: 3f9937bca2d8d296e3b7f1678f5bc63d2d1130da
Parents: f385f02
Author: Christine Poerschke <cp...@apache.org>
Authored: Wed Sep 5 17:47:48 2018 +0100
Committer: Christine Poerschke <cp...@apache.org>
Committed: Wed Sep 5 17:51:00 2018 +0100

----------------------------------------------------------------------
 solr/solr-ref-guide/src/stream-source-reference.adoc | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/3f9937bc/solr/solr-ref-guide/src/stream-source-reference.adoc
----------------------------------------------------------------------
diff --git a/solr/solr-ref-guide/src/stream-source-reference.adoc b/solr/solr-ref-guide/src/stream-source-reference.adoc
index fc9f71a..744193e 100644
--- a/solr/solr-ref-guide/src/stream-source-reference.adoc
+++ b/solr/solr-ref-guide/src/stream-source-reference.adoc
@@ -226,12 +226,12 @@ use the More Like This query parser plugin.
 * `qf`: (Mandatory) The query field used to compare documents.
 * `k`: (Mandatory) The number of nearest neighbors to return.
 * `fl`: (Mandatory) The field list to return.
-* `mintf`: (Optional) The minimum numer of occurrences of the term in the source document to be inlcued in the search.
-* `maxtf`: (Optional) The maximum numer of occurrences of the term in the source document to be inlcued in the search.
-* `mindf`: (Optional) The minimum numer of occurrences in the corpus to be inlcued in the search.
-* `maxdf`: (Optional) The maximum numer of occurrences in the corpus to be inlcued in the search.
-* `minwl`: (Optional) The minimum world length of to be inlcued in the search.
-* `maxwl`: (Optional) The maximum world length of to be inlcued in the search.
+* `mintf`: (Optional) The minimum number of occurrences of the term in the source document to be included in the search.
+* `maxtf`: (Optional) The maximum number of occurrences of the term in the source document to be included in the search.
+* `mindf`: (Optional) The minimum number of occurrences in the corpus to be included in the search.
+* `maxdf`: (Optional) The maximum number of occurrences in the corpus to be included in the search.
+* `minwl`: (Optional) The minimum world length of to be included in the search.
+* `maxwl`: (Optional) The maximum world length of to be included in the search.
 
 === knn Syntax