Interface SearchItemFilter
-
public interface SearchItemFilterProvides a mechnism whereby a search item can be filtered from the list, This is used to post process the list, It should not be confused with the filters that pre-process the list during the search operation.- Author:
- ieb
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SearchResultfilter(SearchResult result)performs the filter operation on a result, retruning the filtered result
-
-
-
Method Detail
-
filter
SearchResult filter(SearchResult result)
performs the filter operation on a result, retruning the filtered result- Parameters:
result-- Returns:
-
-