|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ContentNameSearcher
Search for Confluence content by its name (for Pages we search title, for users, we search full names, etc.).
| Method Summary | |
|---|---|
java.util.Map<Category,java.util.List<SearchResult>> |
search(java.util.List<QueryToken> queryTokens)
Search and expect results using the Confluence default ResultTemplate. |
java.util.Map<Category,java.util.List<SearchResult>> |
search(java.util.List<QueryToken> queryTokens,
ResultTemplate grouping)
Search returning results meeting the specified ResultTemplate. |
| Method Detail |
|---|
java.util.Map<Category,java.util.List<SearchResult>> search(java.util.List<QueryToken> queryTokens)
ResultTemplate.
queryTokens - the parsed tokens to search with.
java.lang.IllegalArgumentException - if the supplied queryTokens are emptyResultTemplate.DEFAULT,
QueryTokenizer
java.util.Map<Category,java.util.List<SearchResult>> search(java.util.List<QueryToken> queryTokens,
ResultTemplate grouping)
ResultTemplate.
queryTokens - the parsed tokens to search with.grouping - the grouping of the results you require.
java.lang.IllegalArgumentException - if the supplied queryTokens are empty or the supplied grouping is null.QueryTokenizer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||