Package | Description |
---|---|
com.mongodb.client.model |
This package contains models and options that help describe MongoCollection operations
|
Modifier and Type | Field and Description |
---|---|
private GraphLookupOptions |
Aggregates.GraphLookupStage.options |
Modifier and Type | Method and Description |
---|---|
GraphLookupOptions |
GraphLookupOptions.depthField(java.lang.String field)
The name of the field in which to store the depth value
|
GraphLookupOptions |
GraphLookupOptions.maxDepth(java.lang.Integer max)
Specifies a maximum recursive depth for the $graphLookup.
|
GraphLookupOptions |
GraphLookupOptions.restrictSearchWithMatch(Bson filter)
A document specifying additional conditions for the recursive search
|
Modifier and Type | Method and Description |
---|---|
static <TExpression> |
Aggregates.graphLookup(java.lang.String from,
TExpression startWith,
java.lang.String connectFromField,
java.lang.String connectToField,
java.lang.String as,
GraphLookupOptions options)
Creates a graphLookup pipeline stage for the specified filter
|
Constructor and Description |
---|
GraphLookupStage(java.lang.String from,
TExpression startWith,
java.lang.String connectFromField,
java.lang.String connectToField,
java.lang.String as,
GraphLookupOptions options) |