The Perceptive Enterprise Search federator includes a default query translator that helps you translate queries without writing code. You can customize the behavior of the translator by setting properties in the connector configuration file.
Operator | Default | Property Name | Description |
AND | AND | Query.And |
|
OR | OR | Query.Or |
|
NOT | NOT | Query.Not |
|
XOR |
| Query.Xor |
|
EXCEPT |
| Query.Except |
|
BUTNOT |
| Query.ButNot |
|
… |
| Query.FarFollow |
|
.. |
| Query.CloseFollow |
|
( | ( | Query.BracketOpen |
|
) | ) | Query.BracketClose |
|
Start of Phrase | “ | Query.PhraseStart |
|
End of Phrase | “ | Query.PhraseEnd |
|
You can override the default translator behavior by specifying properties in the connection configuration file.
ISYSfederator name=â€NameOfConnector†description=â€textâ€<>
<> properties
<> property name=â€Query.And†value=â€+†/
<> property name=â€Query.Not†value=â€-†/
<> property name=â€Query.Or†value=â€|†/
/properties<>
driver type=â€.net|COM†class=â€{GUID}†module=â€module.dll†/<>
/ISYSfederator<>