Returns a 2D array containing the metadata found in the document. The first column contains the name of the field, as a string. The second column contains the value of the field. This matrix is row-major: name = fields[row][0] value = fields[row][1]
the fields found in the document
IPTAccessor Interface | com.plumtree.server Namespace