Метод | Описание | |
---|---|---|
And ( |
Returns last added block. Can be added existing block or new block in format new DBreeze.TextSearch.BlockAnd(... or new DBreeze.TextSearch.BlockOr(
|
|
And ( string containsWords, string fullMatchWords = "", bool blockAnd = true ) : |
Adding new logical block (And or Or, depending upon parameter blockAnd)
|
|
Exclude ( |
Returns last added block. Can be added existing block or new block in format new DBreeze.TextSearch.BlockAnd(... or new DBreeze.TextSearch.BlockOr(
|
|
Exclude ( string containsWords, string fullMatchWords = "", bool blockAnd = true ) : |
Adding new logical block (And or Or, depending upon parameter blockAnd)
|
|
GetDocumentIDs ( ) : IEnumerable |
IEnumerable returning External GetDocumentIDs
|
|
Or ( |
Returns last added block. Can be added existing block or new block in format new DBreeze.TextSearch.BlockAnd(... or new DBreeze.TextSearch.BlockOr(
|
|
Or ( string containsWords, string fullMatchWords = "", bool blockAnd = true ) : |
Adding new logical block (And or Or, depending upon parameter blockAnd)
|
|
Xor ( |
Returns last added block. Can be added existing block or new block in format new DBreeze.TextSearch.BlockAnd(... or new DBreeze.TextSearch.BlockOr(
|
|
Xor ( string containsWords, string fullMatchWords = "", bool blockAnd = true ) : |
Adding new logical block (And or Or, depending upon parameter blockAnd)
|
Метод | Описание | |
---|---|---|
CreateBlock ( |
||
GetArrays ( ) : List |
Universal function resulting final one/many arrays (in AND) and one array in (OR, XOR, EXCLUDE)
|
|
GetPureBlockArrays ( ) : void |
Fills up foundArrays for the current block. If logic is And and word is not found can clear already array on that level. Concenrs only pure (not logical) blocks
|
public And ( 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 and block |
Результат |
public Exclude ( 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 and block |
Результат |
public Or ( 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 and block |
Результат |
public Xor ( 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 and block |
Результат |