You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ab...@apache.org on 2017/12/04 17:48:52 UTC

[08/50] lucene-solr:jira/solr-11458-2: SOLR-11569: Fix compilation error

SOLR-11569: Fix compilation error


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

Branch: refs/heads/jira/solr-11458-2
Commit: 4ebac27d13e6047bbfc065768943b89556d0588e
Parents: 1707801
Author: Joel Bernstein <jb...@apache.org>
Authored: Wed Nov 22 18:39:04 2017 -0500
Committer: Joel Bernstein <jb...@apache.org>
Committed: Wed Nov 22 18:39:04 2017 -0500

----------------------------------------------------------------------
 solr/core/src/java/org/apache/solr/handler/StreamHandler.java | 4 ----
 1 file changed, 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/4ebac27d/solr/core/src/java/org/apache/solr/handler/StreamHandler.java
----------------------------------------------------------------------
diff --git a/solr/core/src/java/org/apache/solr/handler/StreamHandler.java b/solr/core/src/java/org/apache/solr/handler/StreamHandler.java
index 652048d..75f2de1 100644
--- a/solr/core/src/java/org/apache/solr/handler/StreamHandler.java
+++ b/solr/core/src/java/org/apache/solr/handler/StreamHandler.java
@@ -206,10 +206,6 @@ public class StreamHandler extends RequestHandlerBase implements SolrCoreAware,
         .withFunctionName("corr", CorrelationEvaluator.class)
         .withFunctionName("describe", DescribeEvaluator.class)
         .withFunctionName("distance", DistanceEvaluator.class)
-        .withFunctionName("manhattanDistance", ManhattanDistanceEvaluator.class)
-        .withFunctionName("earthMoversDistance", EarthMoversDistanceEvaluator.class)
-        .withFunctionName("canberraDistance", CanberraDistanceEvaluator.class)
-        .withFunctionName("chebyshevDistance", ChebyshevDistanceEvaluator.class)
         .withFunctionName("empiricalDistribution", EmpiricalDistributionEvaluator.class)
         .withFunctionName("finddelay", FindDelayEvaluator.class)
         .withFunctionName("hist", HistogramEvaluator.class)