-
Type: New Feature
-
Resolution: Done
-
Priority: Minor - P4
-
Affects Version/s: None
-
Component/s: Index Maintenance
-
None
-
Query
Issue Status as of Sep 20, 2016
As of version 3.3.13, MongoDB supports faceting via several new aggregation stages:
- The $facet stage, described in
SERVER-23654. - The $sortByCount stage, described in
SERVER-23816. - The $bucket stage, described in
SERVER-23815. - The $bucketAuto stage, described in
SERVER-24152.
Preview documentation can be found via our Release Notes for Development Series 3.3.x.
Original Description.
It would be nice if mongoDB offered facetting over values.
E.g. an easy way to find out which values exist for a certain field
It could look like this:
db.my_collection.facet(
)
-->
- depends on
-
SERVER-380 basic text indexing and search
- Closed
- related to
-
SERVER-23815 Add $bucket aggregation stage
- Closed
-
SERVER-23816 Add $sortByCount aggregation stage
- Closed