API Documentation

Classes

Vocabulary

Functions

manage_addVocabulary

Classes

class Vocabulary

A Vocabulary manages words and language rules for text indexing. Text indexing is done by the ZCatalog and other third party Products.


Product Constructor

manage_addVocabulary(id, title, globbing=None, REQUEST=None):

Add a Vocabulary object to an ObjectManager.


__module__ = __builtin__

Methods

insert(word):

Insert a word in the Vocabulary.

words():

Return list of words.

query(pattern):

Query Vocabulary for words matching pattern.


Functions

manage_addVocabulary(id, title, globbing=None, REQUEST=None):

Add a Vocabulary object to an ObjectManager.