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": "2016-10-17T11:40:26.766Z", 
  "<auto_generated_id>":  
   { 
      "ecr:type": "thesaurus-entry", 
      "type": "one-way", 
      "searchTerms": "digital", 
      "synonyms" : ["digi"] 
    }, 
    "<user_specified_id>":  
   { 
      "ecr:type": "thesaurus-entry", 
      "type": "multi-way", 
      "synonyms": [ 
        "converter","adapter","adapter-converter" 
      ] 
    } 
} 


Copyright © Legal Notices