Inverter Members

Stot

Stot

Inverter Members

The Inverter type exposes the following members.

Constructors


  Name Description
Public method Inverter(String, String, String, String, List<(Of <<'(String>)>>))
Initializes a new instance of the [Inverter] class.
Public method Inverter(String, String, String, String, List<(Of <<'(String>)>>), IStore)
Initializes a new instance of the [Inverter] class.

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.

Fields


  Name Description
Public field Formats
The List of File Formts acceptble by the App

Properties


  Name Description
Public property AllWordsInTable
Gets all words in table.
Public property DocumentCount
Gets the count of all the Documents in the inverted Index Table.
Public property Files
Gets the files currently Stored in the Inverted Index Table.
Public property Samantha
Gets the semanter used in this inverter.
Public property Stopwords
Gets the stopwords which are ignored in this inverted Index Table.