Package | Description |
---|---|
com.atlassian.confluence.plugin.descriptor.search | |
com.atlassian.confluence.search.v2.lucene | |
com.atlassian.confluence.search.v2.lucene.boosting |
Modifier and Type | Method and Description |
---|---|
BoostingStrategy |
LuceneBoostingStrategyModuleDescriptor.getModule()
Deprecated.
|
Constructor and Description |
---|
LuceneSiteTextSearchQueryFactory(com.atlassian.bonnie.analyzer.LuceneAnalyzerFactory luceneAnalyzerFactory,
LuceneQueryParserFactory luceneQueryParserFactory,
BoostingStrategy pluggableBoostingStrategy,
com.atlassian.confluence.search.v2.lucene.LuceneSiteTextSearchSpanQueryBuilder spanQueryBuilder,
com.atlassian.event.api.EventPublisher eventPublisher) |
Modifier and Type | Interface and Description |
---|---|
interface |
ExplainableBoostingStrategy
Deprecated.
since 7.0 use
FunctionScoreQuery instead. |
Modifier and Type | Class and Description |
---|---|
class |
BoostByModificationDateStrategy
Deprecated.
since 7.0 use
FunctionScoreQuery instead. |
class |
BoostPreferredSpaceStrategy
Deprecated.
since 6.7 use boolean query with must wrapped query + should space key matching instead.
|
Modifier and Type | Method and Description |
---|---|
BoostingStrategy |
BoostQueryFactoryImpl.getPluggableBoostingStrategy()
Deprecated.
|
BoostingStrategy |
BoostingQueryFactory.getPluggableBoostingStrategy()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
org.apache.lucene.search.Query |
BoostQueryFactoryImpl.createLuceneBoostingQuery(org.apache.lucene.search.Query query,
BoostingStrategy boostingStrategy)
Deprecated.
|
org.apache.lucene.search.Query |
BoostingQueryFactory.createLuceneBoostingQuery(org.apache.lucene.search.Query query,
BoostingStrategy boostingStrategy)
Deprecated.
Create a boosting query using the provided boosting strategy.
|
org.apache.lucene.search.Query |
BoostQueryFactoryImpl.createLuceneBoostingQuery(org.apache.lucene.search.Query query,
SearchQueryParameters searchQueryParameters,
BoostingStrategy boostingStrategy)
Deprecated.
|
org.apache.lucene.search.Query |
BoostingQueryFactory.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 wrap
|
Constructor and Description |
---|
BoostingQuery(org.apache.lucene.search.Query contextQuery,
SearchQueryParameters searchQueryParameters,
BoostingStrategy boostStrategy)
Deprecated.
|
Copyright © 2003–2020 Atlassian. All rights reserved.