Package hudson.search
Interface SearchIndex
- All Known Implementing Classes:
CollectionSearchIndex
,FixedSet
,UnionSearchIndex
public interface SearchIndex
Conceptually a set of
SearchItem
s that provide quick look-up
from their names.- Author:
- Kohsuke Kawaguchi
- See Also:
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
find
(String token, List<SearchItem> result) void
suggest
(String token, List<SearchItem> result) This method returns the superset offind(String, List)
.
-
Field Details
-
EMPTY
Empty set.
-
-
Method Details
-
find
-
suggest
This method returns the superset offind(String, List)
.
-