AtlasQuickSearchResult Data Type

Properties
name data type description
aggregationMetrics map of array of AtlasAggregationEntry
searchResults AtlasSearchResult

Example

{
  "aggregationMetrics" : {
    "property1" : [ {
      "count" : 12345,
      "name" : "..."
    }, {
      "count" : 12345,
      "name" : "..."
    } ],
    "property2" : [ {
      "count" : 12345,
      "name" : "..."
    }, {
      "count" : 12345,
      "name" : "..."
    } ]
  },
  "searchResults" : {
    "approximateCount" : 12345,
    "attributes" : {
      "name" : [ "...", "..." ],
      "values" : [ [ { }, { } ], [ { }, { } ] ]
    },
    "classification" : "...",
    "entities" : [ {
      "classificationNames" : [ "...", "..." ],
      "classifications" : [ { }, { } ],
      "displayText" : "...",
      "guid" : "...",
      "isIncomplete" : true,
      "labels" : [ "...", "..." ],
      "meaningNames" : [ "...", "..." ],
      "meanings" : [ { }, { } ],
      "status" : "ACTIVE",
      "attributes" : {
        "property1" : { },
        "property2" : { }
      },
      "typeName" : "..."
    }, {
      "classificationNames" : [ "...", "..." ],
      "classifications" : [ { }, { } ],
      "displayText" : "...",
      "guid" : "...",
      "isIncomplete" : true,
      "labels" : [ "...", "..." ],
      "meaningNames" : [ "...", "..." ],
      "meanings" : [ { }, { } ],
      "status" : "PURGED",
      "attributes" : {
        "property1" : { },
        "property2" : { }
      },
      "typeName" : "..."
    } ],
    "fullTextResult" : [ {
      "entity" : { },
      "score" : 12345.0
    }, {
      "entity" : { },
      "score" : 12345.0
    } ],
    "nextMarker" : "...",
    "queryText" : "...",
    "queryType" : "GREMLIN",
    "referredEntities" : {
      "property1" : {
        "classificationNames" : [ "...", "..." ],
        "classifications" : [ { }, { } ],
        "displayText" : "...",
        "guid" : "...",
        "isIncomplete" : true,
        "labels" : [ "...", "..." ],
        "meaningNames" : [ "...", "..." ],
        "meanings" : [ { }, { } ],
        "status" : "ACTIVE",
        "attributes" : {
          "property1" : { },
          "property2" : { }
        },
        "typeName" : "..."
      },
      "property2" : {
        "classificationNames" : [ "...", "..." ],
        "classifications" : [ { }, { } ],
        "displayText" : "...",
        "guid" : "...",
        "isIncomplete" : true,
        "labels" : [ "...", "..." ],
        "meaningNames" : [ "...", "..." ],
        "meanings" : [ { }, { } ],
        "status" : "DELETED",
        "attributes" : {
          "property1" : { },
          "property2" : { }
        },
        "typeName" : "..."
      }
    },
    "relations" : [ {
      "end1" : { },
      "end2" : { },
      "guid" : "...",
      "label" : "...",
      "propagateTags" : "BOTH",
      "status" : "PURGED",
      "attributes" : {
        "property1" : { },
        "property2" : { }
      },
      "typeName" : "..."
    }, {
      "end1" : { },
      "end2" : { },
      "guid" : "...",
      "label" : "...",
      "propagateTags" : "TWO_TO_ONE",
      "status" : "PURGED",
      "attributes" : {
        "property1" : { },
        "property2" : { }
      },
      "typeName" : "..."
    } ],
    "searchParameters" : {
      "attributes" : [ "...", "..." ],
      "classification" : "...",
      "entityFilters" : { },
      "excludeDeletedEntities" : true,
      "excludeHeaderAttributes" : true,
      "includeClassificationAttributes" : true,
      "includeSubClassifications" : true,
      "includeSubTypes" : true,
      "limit" : 12345,
      "marker" : "...",
      "offset" : 12345,
      "query" : "...",
      "relationshipFilters" : { },
      "relationshipName" : "...",
      "sortBy" : "...",
      "sortOrder" : "DESCENDING",
      "tagFilters" : { },
      "termName" : "...",
      "typeName" : "..."
    },
    "type" : "..."
  }
}