| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
Indexer
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
| dict |
|
||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
This class is the manager of your index handlers. You register your index handlers and then you start the indexer daemon which will run at regular interval, polling from the global queue members to index. If you have your own even mechanism you don't need to start the daemon and can simply call `apply_all` to perform the same job at will.
|
Removes an index handler
|
Returns the index handler per its name
|
Convenient way to start a daemon timer that will process the queue of indexable members. Note that if you try to start it before it was stopped an error will be raised.
|
Indexes the provided member
|
Prune the provided member from the index
|
Unqueue up to A handler only needs to be a class that implements a method named
|
Returns the given {collection_name: [member_ids]}
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Oct 20 22:19:15 2008 | http://epydoc.sourceforge.net |