Skip to content

Simplify usage of user provided aggregation operations. #4038

Closed
@christophstrobl

Description

@christophstrobl

Add the possibility to provide aggregation operations by leveraging plain java driver API (Document/Bson).

AggregationOperation op = Aggregation.stage(Aggregates.search(exists(fieldPath("tomatoes.dvd"))));

When using Bson values as part of the stage, we'd need to make sure when converting those to Document that the configured CodecRegistry is applied correctly.

Metadata

Metadata

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions