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.
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.