Method parameters in com.atlassian.confluence.search.contentnames with type arguments of type Attachment.Type |
java.util.Map<Category,java.util.List<SearchResult>> |
ContentNameSearcher.search(java.util.List<QueryToken> queryTokens,
ResultTemplate grouping,
java.util.Set<Attachment.Type> attachmentTypes,
boolean searchParentName,
int startIndex,
java.lang.Integer pageSize,
java.util.Map<java.lang.String,java.lang.Object> params,
java.lang.String... spaceKeys)
Search returning results in the specified space and ResultTemplate
include pagination and search parent name support. |
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.List<SearchResult> |
ContentNameSearcher.searchNoCategorisation(java.util.List<QueryToken> queryTokens,
ResultTemplate results,
java.util.Set<Attachment.Type> attachmentTypes,
boolean searchParentName,
int startIndex,
java.lang.Integer pageSize,
java.util.Map<java.lang.String,java.lang.Object> params,
java.lang.String... spaceKeys)
Search returning results in the specified space and ResultTemplate
include pagination and search parent name support. |
Method parameters in com.atlassian.confluence.search.contentnames.lucene with type arguments of type Attachment.Type |
void |
LuceneContentNameScorer.score(java.util.List<QueryToken> queryTokens,
org.apache.lucene.search.Collector collector,
java.util.Set<Attachment.Type> attachmentTypes,
boolean searchParentName,
java.util.Map<java.lang.String,java.lang.Object> params,
java.lang.String... spaceKeys)
|
void |
ContentNameScorer.score(java.util.List<QueryToken> queryTokens,
org.apache.lucene.search.Collector collector,
java.util.Set<Attachment.Type> attachmentTypes,
boolean searchParentName,
java.util.Map<java.lang.String,java.lang.Object> params,
java.lang.String... spaceKeys)
|
void |
LuceneContentNameScorer.score(java.util.List<QueryToken> queryTokens,
org.apache.lucene.search.Collector collector,
java.util.Set<Attachment.Type> attachmentTypes,
boolean searchParentName,
java.lang.String... spaceKeys)
|
void |
ContentNameScorer.score(java.util.List<QueryToken> queryTokens,
org.apache.lucene.search.Collector collector,
java.util.Set<Attachment.Type> attachmentTypes,
boolean searchParentName,
java.lang.String... spaceKeys)
|
void |
LuceneContentNameScorer.score(java.util.List<QueryToken> queryTokens,
org.apache.lucene.search.Collector collector,
java.util.Set<Attachment.Type> attachmentTypes,
java.lang.String... spaceKeys)
|
void |
ContentNameScorer.score(java.util.List<QueryToken> queryTokens,
org.apache.lucene.search.Collector collector,
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 resultTemplate,
java.util.Set<Attachment.Type> attachmentTypes,
boolean searchParentName,
int startIndex,
java.lang.Integer pageSize,
java.util.Map<java.lang.String,java.lang.Object> params,
java.lang.String... spaceKeys)
|
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.List<SearchResult> |
LuceneContentNameSearcher.searchNoCategorisation(java.util.List<QueryToken> queryTokens,
ResultTemplate resultTemplate,
java.util.Set<Attachment.Type> attachmentTypes,
boolean searchParentName,
int startIndex,
java.lang.Integer pageSize,
java.util.Map<java.lang.String,java.lang.Object> params,
java.lang.String... spaceKeys)
|