| Method parameters in com.atlassian.confluence.search.contentnames with type arguments of type QueryToken |
java.util.Map<Category,java.util.List<SearchResult>> |
ContentNameSearcher.search(java.util.List<QueryToken> queryTokens)
Search and expect results using the Confluence default ResultTemplate. |
java.util.Map<Category,java.util.List<SearchResult>> |
ContentNameSearcher.search(java.util.List<QueryToken> queryTokens,
ResultTemplate grouping)
Search returning results meeting the specified ResultTemplate. |
java.util.Map<Category,java.util.List<SearchResult>> |
ContentNameSearcher.search(java.util.List<QueryToken> queryTokens,
ResultTemplate grouping,
java.util.Set<Attachment.Type> attachmentTypes,
java.lang.String... spaceKeys)
Search returning results in the specified space and ResultTemplate |
java.util.Map<Category,java.util.List<SearchResult>> |
ContentNameSearcher.search(java.util.List<QueryToken> queryTokens,
ResultTemplate grouping,
java.lang.String... spaceKeys)
Search returning results in the specified space and ResultTemplate |
| Method parameters in com.atlassian.confluence.search.contentnames.lucene with type arguments of type QueryToken |
DocumentResultScores |
LuceneContentNameScorer.score(java.util.List<QueryToken> queryTokens)
|
DocumentResultScores |
ContentNameScorer.score(java.util.List<QueryToken> queryTokens)
|
DocumentResultScores |
LuceneContentNameScorer.score(java.util.List<QueryToken> queryTokens,
java.util.Set<Attachment.Type> attachmentTypes,
java.lang.String... spaceKeys)
|
DocumentResultScores |
ContentNameScorer.score(java.util.List<QueryToken> queryTokens,
java.util.Set<Attachment.Type> attachmentTypes,
java.lang.String... spaceKeys)
|
DocumentResultScores |
LuceneContentNameScorer.score(java.util.List<QueryToken> queryTokens,
java.lang.String... spaceKeys)
|
DocumentResultScores |
ContentNameScorer.score(java.util.List<QueryToken> queryTokens,
java.lang.String... spaceKeys)
|
java.util.Map<Category,java.util.List<SearchResult>> |
LuceneContentNameSearcher.search(java.util.List<QueryToken> queryTokens)
|
java.util.Map<Category,java.util.List<SearchResult>> |
LuceneContentNameSearcher.search(java.util.List<QueryToken> queryTokens,
ResultTemplate grouping)
|
java.util.Map<Category,java.util.List<SearchResult>> |
LuceneContentNameSearcher.search(java.util.List<QueryToken> queryTokens,
ResultTemplate resultTemplate,
java.util.Set<Attachment.Type> attachmentTypes,
java.lang.String... spaceKeys)
|
java.util.Map<Category,java.util.List<SearchResult>> |
LuceneContentNameSearcher.search(java.util.List<QueryToken> queryTokens,
ResultTemplate grouping,
java.lang.String... spaceKeys)
|