| Interface | Description |
|---|---|
| Context |
Index pipeline context represented as Java
Map. |
| Document |
Fusion document.
|
| Document.Field<T> |
Representation of single field in document.
|
| IndexStage<T extends IndexStageConfig> |
Fusion index pipeline stage.
|
| Class | Description |
|---|---|
| Fields | |
| IndexStageBase<T extends IndexStageConfig> |
Convenient base class for index pipeline stage containing default initialization logic.
|
| Enum | Description |
|---|---|
| Operations |
Atomic update operation modifier hints.
|
| Types |
Field type hints.
|
| Annotation Type | Description |
|---|---|
| Stage |
Annotation that informs Fusion that this class should be interpreted as a stage.
|