Greetings!
We have the following inverted metamorph index created on a table:
<apicp keepnoise 1>
<SQL "CREATE METAMORPH INVERTED INDEX meta_cmgContent on Content_Table(heading\sub_heading\abstract\body)"></SQL>
When we try to run the following query with any noise words included, it fails to return data:
select page_id, sub_heading from Content_Table where heading\sub_heading\abstract\body likep 'this is';
If we remove any one of the columns from the "to be searched" list, it works fine.
Does anyone have any thoughts on why this would occur? I ran a drop/recreate on the Metamorph index with the new noise setting - do these results indicate that I didn't do that correctly?
Thanks for any assistance.
We have the following inverted metamorph index created on a table:
<apicp keepnoise 1>
<SQL "CREATE METAMORPH INVERTED INDEX meta_cmgContent on Content_Table(heading\sub_heading\abstract\body)"></SQL>
When we try to run the following query with any noise words included, it fails to return data:
select page_id, sub_heading from Content_Table where heading\sub_heading\abstract\body likep 'this is';
If we remove any one of the columns from the "to be searched" list, it works fine.
Does anyone have any thoughts on why this would occur? I ran a drop/recreate on the Metamorph index with the new noise setting - do these results indicate that I didn't do that correctly?
Thanks for any assistance.