This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
themis.indexer/themis/indexer/behavior.py

8 lines
197 B
Python

from zope.interface import Interface
class IThemisFieldIndexer(Interface):
"""Dexterity behavior interface for enabling the dynamic SearchableText
indexer on known Themis fields.
"""