Hi Timo, The metadata adjuster currently does not give you access to the core document fields, only to the document's general metadata. Basically, anything that ManifoldCF uses to make crawling decisions based upon is not accessible or modifiable by the adjuster, because it's not general metadata.
That include the document's file name, content/mime type, length, creation date, and modification date. Technically it is possible to build a document transformer which would copy internal fields like those described into general metadata fields that could then be manipulated with the metadata adjuster. Some connectors already supply such general metadata fields, but it is by no means a consistent practice. Karl On Wed, Apr 15, 2015 at 2:49 PM, Timo Selvaraj <[email protected]> wrote: > Hi, > > I need to change the incoming meta data into a specified format. > > I want to change > > "Content-Type":"text/html" > > to > > "contenttype":"HTML" > > Has anyone done something similar with the metadata adjuster? > > Thanks, > Timo >
