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.Choice
Read 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

interface pyams_content_es.interfaces.IDocumentIndexInfo[source]

Document index info

interface pyams_content_es.interfaces.IDocumentIndexTarget[source]

Document index target marker interface