Package | Description |
---|---|
com.atlassian.confluence.search.service | |
com.atlassian.confluence.search.v2.lucene.boosting | |
com.atlassian.confluence.search.v2.query |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
float |
BoostByModificationDateStrategy.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 |
PluggableBoostingStrategy.boost(org.apache.lucene.index.IndexReader reader,
SearchQueryParameters searchQueryParameters,
int doc,
float score)
Deprecated.
|
float |
BoostPreferredSpaceStrategy.boost(org.apache.lucene.index.IndexReader reader,
SearchQueryParameters searchQueryParameters,
int doc,
float score) |
org.apache.lucene.search.Query |
BoostingQueryFactory.createLuceneBoostingQuery(org.apache.lucene.search.Query query,
SearchQueryParameters queryParameters,
BoostingStrategy boostingStrategy)
Create a boosting query using the provided boosting strategy that is aware of the searchQueryParameters
used to generate the query to wrap
|
org.apache.lucene.search.Query |
BoostingQueryFactory.createLuceneBoostingQueryWithPluggableStrategy(org.apache.lucene.search.Query query,
SearchQueryParameters searchQueryParameters)
Create a boosting query using the pluggable boosting strategy that is aware of the searchQueryParameters
used to generate the query to wrap
|
Constructor and Description |
---|
BoostingQuery(org.apache.lucene.search.Query contextQuery,
SearchQueryParameters searchQueryParameters,
BoostingStrategy boostStrategy)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
SearchQueryParameters |
BoostingQuery.getSearchQueryParameters() |
Constructor and Description |
---|
BoostingQuery(SearchQuery wrappedQuery,
SearchQueryParameters searchQueryParameters) |
Copyright © 2003–2017 Atlassian. All rights reserved.