Class Search.Filter.Output

Description

This object is returned from Search.Filter plugins.


Variable document_size

int Search.Filter.Output.document_size

Description

The size of the document.


Variable fields

mapping(string:string) Search.Filter.Output.fields

Description

Data extracted from input, grouped by type. Standard fields are "body", "title", "description", "keywords" and "mtime".

Note

Note that all field values (even "mtime") are strings.


Variable links

array(Standards.URI|string) Search.Filter.Output.links

Description

All links collected from the document.


Variable uri_anchors

mapping(string:string) Search.Filter.Output.uri_anchors

Description

Maps un-normalized URLs to raw text, e.g.  ([ "http://pike.lysator.liu.se": "Pike language" ]) .