An index of document starting and ending occurrence IDs
| C# | Visual Basic | Visual C++ |
public class DocumentOccurrenceIndexTable
Public Class DocumentOccurrenceIndexTable
public ref class DocumentOccurrenceIndexTable
| All Members | Constructors | Methods | |||
| Icon | Member | Description |
|---|---|---|
| DocumentOccurrenceIndexTable(Configuration) |
New instance
| |
| AddEntry(Int32, Int32, Int32) |
Adds a new entry
| |
| Close()()() |
Closes the file
| |
| Equals(Object) |
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.) | |
| Finalize()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| FindDocumentOccurranceBoundaries(Int32) |
Returns 1st and last occurrenceID belonging to the document
| |
| GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Open(Boolean) |
Opens the file
| |
| ToString()()() |
Returns a String that represents the current Object.
(Inherited from Object.) |
| Object | |
| DocumentOccurrenceIndexTable | |