fix typo in comment

This commit is contained in:
Mike McCandless 2016-10-19 09:47:15 -04:00
parent 45ca4bd3ed
commit 731c5f9316
1 changed files with 1 additions and 1 deletions

View File

@ -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