APICP settings in tsql

Post Reply
miker
Posts: 4
Joined: Mon May 07, 2001 3:00 pm

APICP settings in tsql

Post by miker »

I'm trying to run an intelligent query, I don't really care how long it takes, I'm just looking for the most accurate matches based on the meanings of the search words. From what I can tell I need to change some APICP settings to make this work.

My query is simple
SELECT docid FROM textrep WHERE text LIKEP 'water contamination of ecoli'

I'm not finding anywhere near the accuracy I had hoped for and I expect that I've messed up the query or some other setting that's not causing the search to go as expected. The docs seem to point toward the APICP settings to make it do morpheme and other assorted magic on the query.
User avatar
mark
Site Admin
Posts: 5519
Joined: Tue Apr 25, 2000 6:56 pm

APICP settings in tsql

Post by mark »

tsql is an adhoc utility for doing quick queries and such. Not all settings may be changed with it. For full control over all settings you need to write a short vortex script. There you may adjust all of the apicp parameters.
User avatar
mark
Site Admin
Posts: 5519
Joined: Tue Apr 25, 2000 6:56 pm

APICP settings in tsql

Post by mark »

p.s.
Also, depending on your needs, consider using like instead of likep.
User avatar
John
Site Admin
Posts: 2622
Joined: Mon Apr 24, 2000 3:18 pm
Location: Cleveland, OH
Contact:

APICP settings in tsql

Post by John »

If you search the Texis documentation for "Server Properties" you will find those settings which can be changed with a SQL "set property=value" statement. Tsql also has a -r option to read in a profile with other settings such as noise words and suffix lists.
John Turnbull
Thunderstone Software
Post Reply