Home | Trees | Indices | Help |
---|
|
Globals.Persistent --+ | OFS.SimpleItem.SimpleItem --+ | RelatedIndex
An index for related words that does not index anything
|
|||
|
|||
|
|||
|
|||
|
|
|||
__implements__ = PluggableIndex.PluggableIndexInterface,
|
|||
meta_type = "RelatedIndex"
|
|||
manage_workspace = DTMLFile('dtml/manageFakeIndex', globals())
|
|
Hook for (Z)Catalog. Since this is a fake index, nothing is done here. |
Hook for (Z)Catalog. Since this is a fake index, nothing is done here. |
Apply the index to query parameters given in the argument, request. The argument should be a mapping object. If the request does not contain the needed parameters, then None is returned. Otherwise two objects are returned. The first object is a ResultSet containing the record numbers of the matching records. The second object is a tuple containing the names of all data fields used. |
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Tue May 20 01:54:35 2008 | http://epydoc.sourceforge.net |