SearchFilter
. If you must
perform post search filtering, you can filter SearchResults
returned by
the methods on SearchManager
.@Deprecated public interface ResultFilter
LuceneResultFilter
which implements the actual filtering behaviour.
Please note, this is different to a SearchFilter
which represents a filter that
is applied during a search (which is generally more efficient).
Modifier and Type | Method and Description |
---|---|
String |
getKey()
Deprecated.
Gets the unique key that identifies this type of result filter.
|
List |
getParameters()
Deprecated.
Gets the parameters that configure this result filter.
|
String getKey()
List getParameters()
Copyright © 2003–2016 Atlassian. All rights reserved.