Extracted from Pike v7.8 release 866 at 2016-09-30.
pike.ida.liu.se
[Top]
Search
Search.Filter
Search.Filter.Output

Class Search.Filter.Output

Description

This object is returned from Search.Filter plugins.


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 document_size

int Search.Filter.Output.document_size

Description

The size of 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.ida.liu.se": "Pike language" ]) .


Variable links

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

Description

All links collected from the document.