Home | Trees | Indices | Help |
|
---|
|
interface for differrent indexing engines for the translate toolkit
|
|||
|
|
|||
|
|||
list of CommonIndexer.CommonDatabase objects |
|
||
subclass of CommonIndexer.CommonDatabase |
|
|
|||
__revision__ =
|
|||
_AVAILABLE_INDEXERS =
|
|||
HAVE_INDEXER = True
|
Imports: CommonIndexer, os, shutil, logging, XapianIndexer, __init__, test_indexers
|
get a list of the available supported indexing engines search through the translate.search.indexer package for modules derived from the CommonIndexer class |
sort a given list of indexer classes according to the given order the list of preferred indexers are strings that should match the filenames (without suppix ".py") of the respective modules (e.g.: XapianIndexer or PyLuceneIndexer)
|
return an appropriate indexer for the given directory If the directory already exists, then we check, if one of the available indexers knows how to handle it. Otherwise we return the first available indexer.
|
|
__revision__
|
_AVAILABLE_INDEXERS
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Mar 3 16:35:55 2010 | http://epydoc.sourceforge.net |