class SearchIndexer(): def __init__(self, story_id): pass def index_text(self, text): pass def index_image(self, text): pass