IStore Members

Stot

Stot

IStore Members

The IStore type exposes the following members.

Methods


  Name Description
Public method AddToDocTable
Adds the document to document table.
Public method AddWordUnderDocument
Adds the word to table under the Document.
Public method AllDocumentsContainingWord
Get all the documents containing the given word.
Public method AllWordsInTable
Gets all the words in the inverted index table
Public method CheckWordInDoc
Checks if a word exists in a document.
Public method Delete
deletes a document;
Public method GetAllDoc
Gets all document in the document table.
Public method PositionsWordOccursInDocument
Gets the position a word occurs in document.
Public method RemoveDocument
Removes the document from a specific word.
Public method WordsPositions
Get all word positions in each document.