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:
SearchIndexBuilder
EMPTY
static final SearchIndex EMPTY
- Empty set.
find
void find(String token,
List<SearchItem> result)
suggest
void suggest(String token,
List<SearchItem> result)
- This method returns the superset of
find(String, List)
.
Copyright © 2004-2013. All Rights Reserved.