Aranea::Modules::SearchTeoma
- Aranea module for fetching
relevant pages from Teoma
This Aranea modules is meant to be used in conjunction with the
Aranea::Shell
.
This Aranea module partially executes the requests in the
request_list
by fetching raw text snippets from Teoma and
populating the page_list
. Note that this module does not
performs additional postprocessing, e.g., to extract bindings for
exact requests. For further postprocessing of raw Teoma extracts,
see ScanResults
. The idea is to
decouple the snippet extraction code from the candidate generation
code so that we can replace Teoma with any other search engine.