Property | Type | Description | |
---|---|---|---|
InsertWasPerformed | bool |
Method | Description | |
---|---|---|
AfterCommit ( ) : void |
Started only in case if InsertWasPerformed in deffered or not deffered way
|
|
BeforeCommit ( ) : void |
Started only in case if InsertWasPerformed in deffered or not deffered way
|
|
GetDocumentsSearchables ( Transaction tran, string tableName, HashSet |
|
|
InsertDocumentText ( Transaction tran, string tableName, byte documentId, string containsWords, string fullMatchWords, bool deferredIndexing, int containsMinimalLength, eInsertMode iMode ) : void |
|
|
TextSearchHandler ( Transaction tran ) : System |
Method | Description | |
---|---|---|
DoIndexing ( Transaction itran, ITS>.Dictionary |
itbls and transaction must be supplied, to make it working from outside
|
|
GetByteArrayFromSearchbles ( string searchables ) : byte[] |
Converter from searchbales to byte[]
|
|
GetSearchablesFromByteArray ( byte searchables ) : string |
Converter from byte[] searchables.
|
|
GetSearchablesFromByteArray_AsHashSet ( byte searchables ) : HashSet |
|
|
GetWordsDefinitionFromText ( string containsWords, string fullMatchWords, int containsMinimalLength ) : WordDefinition>.SortedDictionary |
Returns null in case of notfound anything or what ever
|
|
WordsDiff ( byte oldtext, byte newtext ) : HashSet |
This function accepts old value of searchables for one document and new value, decides what must be Removed (par1) and what should be Added (par2)
|
public GetDocumentsSearchables ( Transaction tran, string tableName, HashSet |
||
tran | Transaction | |
tableName | string | |
documentIDs | HashSet |
|
return | HashSet |
public InsertDocumentText ( Transaction tran, string tableName, byte documentId, string containsWords, string fullMatchWords, bool deferredIndexing, int containsMinimalLength, eInsertMode iMode ) : void | ||
tran | Transaction | |
tableName | string | |
documentId | byte | |
containsWords | string | |
fullMatchWords | string | |
deferredIndexing | bool | |
containsMinimalLength | int | |
iMode | eInsertMode | |
return | void |
public TextSearchHandler ( Transaction tran ) : System | ||
tran | Transaction | |
return | System |