Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
{
	"display": string,
	"text": {
		"fieldName": string,// One of "fullText", "description", "title"
		"script": string,// The script/xpath/javascript expression (see scriptlang below)
		"flags": string, // Standard Java regex field (regex/xpath only), plus "H" to decode HTML
		"replacement": string, // Replacement string for regex/xpath+regex matches, can include capturing groups as $1 etc
		"scriptlang": string, // One of "javascript", "regex", "xpath"
	}

} 

Description

Using manual text transformation you can specify the data source for your script to work on.  The script is used to enrich the data from the data sources so it can be outputted as metadata for the creation of advanced entities and associations.

...