Filter
instead. If you must
perform post search filtering, you can filter SearchResults
returned by
the methods on SearchManager
.@Deprecated public interface LuceneResultFilter
Please note, this is different to a Filter
which filters results during
a search (which is generally more efficient).
Modifier and Type | Method and Description |
---|---|
int |
getExpectedResultsCount()
Deprecated.
The number of results that the filter expects to allow into the final search result.
|
boolean |
isIncludedInResults(WrappedHit hit)
Deprecated.
|
boolean |
shouldContinueIterating()
Deprecated.
|
boolean isIncludedInResults(WrappedHit hit)
boolean shouldContinueIterating()
int getExpectedResultsCount()
Copyright © 2003–2020 Atlassian. All rights reserved.