| 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.Index |
TextField.getIndex() |
Field.Index |
StringField.getIndex() |
Field.Index |
StoredField.getIndex() |
Field.Index |
ShortField.getIndex() |
Field.Index |
NestedField.getIndex() |
Field.Index |
LongField.getIndex() |
Field.Index |
IntField.getIndex() |
Field.Index |
FloatField.getIndex() |
Field.Index |
Field.getIndex() |
Field.Index |
DoubleField.getIndex() |
Field.Index |
DateField.getIndex() |
Field.Index |
ConcatenableField.getIndex() |
Field.Index |
ByteField.getIndex() |
Field.Index |
BaseField.getIndex() |
static Field.Index |
Field.Index.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Field.Index[] |
Field.Index.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.Index index) |
BaseField(String name,
String value,
Field.Store store,
Field.Index index) |
Copyright © 2003–2017 Atlassian. All rights reserved.