| Package | Description |
|---|---|
| com.atlassian.confluence.search.v2.lucene | |
| com.atlassian.confluence.search.v2.query |
| Modifier and Type | Method and Description |
|---|---|
org.apache.lucene.search.Query |
LuceneSiteTextSearchQueryFactory.getQuery(String queryString,
SiteTextSearchQuery.Boost doBoost) |
| Modifier and Type | Method and Description |
|---|---|
SiteTextSearchQuery.Boost |
SiteTextSearchQuery.shouldBoost() |
static SiteTextSearchQuery.Boost |
SiteTextSearchQuery.Boost.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SiteTextSearchQuery.Boost[] |
SiteTextSearchQuery.Boost.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
SiteTextSearchQuery(String text,
SiteTextSearchQuery.Boost shouldBoost)
Deprecated.
since 2.3.11 use
new BoostingQuery(new SiteSearchQuery()) |
Copyright © 2003–2020 Atlassian. All rights reserved.