Exemple #1
0
def corpus_index(requires_es):

    """
    Clear the corpus index.
    """

    Document_Text.es_reset()
Exemple #2
0
def reset():

    """
    Reset the index.
    """

    Document_Text.es_reset()