프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Descending | bool | ||
ExternalDocumentIdStart | byte[] | ||
ExternalDocumentIdStop | byte[] | ||
NoisyQuantity | int | ||
SearchCriteriaIsNoisy | bool |
메소드 | 설명 | |
---|---|---|
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 |
|
메소드 | 설명 | |
---|---|---|
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 |
리턴 |
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 |
리턴 |
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 |
리턴 |
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 |
리턴 |
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 |
리턴 |
public TextSearchTable ( Transactions tran, string tableName ) : System | ||
tran | Transactions | |
tableName | string | |
리턴 | System |