10 lines
163 B
Python
10 lines
163 B
Python
class SearchIndexer():
|
|
def __init__(self, story_id):
|
|
pass
|
|
|
|
def index_text(self, text):
|
|
pass
|
|
|
|
def index_image(self, text):
|
|
pass
|