This section describes the public JSON formats of Thesaurus configuration.

Properties in the JSON file:

The following example illustrates the exported JSON format for a one-way thesaurus entry (the search term "digital" matches "digi" in your records), and a multi-way thesaurus entry ("converter", "adapter", and "adapter-converter" all match each other):

 {
  "ecr:type" : "thesaurus",
  "ecr:createDate": "2015-08-11T14:57:36.766Z",
  "thesaurus-entries" : [
   {
      "type": "one-way",
      "searchTerms": "digital",
      "synonyms" : [
        "digi"
      ]
    },
    {
      "type": "multi-way",
      "synonyms": [
        "converter","adapter","adapter-converter"
      ]
    }
  ]
} 


Copyright © Legal Notices