You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by kr...@apache.org on 2016/10/20 19:31:45 UTC

[36/50] [abbrv] lucene-solr:jira/solr-8593: fix typo in comment

fix typo in comment


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

Branch: refs/heads/jira/solr-8593
Commit: 731c5f93166ad28c21f330eef94c9d8f451d11c7
Parents: 45ca4bd
Author: Mike McCandless <mi...@apache.org>
Authored: Wed Oct 19 09:47:15 2016 -0400
Committer: Mike McCandless <mi...@apache.org>
Committed: Wed Oct 19 09:47:47 2016 -0400

----------------------------------------------------------------------
 lucene/facet/src/java/org/apache/lucene/facet/DrillSideways.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/731c5f93/lucene/facet/src/java/org/apache/lucene/facet/DrillSideways.java
----------------------------------------------------------------------
diff --git a/lucene/facet/src/java/org/apache/lucene/facet/DrillSideways.java b/lucene/facet/src/java/org/apache/lucene/facet/DrillSideways.java
index cc5647e..57f0a32 100644
--- a/lucene/facet/src/java/org/apache/lucene/facet/DrillSideways.java
+++ b/lucene/facet/src/java/org/apache/lucene/facet/DrillSideways.java
@@ -157,7 +157,7 @@ public class DrillSideways {
     
     DrillSidewaysQuery dsq = new DrillSidewaysQuery(baseQuery, drillDownCollector, drillSidewaysCollectors, drillDownQueries, scoreSubDocsAtOnce());
     if (hitCollector.needsScores() == false) {
-      // this is a borrible hack in order to make sure IndexSearcher will not
+      // this is a horrible hack in order to make sure IndexSearcher will not
       // attempt to cache the DrillSidewaysQuery
       hitCollector = new FilterCollector(hitCollector) {
         @Override