Uploaded image for project: 'Documentation'
  1. Documentation
  2. DOCS-898

on 2d Geospatial Indexes page, are we missing the field name 'pos' in Haystack Index example documents?

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • v1.1
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None

      In http://docs.mongodb.org/manual/core/geospatial-indexes/

      the Haystack Indexes example has these documents

      { _id : 100,

      { long : 126.9, lat : 35.2 }

      , type : "restaurant"}
      { _id : 200,

      { long : 127.5, lat : 36.1 }

      , type : "restaurant"}
      { _id : 300,

      { long : 128.0, lat : 36.7 }

      , type : "national park"}

      Are we missing the field name "pos"?

            Assignee:
            kay.kim@mongodb.com Kay Kim (Inactive)
            Reporter:
            kay.kim@mongodb.com Kay Kim (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              11 years, 18 weeks, 5 days ago