SolrMergeAgent
The merge engine as an agent
Github: https://github.com/SolrSherlock/SolrMergeAgent  (no code yet)

In the present implementation, the SolrMergeAgent is capable of receiving new documents from the SolrAgentCoordinator. It's only capability at this time is to print a Trace of what it received, a small fragment of which is here:

{"locator":"TypeType","smallIcon":"cogwheel.png","details":"The TopicQuests typology root node type.","isPrivate":"false","creatorId":"SystemUser","label":"Type Type","lastEditDate":"2013-02-18T02:13:00.112Z","largeIcon":"cogwheel.png","createdDate":"2013-02-18T02:13:00.112Z"}
{"locator":"NodeType","smallIcon":"cogwheel.png","subOf":"ClassType","details":"The TopicQuests typology node type.","isPrivate":"false","creatorId":"SystemUser","label":"Node Type","lastEditDate":"2013-02-18T02:13:02.413Z","largeIcon":"cogwheel.png","createdDate":"2013-02-18T02:13:02.413Z"}
{"locator":"ClassType","smallIcon":"cogwheel.png","subOf":"TypeType","details":"The TopicQuests typology class node type.","isPrivate":"false","creatorId":"SystemUser","label":"Class Type","lastEditDate":"2013-02-18T02:13:01.602Z","largeIcon":"cogwheel.png","createdDate":"2013-02-18T02:13:01.602Z"}
{"locator":"GraphType","smallIcon":"cogwheel.png","subOf":"ClassType","details":"The TopicQuests typology graph type.","isPrivate":"false","creatorId":"SystemUser","label":"Graph Type","lastEditDate":"2013-02-18T02:13:03.026Z","largeIcon":"cogwheel.png","createdDate":"2013-02-18T02:13:03.026Z"}
{"locator":"VirtualNodeType","smallIcon":"cogwheel.png","subOf":"ClassType","details":"The TopicQuests typology virtual node type.","isPrivate":"false","creatorId":"SystemUser","label":"Virtual Node Type","lastEditDate":"2013-02-18T02:13:03.54Z","largeIcon":"cogwheel.png","createdDate":"2013-02-18T02:13:03.54Z"}
{"locator":"RelationType","smallIcon":"cogwheel.png","subOf":"TypeType","details":"The TopicQuests typology relation node type.","isPrivate":"false","creatorId":"SystemUser","label":"Relation Type","lastEditDate":"2013-02-18T02:13:04.132Z","largeIcon":"cogwheel.png","createdDate":"2013-02-18T02:13:04.132Z"}
{"locator":"MergeAssertionType","smallIcon":"cogwheel.png","subOf":"RelationType","details":"The TopicQuests typology merge assertion node type.","isPrivate":"false","creatorId":"SystemUser","label":"Merge Assertion Type","lastEditDate":"2013-02-18T02:13:05.237Z","largeIcon":"cogwheel.png","createdDate":"2013-02-18T02:13:05.237Z"}
{"locator":"OntologyType","smallIcon":"cogwheel.png","subOf":"TypeType","details":"The TopicQuests typology ontology node type.","isPrivate":"false","creatorId":"SystemUser","label":"Ontology Type","lastEditDate":"2013-02-18T02:13:05.778Z","largeIcon":"cogwheel.png","createdDate":"2013-02-18T02:13:05.778Z"}
{"locator":"PropertyType","smallIcon":"cogwheel.png","subOf":"TypeType","details":"The TopicQuests typology property node type.","isPrivate":"false","creatorId":"SystemUser","label":"Property Type","lastEditDate":"2013-02-18T02:13:06.349Z","largeIcon":"cogwheel.png","createdDate":"2013-02-18T02:13:06.349Z"}
{"locator":"MergeRuleType","smallIcon":"cogwheel.png","subOf":"RuleType","details":"The TopicQuests typology merge rule node type.","isPrivate":"false","creatorId":"SystemUser","label":"Merge Rule Type","lastEditDate":"2013-02-18T02:13:08.068Z","largeIcon":"cogwheel.png","createdDate":"2013-02-18T02:13:08.068Z"}
{"locator":"RuleType","smallIcon":"cogwheel.png","subOf":"TypeType","details":"The TopicQuests typology rule node type.","isPrivate":"false","creatorId":"SystemUser","label":"Rule Type","lastEditDate":"2013-02-18T02:13:07.317Z","largeIcon":"cogwheel.png","createdDate":"2013-02-18T02:13:07.317Z"}
{"locator":"RoleType","smallIcon":"cogwheel.png","subOf":"TypeType","details":"The TopicQuests typology role node type.","isPrivate":"false","creatorId":"SystemUser","label":"Role Type","lastEditDate":"2013-02-18T02:13:08.714Z","largeIcon":"cogwheel.png","createdDate":"2013-02-18T02:13:08.714Z"}
{"locator":"UserType","smallIcon":"cogwheel.png","subOf":"TypeType","details":"The TopicQuests typology user node type.","isPrivate":"false","creatorId":"SystemUser","label":"User Type","lastEditDate":"2013-02-18T02:13:09.738Z","largeIcon":"cogwheel.png","createdDate":"2013-02-18T02:13:09.738Z"}
{"locator":"SystemUser","smallIcon":"cogwheel.png","details":"The TopicQuests System User.","isPrivate":"false","creatorId":"SystemUser","label":"System user","instanceOf":"UserType","lastEditDate":"2013-02-18T02:13:10.653Z","largeIcon":"cogwheel.png","createdDate":"2013-02-18T02:13:10.653Z"}
{"locator":"UnknownUserType","smallIcon":"cogwheel.png","subOf":"UserType","details":"The TopicQuests typology unknown user node type.","isPrivate":"false","creatorId":"SystemUser","label":"Unknown User Type","lastEditDate":"2013-02-18T02:13:11.27Z","largeIcon":"cogwheel.png","createdDate":"2013-02-18T02:13:11.27Z"}
{"locator":"ForeignUserType","smallIcon":"cogwheel.png","subOf":"UserType","details":"The TopicQuests typology foreign user node type.","isPrivate":"false","creatorId":"SystemUser","label":"Foreign User Type","lastEditDate":"2013-02-18T02:13:12.081Z","largeIcon":"cogwheel.png","createdDate":"2013-02-18T02:13:12.081Z"}
{"locator":"AgentType","smallIcon":"cogwheel.png","subOf":"UserType","details":"The TopicQuests typology agent user node type.","isPrivate":"false","creatorId":"SystemUser","label":"Agent User Type","lastEditDate":"2013-02-18T02:13:12.642Z","largeIcon":"cogwheel.png","createdDate":"2013-02-18T02:13:12.642Z"}
{"locator":"MergeAgentType","smallIcon":"cogwheel.png","subOf":"AgentType","details":"The TopicQuests typology merge agent node type.","isPrivate":"false","creatorId":"SystemUser","label":"Merge Agent User Type","lastEditDate":"2013-02-18T02:13:13.115Z","largeIcon":"cogwheel.png","createdDate":"2013-02-18T02:13:13.115Z"}

CONTEXT(Help)
-
OpenSherlock Project »OpenSherlock Project
Resources »Resources
TopicQuests Topic Map Code »TopicQuests Topic Map Code
SolrMergeAgent
How does a merge agent handle communicating findings? »How does a merge agent handle communicating findings?
Topic maps need merge engines »Topic maps need merge engines
SolrAgentFramework »SolrAgentFramework
+Comments (0)
+Citations (0)
+About