Stot
|
Inverter Members
The Inverter type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
Inverter(String, String, String, String, List<(Of <<'(String>)>>)) |
Initializes a new instance of the [Inverter] class.
|
![]() |
Inverter(String, String, String, String, List<(Of <<'(String>)>>), IStore) |
Initializes a new instance of the [Inverter] class.
|
Methods
Name | Description | |
---|---|---|
![]() |
AddDocument |
Adds the document to the Inverted Index Table.
|
![]() |
AllDocumentsPositionsContainingWord |
Returns all documents Containing this word and the positions inwhich, returns an empty array if the word isn't in any document
|
![]() |
DeleteDocumentAsync |
Delete this document
|
![]() ![]() |
Load |
Loads the specified Inverter, Deserializes using the identifier.
|
![]() ![]() |
LogMovement |
Logs the movements in Updater, to the ActivityLog.TXT file.
|
![]() |
ModifyDocument |
When a document has been modified.
|
![]() |
SaveThis |
Saves this current instance, serializes it to a file.
|
![]() |
WordIsInDoc |
Checks if the Words is in the document.
|
Properties
Name | Description | |
---|---|---|
![]() |
AllWordsInTable |
Gets all words in table.
|
![]() |
DocumentCount |
Gets the count of all the Documents in the inverted Index Table.
|
![]() |
Files |
Gets the files currently Stored in the Inverted Index Table.
|
![]() |
Samantha |
Gets the semanter used in this inverter.
|
![]() |
Stopwords |
Gets the stopwords which are ignored in this inverted Index Table.
|