Inverter Methods

Stot

Stot

Inverter Methods

The Inverter type exposes the following members.

Methods


  Name Description
Public method AddDocument
Adds the document to the Inverted Index Table.
Public method AllDocumentsPositionsContainingWord
Returns all documents Containing this word and the positions inwhich, returns an empty array if the word isn't in any document
Public method DeleteDocumentAsync
Delete this document
Public method Static member Load
Loads the specified Inverter, Deserializes using the identifier.
Public method Static member LogMovement
Logs the movements in Updater, to the ActivityLog.TXT file.
Public method ModifyDocument
When a document has been modified.
Public method SaveThis
Saves this current instance, serializes it to a file.
Public method WordIsInDoc
Checks if the Words is in the document.