예제 #1
0
파일: conftest.py 프로젝트: overview/osp
def corpus_index(requires_es):

    """
    Clear the corpus index.
    """

    Document_Text.es_reset()
예제 #2
0
def reset():

    """
    Reset the index.
    """

    Document_Text.es_reset()