Package org.jboss.hal.meta.search
Interface SearchIndex
-
- All Known Implementing Classes:
SearchIndexImpl
public interface SearchIndex
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set<String>getKeywords(String token)Set<String>getResources(String token)Set<String>getTokens(boolean standalone)Returns the tokens for the given operation mode which are not excluded byKeywords.exclude().
-
-
-
Method Detail
-
getTokens
Set<String> getTokens(boolean standalone)
Returns the tokens for the given operation mode which are not excluded byKeywords.exclude().- Parameters:
standalone- the execution mode- Returns:
- a set of matching tokens
-
-