Свойство | Type | Description | |
---|---|---|---|
Descending | bool | ||
ExternalDocumentIdStart | byte[] | ||
ExternalDocumentIdStop | byte[] | ||
NoisyQuantity | int | ||
SearchCriteriaIsNoisy | bool |
Méthode | Description | |
---|---|---|
Block ( string containsWords, string fullMatchWords = "", bool blockAnd = true ) : |
Generates a logical block: var tsm = tran.TextSearch("MyTextSearchTable"); tsm.Block("choose").And(new DBreeze.TextSearch.BlockAnd("pill")).Or(tsm.BlockOr("blue red")) .GetDocumentIDs
|
|
BlockAnd ( IEnumerable |
Generates a logical block: var tsm = tran.TextSearch("MyTextSearchTable"); tsm.Block("choose").And(new DBreeze.TextSearch.BlockAnd("pill")).Or(tsm.BlockOr("blue red")) .GetDocumentIDs
|
|
BlockAnd ( string containsWords, string fullMatchWords = "" ) : |
Generates a logical block: var tsm = tran.TextSearch("MyTextSearchTable"); tsm.Block("choose").And(new DBreeze.TextSearch.BlockAnd("pill")).Or(tsm.BlockOr("blue red")) .GetDocumentIDs
|
|
BlockOr ( IEnumerable |
Generates a logical block: var tsm = tran.TextSearch("MyTextSearchTable"); tsm.Block("choose").And(new DBreeze.TextSearch.BlockAnd("pill")).Or(tsm.BlockOr("blue red")) .GetDocumentIDs
|
|
BlockOr ( string containsWords, string fullMatchWords = "" ) : |
Generates a logical block: var tsm = tran.TextSearch("MyTextSearchTable"); tsm.Block("choose").And(new DBreeze.TextSearch.BlockAnd("pill")).Or(tsm.BlockOr("blue red")) .GetDocumentIDs
|
|
TextSearchTable ( Transactions tran, string tableName ) : System |
|
Méthode | Description | |
---|---|---|
ComputeWordsOrigin ( ) : void |
|
|
WordsPrepare ( IEnumerable |
|
public Block ( string containsWords, string fullMatchWords = "", bool blockAnd = true ) : |
||
containsWords | string | space separated words to be used by "contains" logic |
fullMatchWords | string | space separated words to be used by "full-match" logic |
blockAnd | bool | default value is true, indicating BlockAnd |
Résultat |
public BlockAnd ( IEnumerable |
||
containsWords | IEnumerable |
space separated words to be used by "contains" logic |
fullMatchWords | IEnumerable |
space separated words to be used by "full-match" logic |
Résultat |
public BlockAnd ( string containsWords, string fullMatchWords = "" ) : |
||
containsWords | string | space separated words to be used by "contains" logic |
fullMatchWords | string | space separated words to be used by "full-match" logic |
Résultat |
public BlockOr ( IEnumerable |
||
containsWords | IEnumerable |
space separated words to be used by "contains" logic |
fullMatchWords | IEnumerable |
space separated words to be used by "full-match" logic |
Résultat |
public BlockOr ( string containsWords, string fullMatchWords = "" ) : |
||
containsWords | string | space separated words to be used by "contains" logic |
fullMatchWords | string | space separated words to be used by "full-match" logic |
Résultat |
public TextSearchTable ( Transactions tran, string tableName ) : System | ||
tran | Transactions | |
tableName | string | |
Résultat | System |