Roy

My feedback

18 results found

  1. 16 votes
    How important is this to you?
    Roy supported this idea  · 
  2. 12 votes
    How important is this to you?
    Roy supported this idea  · 
  3. 6 votes
    1 comment  ·  Atlas » Other  ·  Admin →
    How important is this to you?
    Roy supported this idea  · 
  4. 2 votes
    1 comment  ·  Atlas Search  ·  Admin →
    How important is this to you?
    An error occurred while saving the comment
    Roy commented  · 

    Apache Solr also implements nested facets via its [JSON Facet API](https://solr.apache.org/guide/solr/latest/query-guide/json-facet-api.html#nested-facets). A similar syntax in Atlas Search could look like this:

    ```js
    [{
    "$searchMeta": {
    "facet": {
    "operator": {
    "text": {
    "path": "title",
    "query": "space"
    }
    },
    "facets": {
    "genresFacet": {
    "type": "string",
    "path": "genres",
    "facets": {
    "yearFacet": {
    "type": "number",
    "path": "year",
    "boundaries": [1990, 2000, 2010, 2020]
    }
    }
    }
    }
    }
    }
    }]
    ```

    ... and the output could look like this:

    ```js
    {
    "count": {
    "lowerBound": NumberLong(23026)
    },
    "facet": {
    "genresFacet": {
    "buckets": [
    {
    "_id": "Drama", "count": NumberLong(13527),
    "yearFacet": {
    "buckets": [
    { "_id": 1990, "count": NumberLong(23) },
    { "_id": 2000, "count": NumberLong(89) },
    { "_id": 2010, "count": NumberLong(308) }
    ]
    }
    },
    {
    "_id": "Comedy", "count": NumberLong(6922),
    "yearFacet": {
    "buckets": [
    { "_id": 2010, "count": NumberLong(13) },
    { "_id": 2020, "count": NumberLong(28) }
    ]
    }
    }
    ]
    }
    }
    }
    ```

    Roy supported this idea  · 
  5. 1 vote
    How important is this to you?
    An error occurred while saving the comment
    Roy commented  · 
  6. 4 votes
    0 comments  ·  Charts » Embedding  ·  Admin →
    How important is this to you?
    Roy shared this idea  · 
  7. 7 votes
    How important is this to you?
    Roy supported this idea  · 
  8. 1 vote
    1 comment  ·  Atlas » Other  ·  Admin →
    How important is this to you?
    An error occurred while saving the comment
    Roy commented  · 

    Given that we have "This Time Last Month" and all the historical billing, a projection of what the current month might go up to, or even further, will be great

  9. 5 votes
    How important is this to you?
    An error occurred while saving the comment
    Roy commented  · 

    Just to clarify, the ask is to allow hiding of axis labels as shown in the attached image

    Roy supported this idea  · 
  10. 370 votes
    How important is this to you?
    Roy supported this idea  · 
  11. 31 votes
    How important is this to you?
    Roy supported this idea  · 
  12. 39 votes
    How important is this to you?
    Roy supported this idea  · 
  13. 5 votes
    How important is this to you?
    Roy shared this idea  · 
  14. 5 votes
    How important is this to you?
    Roy shared this idea  · 
  15. 43 votes
    How important is this to you?
    Roy supported this idea  · 
  16. 51 votes
    How important is this to you?
    Roy supported this idea  · 
  17. 91 votes
    How important is this to you?
    Roy supported this idea  · 
  18. 12 votes
    planned  ·  2 comments  ·  Atlas Search  ·  Admin →
    How important is this to you?
    An error occurred while saving the comment
    Roy commented  · 

    Provide functionality similar to the Solr Analysis screen -- https://lucene.apache.org/solr/guide/8_6/analysis-screen.html

    Roy supported this idea  · 

Feedback and Knowledge Base