pyams_content_es.interfaces package ⊞¶
-
interface
pyams_content_es.interfaces.IContentIndexerUtility[source]¶ Content indexer utility interface
-
zodb_name¶ ZODB connection name
Name of ZODB connection defining indexer connection
Implementation: zope.schema.ChoiceRead Only: False Required: False Default Value: None
-
get_socket(self)¶ Get 0MQ socket matching utility settings
-
index_document(self, document)¶ Index given document
-
unindex_document(self, document)¶ Un-index given document
-
test_process(self)¶ Send test request to indexer process
-