hudson.search
Interface SearchIndex

All Known Implementing Classes:
CollectionSearchIndex, FixedSet, UnionSearchIndex

public interface SearchIndex

Conceptually a set of SearchItems that provide quick look-up from their names.

Author:
Kohsuke Kawaguchi
See Also:
SearchIndexBuilder

Field Summary
static SearchIndex EMPTY
          Empty set.
 
Method Summary
 void find(String token, List<SearchItem> result)
           
 void suggest(String token, List<SearchItem> result)
          This method returns the superset of find(String, List).
 

Field Detail

EMPTY

static final SearchIndex EMPTY
Empty set.

Method Detail

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.