Uses of Interface
com.atlassian.confluence.search.v2.lucene.boosting.BoostingStrategy
-
Packages that use BoostingStrategy Package Description com.atlassian.confluence.plugin.descriptor.search com.atlassian.confluence.search.v2.lucene com.atlassian.confluence.search.v2.lucene.boosting -
-
Uses of BoostingStrategy in com.atlassian.confluence.plugin.descriptor.search
Methods in com.atlassian.confluence.plugin.descriptor.search that return BoostingStrategy Modifier and Type Method Description BoostingStrategyLuceneBoostingStrategyModuleDescriptor. getModule()Deprecated. -
Uses of BoostingStrategy in com.atlassian.confluence.search.v2.lucene
Constructors in com.atlassian.confluence.search.v2.lucene with parameters of type BoostingStrategy Constructor 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) -
Uses of BoostingStrategy in com.atlassian.confluence.search.v2.lucene.boosting
Subinterfaces of BoostingStrategy in com.atlassian.confluence.search.v2.lucene.boosting Modifier and Type Interface Description interfaceExplainableBoostingStrategyDeprecated.since 7.0 useFunctionScoreQueryinstead.Classes in com.atlassian.confluence.search.v2.lucene.boosting that implement BoostingStrategy Modifier and Type Class Description classBoostByModificationDateStrategyDeprecated.since 7.0 useFunctionScoreQueryinstead.classBoostPreferredSpaceStrategyDeprecated.since 6.7 use boolean query with must wrapped query + should space key matching instead.Methods in com.atlassian.confluence.search.v2.lucene.boosting that return BoostingStrategy Modifier and Type Method Description BoostingStrategyBoostingQueryFactory. getPluggableBoostingStrategy()Deprecated.BoostingStrategyBoostQueryFactoryImpl. getPluggableBoostingStrategy()Deprecated.Methods in com.atlassian.confluence.search.v2.lucene.boosting with parameters of type BoostingStrategy Modifier and Type Method Description 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.QueryBoostingQueryFactory. createLuceneBoostingQuery(org.apache.lucene.search.Query query, BoostingStrategy boostingStrategy)Deprecated.Create a boosting query using the provided boosting strategy.org.apache.lucene.search.QueryBoostQueryFactoryImpl. createLuceneBoostingQuery(org.apache.lucene.search.Query query, SearchQueryParameters searchQueryParameters, BoostingStrategy boostingStrategy)Deprecated.org.apache.lucene.search.QueryBoostQueryFactoryImpl. createLuceneBoostingQuery(org.apache.lucene.search.Query query, BoostingStrategy boostingStrategy)Deprecated.Constructors in com.atlassian.confluence.search.v2.lucene.boosting with parameters of type BoostingStrategy Constructor Description BoostingQuery(org.apache.lucene.search.Query contextQuery, SearchQueryParameters searchQueryParameters, BoostingStrategy boostStrategy)Deprecated.
-