Home
TeamSite
Meta tagger and MediaBin
rodigz
Hi All,
Will it be ideal to integrate Meta tagger and MediBin? Anyone implemented this architecture.?
thanks.
Find more posts tagged with
Comments
Migrateduser
I did a customization of the 4.5.2 web client for CSO that is deployed at a customer site where metatagger is used. The customization was per the customer's request. Metatagger is used to generate an xml file that the web client loads. The FIND pane on the web client contains an extra checkbox labeled "Convert to authorized term." This box is checked by default. When it is checked, for all string metadata search terms, the xml file is searched. If a match is found, the "authorized" term is added to the original term.
In other words, this is a many to one substitution, keeping the original term as well.
The code is written so it can also do a one to many substitution, based on a flag. I'm guessing this is the more typical case.
If you're interested, you can contact CSO. They refer to this module as the "synonym search module." Because "any text" searches can be slow when many terms are used, for versions 4.5.3 and later, it might make sense to adapt the module for the full text index search (quicksearch). In 4.5.3, a new table was added to the MediaBin repository which contains user specified metadata to be full text indexed for searching. From the UI, a user must specify a QuickSearch type search to search over this table.
lyman
There are two ways we have deployed integrations between MediaBin and MetaTagger. What is described above is a client level integration that uses custom scripts available through CSO. There is also server-level integration provided out-of-the-box. Basically one configured theMetatagger server and then decsribed the configuration via the MediaBin Enterprise Manager application. Then there is a MetTagger primitive that can be used with jobs either on insertion or retrieval. The purpose of this primitive is to extract automatically one or more of: keywords, summary, classification.
Please see the MediaBin documenttation for more details (or ask!).
Cheers,
Lyman Hurd
PS We are always looking for ways to expand functionality so please feel free to elaborate on your specific use case.