Yioop_V9.5_Source_Code_Documentation

IndexingPlugin.php

SeekQuarry/Yioop -- Open Source Pure PHP Search Engine, Crawler, and Indexer

Copyright (C) 2011 - 2014 Priya Gangaraju priya.gangaraju@gmail.com, Chris Pollett

LICENSE:

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.

END LICENSE

Tags
author

Priya Gangaraju priya.gangaraju@gmail.com, Chris Pollett

license

https://www.gnu.org/licenses/ GPL3

link
https://www.seekquarry.com/
copyright

2011 - 2018

filesource

Interfaces, Classes, Traits and Enums

IndexingPlugin
Base indexing plugin Class. An indexing plugin allows a developer to do additional processing on web pages during a crawl, then after the web crawl is over do post processing on the additional data that was collected. For example, during a crawl one might by analysing web pages mark pages that have recipes on them with the meta word recipe:all, then after the crawl is over do post processing such as clustering the recipe's found and add additional meta words to retrieve recipe's by principle ingredient.

Table of Contents

tl()  : mixed
import a tl function into Controller Namespace
e()  : mixed
shorthand for echo

Functions

tl()

import a tl function into Controller Namespace

tl() : mixed
Return values
mixed

e()

shorthand for echo

e(string $text) : mixed
Parameters
$text : string

string to send to the current output

Return values
mixed

Search results