| 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.
|
| Modifier and Type | Method and Description |
|---|---|
Field.Store |
StoredField.getStore() |
Field.Store |
Field.getStore() |
Field.Store |
ConcatenableField.getStore() |
static Field.Store |
Field.Store.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Field.Store[] |
Field.Store.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
BaseField(String name,
String value,
Field.Store store,
Field.Index index) |
ByteField(String name,
byte value,
Field.Store store) |
ConcatenableField(String name,
String value,
Field.Store store) |
DateField(String name,
Instant value,
Field.Store store) |
DoubleField(String name,
double value,
Field.Store store) |
FloatField(String name,
float value,
Field.Store store) |
IntField(String name,
int value,
Field.Store store) |
LongField(String name,
long value,
Field.Store store) |
NestedField(String name,
Collection<Field> nestedFields,
Field.Store store) |
ShortField(String name,
short value,
Field.Store store) |
StringField(String name,
String value,
Field.Store store) |
TextField(String name,
String value,
Field.Store store) |
Copyright © 2003–2017 Atlassian. All rights reserved.