Search on non-alphanumeric characters

Post Reply
kevin31
Posts: 74
Joined: Fri Nov 01, 2002 12:45 pm

Search on non-alphanumeric characters

Post by kevin31 »

We need to be able to search on terms such as "C#". The only way we are able to make this work is by making the following apicp settings in Vortex:
<apicp alpostproc 1>
<apicp allinear 1>
However, we expect that this will be too great a performance hit with large amounts of data. How can we make characters such as "#" be indexed the same as alphanumeric chars? Thanks.
User avatar
mark
Site Admin
Posts: 5519
Joined: Tue Apr 25, 2000 6:56 pm

Search on non-alphanumeric characters

Post by mark »

See "set addexp" in the manual and other posts here. Basically you want to create an index expression(s) that tell texis how to index what you consider a "word".
Post Reply