메소드 | 설명 | |
---|---|---|
BlockAnd ( string containsWords, string fullMatchWords = "" ) : System |
Generates a logical block: var tsm = tran.TextSearch("MyTextSearchTable"); tsm.BlockAnd("pill").OR(new DBreeze.TextSearch.BlockAnd("blue", "#LNDDE")) .GetDocumentIDs
|
메소드 | 설명 | |
---|---|---|
BlockAnd ( ) : System |
public BlockAnd ( string containsWords, string fullMatchWords = "" ) : System | ||
containsWords | string | space separated words to be used by "contains" logic |
fullMatchWords | string | space separated words to be used by "full-match" logic |
리턴 | System |