We have recently added punctuation to our list of indexed characters. My engineering department tells me that this is the indexing call that we are using:
tsql -q "set keepnoise='on';set delexp=0;set addexp='\alnum{1,99}';set addexp='>>\alpha{1,50},=\alpha{1,50}';set addexp='[\alnum\punct]{1,30}';set addexp='\punct{1,5}';create metamorph inverted index idxmtblnew_CLEANUP on tblnew(CLEANUP);"
What is the syntax necessary to search for punctuation characters that may have other meaning in Texis? For instance, how do you search for the following: *, ", ', -, (, ), etc.? (For instance, it appears that you must enter an asterisk [*] twice in order to literally search for the asterisk character.)
Here is the complete list of those characters we want to be able to search for:
! Exclamation mark
¡ Inverted exclamation mark
? Question mark
# Pound Sign
- Dash
> Greater Than
< Less Than
; Semicolon
: Colon
( Right Parenthesis
) Left Parenthesis
[ Left Bracket
] Right Bracket
{ Left Curly Bracket
} Right Curly Bracket
' Apostrophe
. Period
$ Dollar Sign
@ At sign
& Ampersand
* Asterisk
" Double Quote
By the way, I am a technical writer here at CaseCentral, and I have been asked to research this issue while one of our key programmers is out of the office. Let me know if there is a better way for me to interact with Thunderstone to get this information. Thanks.
- jswartz@casecentral.com
tsql -q "set keepnoise='on';set delexp=0;set addexp='\alnum{1,99}';set addexp='>>\alpha{1,50},=\alpha{1,50}';set addexp='[\alnum\punct]{1,30}';set addexp='\punct{1,5}';create metamorph inverted index idxmtblnew_CLEANUP on tblnew(CLEANUP);"
What is the syntax necessary to search for punctuation characters that may have other meaning in Texis? For instance, how do you search for the following: *, ", ', -, (, ), etc.? (For instance, it appears that you must enter an asterisk [*] twice in order to literally search for the asterisk character.)
Here is the complete list of those characters we want to be able to search for:
! Exclamation mark
¡ Inverted exclamation mark
? Question mark
# Pound Sign
- Dash
> Greater Than
< Less Than
; Semicolon
: Colon
( Right Parenthesis
) Left Parenthesis
[ Left Bracket
] Right Bracket
{ Left Curly Bracket
} Right Curly Bracket
' Apostrophe
. Period
$ Dollar Sign
@ At sign
& Ampersand
* Asterisk
" Double Quote
By the way, I am a technical writer here at CaseCentral, and I have been asked to research this issue while one of our key programmers is out of the office. Let me know if there is a better way for me to interact with Thunderstone to get this information. Thanks.
- jswartz@casecentral.com