Store Members

Stot

Stot

Store Members

The Store type exposes the following members.

Constructors


  Name Description
Public method Store()()()()
Initializes a new instance of the [Store] class. Connects to the Database stored in STOT.
Public method Store(IMongoDatabase)
Initializes a new instance of the [Store] class. Connects to a specified Database

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
Alls the documents containing a word.
Public method AllWordsInTable
Alls the words in the table.
Public method CheckWordInDoc
Checks if the word is in the document.
Public method Delete
Deletes the specified document from the Database.
Public method GetAllDoc
Gets all Documents in the Table
Public method GetRelevance
Gets the relevance of the Doc.
Public method PositionsWordOccursInDocument
Gets the positions the word occurs in the document.
Public method RemoveDocument
Removes the document from under the Word.
Public method WordsPositions
Gets all documents a word occurs in and the Positions in which they occur