public class NullResultFilter extends Object implements LuceneResultFilter
Constructor and Description |
---|
NullResultFilter() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
int |
getExpectedResultsCount()
The number of results that the filter expects to allow into the final search result.
|
int |
hashCode() |
boolean |
isIncludedInResults(WrappedHit hit) |
boolean |
shouldContinueIterating() |
public boolean isIncludedInResults(WrappedHit hit)
isIncludedInResults
in interface LuceneResultFilter
public boolean shouldContinueIterating()
shouldContinueIterating
in interface LuceneResultFilter
public int getExpectedResultsCount()
LuceneResultFilter
getExpectedResultsCount
in interface LuceneResultFilter
Copyright © 2003–2020 Atlassian. All rights reserved.