Uses of Class
com.atlassian.confluence.search.service.SearchQueryParameters

Packages that use SearchQueryParameters
com.atlassian.confluence.search.service   
com.atlassian.confluence.search.v2.lucene.boosting   
com.atlassian.confluence.search.v2.query   
 

Uses of SearchQueryParameters in com.atlassian.confluence.search.service
 

Methods in com.atlassian.confluence.search.service with parameters of type SearchQueryParameters
 ISearch PredefinedSearchBuilder.buildSiteSearch(SearchQueryParameters searchQueryParams, int startIndex, int pageSize)
          Create and return the Search used to perform a site wide search in Confluence.
 ISearch DefaultPredefinedSearchBuilder.buildSiteSearch(SearchQueryParameters searchQueryParams, int startIndex, int pageSize)
           
 Search PredefinedSearchBuilder.siteSearch(SearchQueryParameters searchQueryParams, int startIndex, int pageSize)
          Deprecated. since 3.0. Use PredefinedSearchBuilder.buildSiteSearch(SearchQueryParameters, int, int) instead.
 Search DefaultPredefinedSearchBuilder.siteSearch(SearchQueryParameters searchQueryParams, int startIndex, int pageSize)
          Deprecated. 
 

Uses of SearchQueryParameters in com.atlassian.confluence.search.v2.lucene.boosting
 

Methods in com.atlassian.confluence.search.v2.lucene.boosting with parameters of type SearchQueryParameters
 float PluggableBoostingStrategy.boost(org.apache.lucene.index.IndexReader reader, SearchQueryParameters searchQueryParameters, int doc, float score)
           
 float BoostingStrategy.boost(org.apache.lucene.index.IndexReader reader, SearchQueryParameters searchQueryParameters, int doc, float score)
          Apply a relevant boost to the specified document with the specified score.
 float BoostPreferredSpaceStrategy.boost(org.apache.lucene.index.IndexReader reader, SearchQueryParameters searchQueryParameters, int doc, float score)
           
 float BoostByModificationDateStrategy.boost(org.apache.lucene.index.IndexReader reader, SearchQueryParameters searchQueryParameters, int doc, float score)
           
 

Constructors in com.atlassian.confluence.search.v2.lucene.boosting with parameters of type SearchQueryParameters
BoostingQuery(org.apache.lucene.search.Query contextQuery, SearchQueryParameters searchQueryParameters, BoostingStrategy boostStrategy)
           
 

Uses of SearchQueryParameters in com.atlassian.confluence.search.v2.query
 

Methods in com.atlassian.confluence.search.v2.query that return SearchQueryParameters
 SearchQueryParameters BoostingQuery.getSearchQueryParameters()
           
 

Constructors in com.atlassian.confluence.search.v2.query with parameters of type SearchQueryParameters
BoostingQuery(SearchQuery wrappedQuery, SearchQueryParameters searchQueryParameters)
           
 



Copyright © 2003–2015 Atlassian. All rights reserved.