Stot
|
IStore Members
The IStore type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
AddToDocTable |
Adds the document to document table.
|
![]() |
AddWordUnderDocument |
Adds the word to table under the Document.
|
![]() |
AllDocumentsContainingWord |
Get all the documents containing the given word.
|
![]() |
AllWordsInTable |
Gets all the words in the inverted index table
|
![]() |
CheckWordInDoc |
Checks if a word exists in a document.
|
![]() |
Delete |
deletes a document;
|
![]() |
GetAllDoc |
Gets all document in the document table.
|
![]() |
PositionsWordOccursInDocument |
Gets the position a word occurs in document.
|
![]() |
RemoveDocument |
Removes the document from a specific word.
|
![]() |
WordsPositions |
Get all word positions in each document.
|