Stot
|
Store Members
The Store type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
Store()()()() |
Initializes a new instance of the [Store] class.
Connects to the Database stored in STOT.
|
![]() |
Store(IMongoDatabase) |
Initializes a new instance of the [Store] class.
Connects to a specified Database
|
Methods
Name | Description | |
---|---|---|
![]() |
AddToDocTable |
Adds the document to document table.
|
![]() |
AddWordUnderDocument |
Adds the word to table under the Document.
|
![]() |
AllDocumentsContainingWord |
Alls the documents containing a word.
|
![]() |
AllWordsInTable |
Alls the words in the table.
|
![]() |
CheckWordInDoc |
Checks if the word is in the document.
|
![]() |
Delete |
Deletes the specified document from the Database.
|
![]() |
GetAllDoc |
Gets all Documents in the Table
|
![]() |
GetRelevance |
Gets the relevance of the Doc.
|
![]() |
PositionsWordOccursInDocument |
Gets the positions the word occurs in the document.
|
![]() |
RemoveDocument |
Removes the document from under the Word.
|
![]() |
WordsPositions |
Gets all documents a word occurs in and the Positions in which they occur
|