Skip to content

Dataset Indexing

Jason Lally edited this page Mar 20, 2016 · 6 revisions

Data format

{
  "objectID": "1234-1234",
  "record_type": "Published",
  "data_type": "Table",
  "name": "Dataset",
  "description": "Description",
  "tags": ["tag1","tag2"],
  "systemID": "1234-1234",
  "inventoryID": "ABC-1234",
  "published": true,
  "publishing_dept": "Rent Board",
  "category": "Housing and Buildings", 
  "createdAt":  1435735848,
  "rowsUpdatedAt": 1435735848,
  "viewLastModified": 1435735848,
  "indexUpdatedAt": 1435735848,
  "licenseId": "PDDL",
  "metadata_publishing_frequency": "Daily",
  "metadata_datachange_frequency": "Every Hour",
  "metadata_data_notes": "",
  "metadata_program_link": "",
  "metadata_geo_granularity": "Latitude/Longitude",
  "columns": {"field1" : { }, "field2" : { }}
}

Field indexes

{ "datasetID": "name": "key": "objectId": "description": "profile": { min, max, distinct, null, non_null, sum, avg, median, categories/count, stdev } "type": "primary": "view": "updatedAt": }

Clone this wiki locally