Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Content Management (Extended ECM)
API, SDK, REST and Web Services
9.1 find similar on tasks and your own objects
Magnus_Salgo_(IDNordicAdmin_(Delete)_2300172)
Anyone implemented the new cool Find similar for your own object....I have found the WEBOTCINDEX.FindSimiliarUtils is that the place to search ....Where to look to do this ?!?!?!I would like to do this for an object that is like a Task..../Magnus@ids.se
Find more posts tagged with
Comments
eLink User
Message from Paul O'Hagan via eLinkHi Magnus,I'm not too sure if you're going to get very good results with Find Similaron objects other than documents. Find Similar takes the document, fires itthrough otdocconv and then fires those key phrases out as a search (by theway, it stores the key phrases in a table called dvrsextradata (if Iremember right)). If you try and do a find similar on a Task I'd ask whatit is you actually would expect to return. I can think of the following:- Other tasks created by the same person- Other tasks assigned to the same person- Other tasks in the same list- Other tasks with the same descriptionThere's most likely other information too... I just want to make sure youunderstand what it's doing behind the scenes before you implement it onTasks and are disappointed in the results.--P-----Original Message-----From: knowledge@opentext.com [mailto:knowledge@opentext.com]On Behalf OfeLink Discussion: Development DiscussionSent: March 14, 2002 12:21 PMTo: eLink RecipientSubject: 9.1 find similar on tasks and your own objects9.1 find similar on tasks and your own objectsPosted by IDNordicAdmin on 03/14/2002 12:17 PMAnyone implemented the new cool Find similar for your own object....I have found the WEBOTCINDEX.FindSimiliarUtils is that the place to search....Where to look to do this ?!?!?!I would like to do this for an object that is like a Task..../Magnus@ids.se
eLink User
Message from Magnus Salgo <<A HREF="mailto:magnus@ids.se">magnus@ids.se> via eLink
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">eLink
Hi Paul
We are looking into building a registration system inside Livelink ==> when a paper / document is comming to or sent out from a goverment it needs to be put in a log file and give it a unique number.
If necessary also a person is beeing responsible for answering the document.
One problem is that if something arrives that is already registred in the system then that document should be reigistred under the same number ( one number can have more documents with more people responsible...)
So I will have something called
Diarium that is like a project space. In this diarium we will have a lot of documents having the same numbering schema. By doing find similar I would like to see if there is something similarly in the system already....(maybe just doing fins similarly on the document is a cool start ....
So summary: I don't really now the algoritm more than a would like to have maybe a higher weight on fields that are similar than free text. Find Similar on items 144 would be enough but some incomming documengts will not be scanned into the system...
/Magnus
eLink User
Message from Paul O'Hagan via eLinkHi Magnus,I'm not sure if something got lost in the translation or not, but if Iunderstand what you're asking for correctly it's that you want to be able tomanage the weighting of a relevance score based upon a region. If that'strue you should know that by default all document regions are treatedequally. However you can influence the scoring of a result by weighting aregion more heavily by adding the following entry to your opentext.ini file:[searchengine]ExtraRanking=RegionName.Integer, RegionName.Integer,Use a value between 1 and 10 for the Integer.Is that what you're looking for?--P