Skip to content
#

in-memory

Here are 249 public repositories matching this topic...

SwayDB
charliefoxrf
charliefoxrf commented May 5, 2020

Use of the $geoNear pipeline stage results in:

[Error 40324] Unrecognized pipeline stage name: '$geoNear'

It's clear it is not currently supported in de.bwaldvogel.mongo.backend.aggregation.Aggregation.java

Example Mongo query usage:

db.places.aggregate([
   {
     $geoNear: {
        near: { type: "Point", coordinates: [ -73.99279 , 40.719296 ] },
        distance
help wanted good first issue

Improve this page

Add a description, image, and links to the in-memory topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the in-memory topic, visit your repo's landing page and select "manage topics."

Learn more