mirror of https://github.com/apache/lucene.git
fix typo in comment
This commit is contained in:
parent
935a5d346f
commit
2b647cc945
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue