Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6610987
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T19:54:42+00:00 2026-05-25T19:54:42+00:00

I am trying to perform a map reduce directly into Mongo to get the

  • 0

I am trying to perform a map reduce directly into Mongo to get the top tags but I get this error and I am not sure what it means and what do with it. Any guidance?

> reduce= function(previous, current) {
... var count = 0;
... 
...     for (index in current) {
...         count += current[index];
...     }
... 
...     return count;
... }
function (previous, current) {
    var count = 0;
    for (index in current) {
        count += current[index];
    }
    return count;
}
> reduce
function (previous, current) {
    var count = 0;
    for (index in current) {
        count += current[index];
    }
    return count;
}
> map = function() {
... if (!this.stores) {
... return;
...     }
... for (index in this.stores) {
... emit(this.stores[index], 1);
...  }
... }
function () {
    if (!this.stores) {
        return;
    }
    for (index in this.stores) {
        emit(this.stores[index], 1);
    }
}
> map
function () {
    if (!this.stores) {
        return;
    }
    for (index in this.stores) {
        emit(this.stores[index], 1);
    }
}
> result = db.runCommand({
... "mapreduce" : "users",
... "map" : map,
... "reduce" : reduce,
... "out" : "tags"})
{
    "assertion" : "_id cannot be an array",
    "assertionCode" : 10099,
    "errmsg" : "db assertion failure",
    "ok" : 0
}
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T19:54:43+00:00Added an answer on May 25, 2026 at 7:54 pm
    "assertion" : "_id cannot be an array" 
    

    might mean that your this.stores[index] is an array cause the MapReduce result has _id as your Map key

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I was trying to perform a get in my TestCase like this: request.env['CONTENT_TYPE'] =
Trying to perform a single boolean NOT operation, it appears that under MS SQL
I'm trying to perform a bitwise NOT in SQL Server. I'd like to do
I am trying to perform some unit testing on the iphone but for some
Trying to perform a nested object form. The page loads with no errors, but
I'm trying to map a VME address space through a PCI bus into user
When my view is trying to load, the applications crashes and i get this
I am trying load map region and MKMapView delegate methods are not being called
I'm trying perform a relatively basic TCP socket send/receive operation on Windows CE using
I'm trying to perform a LINQ query on a DataTable object and bizarrely I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.