fields

fields:​* defines a general list of fields, allowing both feature and document fields. Such field definitions are used to point at text fields in certain duplication detection feature sources.

You can use the following field definitions in your analysis requests:

fields:​simple

An explicit list of document fields.


fields:​reference

References a fields:​* component defined in the request or in the project's default components.


fields:​simple

An explicit list of document fields.

{
  "type": "fields:simple",
  "fields": []
}

fields

Type
array of string
Default
[]
Required
no

A list of strings containing document field names.

Consumers of fields:​*

The following stages and components take fields:​* as input:

Stage or component Property
feature​Source:​chunks
  • fields
  • feature​Source:​sentences
  • fields
  • feature​Source:​values
  • fields
  • feature​Source:​words
  • fields
  • pairwise​Similarity:​document​Overlap​Ratio
  • fields