hudson.search
Class UnionSearchIndex
java.lang.Object
hudson.search.UnionSearchIndex
- All Implemented Interfaces:
- SearchIndex
public class UnionSearchIndex
- extends Object
- implements SearchIndex
Union of two sets.
- Author:
- Kohsuke Kawaguchi
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UnionSearchIndex
public UnionSearchIndex(SearchIndex lhs,
SearchIndex rhs)
combine
public static SearchIndex combine(SearchIndex... sets)
find
public void find(String token,
List<SearchItem> result)
- Specified by:
find
in interface SearchIndex
suggest
public void suggest(String token,
List<SearchItem> result)
- Description copied from interface:
SearchIndex
- This method returns the superset of
SearchIndex.find(String, List)
.
- Specified by:
suggest
in interface SearchIndex
Copyright © 2004-2013. All Rights Reserved.