Hi,
I have this setup:
in the HTML table, I have very short documents with words and phrases like the following
Document 1 Body: adapt
Document 2 Body: adaptation
Document 3 Body: Adaptive controllers
...
I want to read in a word like "adaptive" and then use the wordforms capability of metamorph to find all documents that contain *only* variants of adaptive.
That means, from the table above, I only want to find document 1 and 2, since they contain *only* variants of my query? Document 3 contains the variant but it also contains other words.
If I use the following select statement, I get back all three documents:
"Select Body from HTML where Body Like adaptive"
Is there a way to take advantage of the word forms processing yet limit to searches to Bodies that are exact matches of the variants?
Thanks
dao@mit.edu
I have this setup:
in the HTML table, I have very short documents with words and phrases like the following
Document 1 Body: adapt
Document 2 Body: adaptation
Document 3 Body: Adaptive controllers
...
I want to read in a word like "adaptive" and then use the wordforms capability of metamorph to find all documents that contain *only* variants of adaptive.
That means, from the table above, I only want to find document 1 and 2, since they contain *only* variants of my query? Document 3 contains the variant but it also contains other words.
If I use the following select statement, I get back all three documents:
"Select Body from HTML where Body Like adaptive"
Is there a way to take advantage of the word forms processing yet limit to searches to Bodies that are exact matches of the variants?
Thanks
dao@mit.edu