> Thanks for the response. I know that the Metadata Hierarchy has changed
> since we created it, and it is quite possible that some keywords
> might still
> be assigned to certain objects. But I have delete the indexes
> ('cfa_metadata_categories' and 'cfa_metadata_keywords') using the CF
> Administrator and re-indexed using <cfa_metadataIndexAll> and I still am
> getting false results.
I should have been more clearer. If you delete a keyword from a hierarchy,
you MUST delete it, unassign it, from objects first. Otherwise, the objects
will still have pointers to the hierarchies. Therefore, my solution of,
deleting the collection and reindexing it WONT help any.
So, the only safe thing to do is before deleting a keyword/category, check
your objects first and remove any assignments. In your case, it's a bit too
late, but we can still find a solution. What I would probably do is write a
one time script that does the following:
It gets the Hierarchy object
It gets all content objects that you assign MD to and checks their
stKeywords prop. If an old category/keyword is assigned, remove it.
> Here is a little more detail as to the problem. The keywords I
> am searching
> is "ORTHOPEDIC" specifying a typeID and a categoryID. Spectra seems to
> match all content associated with the keyword "ORTHOPEDIC" in the correct
> category, but the other objects it returns do not have the keyword
> "ORTHOPEDIC" for that category. I have noticed that the falsely matched
> object has the keyword "ORTHOPEDIC SERVICES" under a separate category.
> Could this be the match, or is it just coincidence?
>
Yes, if orthopedic services is assigned and you look for orthopedic, you
will get a match. If these keywords are in different categories, the easy
way around this is to search orthopedic and give it a specific category to
match.
=======================================================================
Raymond Camden, Principal Spectra Compliance Engineer for Allaire
Email : [EMAIL PROTECTED]
ICQ UIN : 3679482
"My ally is the Force, and a powerful ally it is." - Yoda
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
------------------------------------------------------------------------------
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/spectra_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.