Property | Type | Description | |
---|---|---|---|
documentId | uint | ||
firstCharIndex | ushort | ||
location | byte | ||
wordId | uint | ||
wordIndex | ushort |
Method | Description | |
---|---|---|
DumpedWordMapping ( uint wordId, uint documentId, BasicWordInfo info ) : System |
Initializes a new instance of the DumpedWordMapping class.
|
|
DumpedWordMapping ( uint wordId, uint documentId, ushort firstCharIndex, ushort wordIndex, byte location ) : System |
Initializes a new instance of the DumpedWordMapping class.
|
public DumpedWordMapping ( uint wordId, uint documentId, BasicWordInfo info ) : System | ||
wordId | uint | The word unique ID. |
documentId | uint | The document unique ID. |
info | BasicWordInfo | The |
return | System |
public DumpedWordMapping ( uint wordId, uint documentId, ushort firstCharIndex, ushort wordIndex, byte location ) : System | ||
wordId | uint | The word unique ID. |
documentId | uint | The document unique ID. |
firstCharIndex | ushort | The index of the first character the word. |
wordIndex | ushort | The index of the word in the original index. |
location | byte | The location identifier. |
return | System |