clear()
documentCount()
Return the number of documents in the index.
get_words(docid)
Return a list of the wordids for a given docid.
has_doc(docid)
index_doc(docid, text)
query_weight(terms)
search(term)
search_glob(pattern)
search_phrase(phrase)
unindex_doc(docid)
wordCount()
Return the number of words in the index.
There are no known subclasses.