Skip to content

Commit

Permalink
Checkin: 2 top/bottom N filter can't work together [43652]
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel.cui authored and xgu committed Oct 25, 2011
1 parent ed7789c commit 0408d3e
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,11 @@ public List generateLevelFilters( AggregationDefinition[] aggregations,
return null;
}
applyTopBottomFilters( aggregations, resultSet, levelFilterList );

if( levelFilterList.size( ) == 0 )
{
return null;
}
}
catch ( IOException e )
{
Expand Down

0 comments on commit 0408d3e

Please sign in to comment.