Create Atlas Search helper method for aggregations in java
Java driver doesn’t include a {{search()}} helper method in the Aggregation class, for facilitating Atlas Search queries.
While it's possible to build a custom pipeline which includes a { $ search ... }
stage, a dedicated helper method would be convenient.
29
votes
Marie
shared this idea
This work was completed and released as part of Java driver version 4.7.0 https://jira.mongodb.org/browse/JAVA-4415