adhocracy_core.catalog package¶
Configure search catalogs.
-
interface
ICatalogsService[source]¶ Extends:
adhocracy_core.interfaces.IServicePoolThe ‘catalogs’ ServicePool.
-
class
CatalogsServiceAdhocracy(data=None, family=None)[source]¶ Bases:
substanced.catalog.CatalogsServiceConstructor. Data may be an initial dictionary mapping object name to object.
-
reindex_all(resource: <InterfaceClass adhocracy_core.interfaces.IResource>)[source]¶ Reindex resource with all indexes.
-
reindex_index(resource: <InterfaceClass adhocracy_core.interfaces.IResource>, index_name: str)[source]¶ Reindex resource with index index_name.
Raises: KeyError – if index_name index does not exists.
-