| Trees | Indices | Help |
|
|---|
|
|
| Classes | |
| AllQuery | |
| AndQuery | |
| Catalog | |
| CatalogAware | |
| NotQuery | |
| OrQuery | |
| PhraseQuery | |
| RangeQuery | |
| StartQuery | |
| Functions | |||
|
|||
|
|||
| Function Details |
Creates a new and empty catalog in the given uri.
If uri=None the catalog is made "in memory".
fields must be a dict. It contains some informations about the
fields in the database.
By example:
fields = {'id': Integer(is_key_field=True, is_stored=True,
is_indexed=True), ...}
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Wed Mar 3 11:23:41 2010 | http://epydoc.sourceforge.net |