C# Class DBreeze.TextSearch.BlockAnd

Inheritance: SBlock
Show file Open project: hhblaze/DBreeze Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
BlockAnd ( ) : System

Method Details

BlockAnd() public method

Generates a logical block: var tsm = tran.TextSearch("MyTextSearchTable"); tsm.BlockAnd("pill").OR(new DBreeze.TextSearch.BlockAnd("blue", "#LNDDE")) .GetDocumentIDs
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
return System