mirror of https://github.com/apache/lucene.git
fix typo in comment
This commit is contained in:
parent
45ca4bd3ed
commit
731c5f9316
|
@ -157,7 +157,7 @@ public class DrillSideways {
|
||||||
|
|
||||||
DrillSidewaysQuery dsq = new DrillSidewaysQuery(baseQuery, drillDownCollector, drillSidewaysCollectors, drillDownQueries, scoreSubDocsAtOnce());
|
DrillSidewaysQuery dsq = new DrillSidewaysQuery(baseQuery, drillDownCollector, drillSidewaysCollectors, drillDownQueries, scoreSubDocsAtOnce());
|
||||||
if (hitCollector.needsScores() == false) {
|
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
|
// attempt to cache the DrillSidewaysQuery
|
||||||
hitCollector = new FilterCollector(hitCollector) {
|
hitCollector = new FilterCollector(hitCollector) {
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in New Issue