public interface SearchIndex
| Modifier and Type | Method and 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 by
Keywords.exclude(). |
Set<String> getTokens(boolean standalone)
Keywords.exclude().standalone - the execution modeCopyright © 2018 JBoss, a division of Red Hat. All rights reserved.