public interface ContentNameSearchSectionsProvider
 For each search request getSections(java.util.List, ContentNameSearchContext)
 is being called and the results are used populate the quick nav.
| Modifier and Type | Method and Description | 
|---|---|
Collection<ContentNameSearchSection> | 
getSections(List<QueryToken> queryTokens,
           ContentNameSearchContext context)
For the given query tokens the method should return a collection of  
ContentNameSearchSections that in
 some way match the query. | 
Collection<ContentNameSearchSection> getSections(List<QueryToken> queryTokens, ContentNameSearchContext context)
ContentNameSearchSections that in
 some way match the query.queryTokens - the query as tokenized by Confluencecontext - ContentNameSearchSections to be included in the quick nav result or null if nothing should be
 includedCopyright © 2003–2018 Atlassian. All rights reserved.