public static class DocumentOperators.DocumentOperatorsFactory extends Object
| Constructor and Description |
|---|
DocumentOperatorsFactory(Object target) |
| Modifier and Type | Method and Description |
|---|---|
DocumentOperators.Shift |
shift(int by)
Creates new
AggregationExpression that applies the expression to a document at specified position
relative to the current document. |
public DocumentOperatorsFactory(Object target)
public DocumentOperators.Shift shift(int by)
AggregationExpression that applies the expression to a document at specified position
relative to the current document.by - the value to add to the current position.DocumentOperators.Shift.Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.