Uses of Class
com.atlassian.confluence.search.service.SearchQueryParameters
-
Packages that use SearchQueryParameters Package Description com.atlassian.confluence.search.service com.atlassian.confluence.search.v2.lucene.boosting -
-
Uses of SearchQueryParameters in com.atlassian.confluence.search.service
Methods in com.atlassian.confluence.search.service with parameters of type SearchQueryParameters Modifier and Type Method Description ISearchDefaultPredefinedSearchBuilder. buildSiteSearch(SearchQueryParameters searchQueryParams, int startIndex, int pageSize)If no query parameters are provided, the default site search will query all content, and filter for non-archived and permissible content.ISearchPredefinedSearchBuilder. buildSiteSearch(SearchQueryParameters searchQueryParams, int startIndex, int pageSize)Create and return theSearchused to perform a site wide search in Confluence. -
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 Modifier and Type Method Description floatBoostByModificationDateStrategy. boost(org.apache.lucene.index.IndexReader reader, SearchQueryParameters searchQueryParameters, int doc, float score)Deprecated.floatBoostingStrategy. boost(org.apache.lucene.index.IndexReader reader, SearchQueryParameters searchQueryParameters, int doc, float score)Deprecated.Apply a relevant boost to the specified document with the specified score.floatBoostPreferredSpaceStrategy. boost(org.apache.lucene.index.IndexReader reader, SearchQueryParameters searchQueryParameters, int doc, float score)Deprecated.org.apache.lucene.search.QueryBoostingQueryFactory. createLuceneBoostingQuery(org.apache.lucene.search.Query query, SearchQueryParameters queryParameters, BoostingStrategy boostingStrategy)Deprecated.Create a boosting query using the provided boosting strategy that is aware of the searchQueryParameters used to generate the query to wraporg.apache.lucene.search.QueryBoostQueryFactoryImpl. createLuceneBoostingQuery(org.apache.lucene.search.Query query, SearchQueryParameters searchQueryParameters, BoostingStrategy boostingStrategy)Deprecated.org.apache.lucene.search.QueryBoostingQueryFactory. createLuceneBoostingQueryWithPluggableStrategy(org.apache.lucene.search.Query query, SearchQueryParameters searchQueryParameters)Deprecated.Create a boosting query using the pluggable boosting strategy that is aware of the searchQueryParameters used to generate the query to wraporg.apache.lucene.search.QueryBoostQueryFactoryImpl. createLuceneBoostingQueryWithPluggableStrategy(org.apache.lucene.search.Query query, SearchQueryParameters searchQueryParameters)Deprecated.Constructors in com.atlassian.confluence.search.v2.lucene.boosting with parameters of type SearchQueryParameters Constructor Description BoostingQuery(org.apache.lucene.search.Query contextQuery, SearchQueryParameters searchQueryParameters, BoostingStrategy boostStrategy)Deprecated.
-