Package hudson.search
Class UnionSearchIndex
java.lang.Object
hudson.search.UnionSearchIndex
- All Implemented Interfaces:
SearchIndex
Union of two sets.
- Author:
- Kohsuke Kawaguchi
-
Field Summary
Fields inherited from interface hudson.search.SearchIndex
EMPTY
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic SearchIndex
combine
(SearchIndex... sets) void
find
(String token, List<SearchItem> result) void
suggest
(String token, List<SearchItem> result) This method returns the superset ofSearchIndex.find(String, List)
.
-
Constructor Details
-
UnionSearchIndex
-
-
Method Details
-
combine
-
find
- Specified by:
find
in interfaceSearchIndex
-
suggest
Description copied from interface:SearchIndex
This method returns the superset ofSearchIndex.find(String, List)
.- Specified by:
suggest
in interfaceSearchIndex
-