IndexBuilder(env, lang, options, scoring) |
Helper class that creates a searchindex based on the doctrees passed to the feed method. |
NodeVisitor(document) |
“Visitor” pattern [GoF95] abstract superclass implementation for |
SearchEnglish(options) |
|
SearchLanguage(options) |
This class is the base class for search natural language preprocessors. |
Text(data[, rawsource]) |
Instances are terminal nodes (leaves) containing text only; no child nodes or attributes. |
WordCollector(document, lang) |
A special visitor that collects words for the IndexBuilder. |
comment([rawsource, text]) |
|
raw([rawsource, text]) |
Raw data that is to be passed untouched to the Writer. |
text_type |
alias of unicode |
title([rawsource, text]) |
|