|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sun.mdm.index.matching.adapter.SbmeMatcherAdapter
MatcherAPI implementation that allows MEFA to communicate with the Master Index Match Engine.
| Constructor Summary | |
SbmeMatcherAdapter()
Creates new SbmeMatcherAdapter |
|
| Method Summary | |
java.util.ArrayList |
findWeights(SystemObject base,
QueryResults block,
MatchOptions matchOptions)
Uses the sbme match engine to find all the match weights comparing the bases systemobject to the 'block' records retrieved from the DB |
void |
initialize(MatchEngineConfiguration config)
Initialize the Sbme match engine and the adapter |
void |
shutdown()
Shutdown and release any resources associated with the Sbme match engine and the adapter |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SbmeMatcherAdapter()
| Method Detail |
public java.util.ArrayList findWeights(SystemObject base,
QueryResults block,
MatchOptions matchOptions)
throws MatchingException
findWeights in interface MatcherAPIbase - the system object to match againstblock - the block of DB records to compare withmatchOptions - controls any matcher options such as minimum score
MatchingException - if the Matching failed
public void initialize(MatchEngineConfiguration config)
throws MatchingException
initialize in interface MatcherAPIconfig - the match engine configuration configured
MatchingException - if the initialization failed
public void shutdown()
throws MatchingException
shutdown in interface MatcherAPIMatchingException - if the shutdown failed
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Sun Microsystems, Inc.