| Package | Description |
|---|---|
| com.atlassian.confluence.impl.index |
This package contains interfaces and classes to facilitate the implementation of a document extractor independent
from underlying search library and that can be incorporated into confluence.
|
| com.atlassian.confluence.search.v2 |
Provides an extensible, flexible search API.
|
| com.atlassian.confluence.search.v2.elasticsearch |
| Modifier and Type | Method and Description |
|---|---|
SearchLanguage |
TenantLanguageDetector.detect() |
SearchLanguage |
DumbSearchLanguageDetector.detect() |
SearchLanguage |
SearchLanguageDetector.detect(String text) |
SearchLanguage |
DumbSearchLanguageDetector.detect(String text) |
static SearchLanguage |
SearchLanguage.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SearchLanguage[] |
SearchLanguage.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static FieldType |
FieldType.of(SearchLanguage language) |
| Modifier and Type | Method and Description |
|---|---|
SearchLanguage |
ESRequestFactory.Result.getLanguage() |
SearchLanguage |
ESSearchContext.getSearchLanguage() |
SearchLanguage |
DefaultESSearchContext.getSearchLanguage() |
| Constructor and Description |
|---|
DefaultESSearchContext(SearchLanguage searchLanguage) |
Result(T request,
String query,
SearchLanguage language) |
Copyright © 2003–2017 Atlassian. All rights reserved.