TheFullTextContext |
Scroll |
Option for the TheFullTextQuery, controlling if and how context information is returned with the TheFullTextQueryResult.
Name |
Dec Value |
Description |
FTContextOn |
0 |
TheFullTextQuery returns surrounding text passages for the locations where the search string was found in a document. |
FTContextOff |
1 |
TheFullTextQuery does not return surrounding text passages for the locations where the search string was found in a document. |
FTContextSize |
2 |
TheFullTextQuery returns surrounding text passages in the specified size for the locations where the search string was found in a document. |