| Package | Description |
|---|---|
| org.ojai | |
| org.ojai.base | |
| org.ojai.store | |
| org.ojai.util |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Document |
interface |
Expression
Represents an expression that can be used in a query.
|
interface |
Value |
| Modifier and Type | Class and Description |
|---|---|
class |
FieldPath
Immutable class for representing a field path.
|
class |
FieldSegment |
static class |
FieldSegment.IndexSegment |
static class |
FieldSegment.NameSegment |
| Modifier and Type | Class and Description |
|---|---|
class |
DocumentBase
A template abstract class that implements the
Document interface. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DocumentMutation
The DocumentMutation interface defines the APIs to perform mutation of a
Document already stored in a DocumentStore.
|
interface |
Query
OJAI interface which lets users build an OJAI Query that can be executed
on an OJAI DocumentStore.
|
interface |
QueryCondition |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseFieldProjector |
class |
FieldProjector
A helper class, which maintains a projection tree built form the list of user specified
FieldPaths
and in association with a DocumentReader, determines which fields form the document reader are
emitted to the applications. |
Copyright © 2015–2019 MapR Technologies, Inc.. All rights reserved.