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

[1/4] lucene-solr:master: Trivial Spelling fix

Repository: lucene-solr
Updated Branches:
  refs/heads/master 7343b0547 -> 2a1ec2d4d


Trivial Spelling fix 

ToleranteUpdateProcessorFactory -> TolerantUpdateProcessorFactory

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

Branch: refs/heads/master
Commit: 6742355f93f0d2d03600fe408b542507ee89bf54
Parents: 038fe93
Author: Alexandre Rafalovitch <ar...@gmail.com>
Authored: Mon Jun 13 23:19:25 2016 +1000
Committer: GitHub <no...@github.com>
Committed: Mon Jun 13 23:19:25 2016 +1000

----------------------------------------------------------------------
 solr/CHANGES.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/6742355f/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index c886fd0..85abcc6 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -109,7 +109,7 @@ New Features
 * SOLR-8859: Spatial fields like RPT can now be configured to use Spatial4j registered shape formats
   e.g. via format="GeoJSON".  (ryan, David Smiley)
 
-* SOLR-445: new ToleranteUpdateProcessorFactory to support skipping update commands that cause
+* SOLR-445: new TolerantUpdateProcessorFactory to support skipping update commands that cause
   failures when sending multiple updates in a single request.
   (Erick Erickson, Tom�s Fern�ndez L�bbe, Anshum Gupta, hossman)
 


[4/4] lucene-solr:master: Merge remote-tracking branch 'origin/master'

Posted by sh...@apache.org.
Merge remote-tracking branch 'origin/master'


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

Branch: refs/heads/master
Commit: 2a1ec2d4d6cb38f19ad58fe81457d8dcb0c95793
Parents: adaabaf 7343b05
Author: Shalin Shekhar Mangar <sh...@apache.org>
Authored: Tue Jun 28 16:24:01 2016 +0530
Committer: Shalin Shekhar Mangar <sh...@apache.org>
Committed: Tue Jun 28 16:24:01 2016 +0530

----------------------------------------------------------------------
 .../lucene/spatial3d/geom/GeoStandardPath.java  | 35 +++++++++++++++-----
 .../apache/lucene/spatial3d/geom/XYZBounds.java |  2 +-
 .../lucene/spatial3d/geom/GeoPathTest.java      | 35 ++++++++++++++++++++
 3 files changed, 63 insertions(+), 9 deletions(-)
----------------------------------------------------------------------



[2/4] lucene-solr:master: Trivial Spelling fix

Posted by sh...@apache.org.
Trivial Spelling fix

ToleranteUpdateProcessorFactory -> TolerantUpdateProcessorFactory

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

Branch: refs/heads/master
Commit: ebffa9aa2aebd689db53ba363d5022b893c7eeb0
Parents: 6742355
Author: Alexandre Rafalovitch <ar...@gmail.com>
Authored: Mon Jun 13 23:22:49 2016 +1000
Committer: GitHub <no...@github.com>
Committed: Mon Jun 13 23:22:49 2016 +1000

----------------------------------------------------------------------
 .../src/java/org/apache/solr/common/ToleratedUpdateError.java      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/ebffa9aa/solr/solrj/src/java/org/apache/solr/common/ToleratedUpdateError.java
----------------------------------------------------------------------
diff --git a/solr/solrj/src/java/org/apache/solr/common/ToleratedUpdateError.java b/solr/solrj/src/java/org/apache/solr/common/ToleratedUpdateError.java
index fd8b8c7..55b9b8c 100644
--- a/solr/solrj/src/java/org/apache/solr/common/ToleratedUpdateError.java
+++ b/solr/solrj/src/java/org/apache/solr/common/ToleratedUpdateError.java
@@ -24,7 +24,7 @@ import org.apache.solr.common.SolrException.ErrorCode;
 
 /**
  * Models the basic information related to a single "tolerated" error that occured during updates.  
- * This class is only useful when the <code>ToleranteUpdateProcessorFactory</code> is used in an update 
+ * This class is only useful when the <code>TolerantUpdateProcessorFactory</code> is used in an update 
  * processor chain
  */
 public final class ToleratedUpdateError {


[3/4] lucene-solr:master: Trivial name spelling fix for SOLR-445 Merge branch 'patch-3' of https://github.com/arafalov/lucene-solr-1

Posted by sh...@apache.org.
Trivial name spelling fix for SOLR-445
Merge branch 'patch-3' of https://github.com/arafalov/lucene-solr-1

This closes #43


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

Branch: refs/heads/master
Commit: adaabaf834964e1674236fca1d4a2801c6cad931
Parents: 8c47d20 ebffa9a
Author: Shalin Shekhar Mangar <sh...@apache.org>
Authored: Tue Jun 28 16:21:22 2016 +0530
Committer: Shalin Shekhar Mangar <sh...@apache.org>
Committed: Tue Jun 28 16:21:22 2016 +0530

----------------------------------------------------------------------
 solr/CHANGES.txt                                                   | 2 +-
 .../src/java/org/apache/solr/common/ToleratedUpdateError.java      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/adaabaf8/solr/CHANGES.txt
----------------------------------------------------------------------