(1) Is it possible to suppress the <!-- long texis version comment --> from Vortex ?
(2) Is there a way of doing WITHIN (/W) operator simply based on Tokens (rather than the character based one). Lucene (the open source text retrieval engine) implements a token based edit distance metric. Seems this would elimate post processing to some extent (does in Lucene). Regardless, an efficient within token operator would be useful.
(3) I can't get LIKE to support the WITHIN operator at all -- seems like it should, as LIKE3 doesnt do post-processing.
Regards, I'd appreciate an email response as well!
Cheers,
Winton
(2) Is there a way of doing WITHIN (/W) operator simply based on Tokens (rather than the character based one). Lucene (the open source text retrieval engine) implements a token based edit distance metric. Seems this would elimate post processing to some extent (does in Lucene). Regardless, an efficient within token operator would be useful.
(3) I can't get LIKE to support the WITHIN operator at all -- seems like it should, as LIKE3 doesnt do post-processing.
Regards, I'd appreciate an email response as well!
Cheers,
Winton