| 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 | |
| com.atlassian.confluence.search.v2.sort |
| Modifier and Type | Method and Description |
|---|---|
FieldType |
TextField.getType() |
FieldType |
StringField.getType() |
FieldType |
StoredField.getType() |
FieldType |
ShortField.getType() |
FieldType |
NestedField.getType() |
FieldType |
LongField.getType() |
FieldType |
IntField.getType() |
FieldType |
FloatField.getType() |
FieldType |
Field.getType() |
FieldType |
DoubleField.getType() |
FieldType |
DateField.getType() |
FieldType |
ConcatenableField.getType() |
FieldType |
ByteField.getType() |
FieldType |
BaseField.getType() |
| Modifier and Type | Method and Description |
|---|---|
static FieldType |
FieldType.of(SearchLanguage language) |
static FieldType |
FieldType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FieldType[] |
FieldType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
FieldType |
ESFieldDesc.getFieldType() |
| Modifier and Type | Method and Description |
|---|---|
static String |
ESFieldNameTranslator.addSuffix(String fieldName,
FieldType type)
Replace '.' with '_' then append type as suffix to field name.
|
static ESFieldDesc |
ESFieldDesc.of(String fieldName,
FieldType fieldType) |
| Constructor and Description |
|---|
ESFieldDesc(FieldType fieldType,
String fieldName) |
| Modifier and Type | Method and Description |
|---|---|
FieldType |
FieldSort.getFieldType() |
| Constructor and Description |
|---|
FieldSort(String fieldName,
FieldType fieldType,
SearchSort.Order order) |
LowercaseFieldSort(String fieldName,
FieldType fieldType,
SearchSort.Order order) |
Copyright © 2003–2017 Atlassian. All rights reserved.