Second Testing
Running SolrAgentCoordinator with SolrInterceptor on a live Solr while importing nodes to Solr
This test displays a fragment of a trace while SolrAgentCoordinator is listening to SolrInterceptor while it is intercepting new documents sent to Solr from the topic map's bootstrap system.  The topic map is built on top of a typology which provides anchor topics for all other topics sent to the system. Importing that typology brings in dozens of tuples, each revealed in the trace as SolrAgentCoordinator is busy accepting them from Solr and writing them to its blackboard.

This test means that we have a connection now from a live Solr and an active SolrAgentCoordinator.

Tuple description


A primary document, as sent from SolrInterceptor, is a JSON string with three separate tags:
  • id which is the tuple's identity, related only to the blackboard, not to the Solr document
  • tag which is a category which defines a place to accumulate a list of tuples
  • cargo which is a JSON string that represents the entire Solr document -- it can become rather large
A sample lifted from below and cleaned up at http://jsonlint.com/ looks like this:

{
    "id": 1360977008040,
    "tag": "NewSolrDoc",
    "cargo": "{\"locator\":\"TypeType\",\"smallIcon\":\"cogwheel.png\",\"details\":\"The TopicQuests typology root node type.\",\"isPrivate\":\"false\",\"creatorId\":\"SystemUser\",\"label\":\"Type Type\",\"lastEditDate\":\"2013-02-16T01:10:07.366Z\",\"largeIcon\":\"cogwheel.png\",\"createdDate\":\"2013-02-16T01:10:07.366Z\"}"
}

The trace fragment


2013-02-15 17:10:08.040 WRITE: {"id":1360977008040,"tag":"NewSolrDoc","cargo":"{\"locator\":\"TypeType\",\"smallIcon\":\"cogwheel.png\",\"details\":\"The TopicQuests typology root node type.\",\"isPrivate\":\"false\",\"creatorId\":\"SystemUser\",\"label\":\"Type Type\",\"lastEditDate\":\"2013-02-16T01:10:07.366Z\",\"largeIcon\":\"cogwheel.png\",\"createdDate\":\"2013-02-16T01:10:07.366Z\"}"}
2013-02-15 17:10:08.557 WRITE: {"id":1360977008557,"tag":"NewSolrDoc","cargo":"{\"locator\":\"ClassType\",\"smallIcon\":\"cogwheel.png\",\"subOf\":\"TypeType\",\"details\":\"The TopicQuests typology class node type.\",\"isPrivate\":\"false\",\"creatorId\":\"SystemUser\",\"label\":\"Class Type\",\"lastEditDate\":\"2013-02-16T01:10:08.416Z\",\"largeIcon\":\"cogwheel.png\",\"createdDate\":\"2013-02-16T01:10:08.416Z\"}"}
2013-02-15 17:10:09.072 WRITE: {"id":1360977009071,"tag":"NewSolrDoc","cargo":"{\"locator\":\"NodeType\",\"smallIcon\":\"cogwheel.png\",\"subOf\":\"ClassType\",\"details\":\"The TopicQuests typology node type.\",\"isPrivate\":\"false\",\"creatorId\":\"SystemUser\",\"label\":\"Node Type\",\"lastEditDate\":\"2013-02-16T01:10:08.932Z\",\"largeIcon\":\"cogwheel.png\",\"createdDate\":\"2013-02-16T01:10:08.932Z\"}"}
2013-02-15 17:10:09.585 WRITE: {"id":1360977009585,"tag":"NewSolrDoc","cargo":"{\"locator\":\"GraphType\",\"smallIcon\":\"cogwheel.png\",\"subOf\":\"ClassType\",\"details\":\"The TopicQuests typology graph type.\",\"isPrivate\":\"false\",\"creatorId\":\"SystemUser\",\"label\":\"Graph Type\",\"lastEditDate\":\"2013-02-16T01:10:09.425Z\",\"largeIcon\":\"cogwheel.png\",\"createdDate\":\"2013-02-16T01:10:09.425Z\"}"}
2013-02-15 17:10:10.105 WRITE: {"id":1360977010105,"tag":"NewSolrDoc","cargo":"{\"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-16T01:10:10.016Z\",\"largeIcon\":\"cogwheel.png\",\"createdDate\":\"2013-02-16T01:10:10.016Z\"}"}
2013-02-15 17:10:10.615 WRITE: {"id":1360977010615,"tag":"NewSolrDoc","cargo":"{\"locator\":\"RelationType\",\"smallIcon\":\"cogwheel.png\",\"subOf\":\"TypeType\",\"details\":\"The TopicQuests typology relation node type.\",\"isPrivate\":\"false\",\"creatorId\":\"SystemUser\",\"label\":\"Relation Type\",\"lastEditDate\":\"2013-02-16T01:10:10.542Z\",\"largeIcon\":\"cogwheel.png\",\"createdDate\":\"2013-02-16T01:10:10.542Z\"}"}
2013-02-15 17:10:11.138 WRITE: {"id":1360977011138,"tag":"NewSolrDoc","cargo":"{\"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-16T01:10:11.011Z\",\"largeIcon\":\"cogwheel.png\",\"createdDate\":\"2013-02-16T01:10:11.011Z\"}"}
2013-02-15 17:10:11.670 WRITE: {"id":1360977011670,"tag":"NewSolrDoc","cargo":"{\"locator\":\"OntologyType\",\"smallIcon\":\"cogwheel.png\",\"subOf\":\"TypeType\",\"details\":\"The TopicQuests typology ontology node type.\",\"isPrivate\":\"false\",\"creatorId\":\"SystemUser\",\"label\":\"Ontology Type\",\"lastEditDate\":\"2013-02-16T01:10:11.587Z\",\"largeIcon\":\"cogwheel.png\",\"createdDate\":\"2013-02-16T01:10:11.587Z\"}"}
2013-02-15 17:10:12.195 WRITE: {"id":1360977012195,"tag":"NewSolrDoc","cargo":"{\"locator\":\"PropertyType\",\"smallIcon\":\"cogwheel.png\",\"subOf\":\"TypeType\",\"details\":\"The TopicQuests typology property node type.\",\"isPrivate\":\"false\",\"creatorId\":\"SystemUser\",\"label\":\"Property Type\",\"lastEditDate\":\"2013-02-16T01:10:12.113Z\",\"largeIcon\":\"cogwheel.png\",\"createdDate\":\"2013-02-16T01:10:12.113Z\"}"}
2013-02-15 17:10:12.708 WRITE: {"id":1360977012708,"tag":"NewSolrDoc","cargo":"{\"locator\":\"RuleType\",\"smallIcon\":\"cogwheel.png\",\"subOf\":\"TypeType\",\"details\":\"The TopicQuests typology rule node type.\",\"isPrivate\":\"false\",\"creatorId\":\"SystemUser\",\"label\":\"Rule Type\",\"lastEditDate\":\"2013-02-16T01:10:12.629Z\",\"largeIcon\":\"cogwheel.png\",\"createdDate\":\"2013-02-16T01:10:12.629Z\"}"}
2013-02-15 17:10:13.723 WRITE: {"id":1360977013723,"tag":"NewSolrDoc","cargo":"{\"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-16T01:10:13.257Z\",\"largeIcon\":\"cogwheel.png\",\"createdDate\":\"2013-02-16T01:10:13.257Z\"}"}
2013-02-15 17:10:14.747 WRITE: {"id":1360977014746,"tag":"NewSolrDoc","cargo":"{\"locator\":\"RoleType\",\"smallIcon\":\"cogwheel.png\",\"subOf\":\"TypeType\",\"details\":\"The TopicQuests typology role node type.\",\"isPrivate\":\"false\",\"creatorId\":\"SystemUser\",\"label\":\"Role Type\",\"lastEditDate\":\"2013-02-16T01:10:14.219Z\",\"largeIcon\":\"cogwheel.png\",\"createdDate\":\"2013-02-16T01:10:14.219Z\"}"}
2013-02-15 17:10:15.254 WRITE: {"id":1360977015254,"tag":"NewSolrDoc","cargo":"{\"locator\":\"UserType\",\"smallIcon\":\"cogwheel.png\",\"subOf\":\"TypeType\",\"details\":\"The TopicQuests typology user node type.\",\"isPrivate\":\"false\",\"creatorId\":\"SystemUser\",\"label\":\"User Type\",\"lastEditDate\":\"2013-02-16T01:10:15.205Z\",\"largeIcon\":\"cogwheel.png\",\"createdDate\":\"2013-02-16T01:10:15.205Z\"}"}
2013-02-15 17:10:15.773 WRITE: {"id":1360977015772,"tag":"NewSolrDoc","cargo":"{\"locator\":\"SystemUser\",\"smallIcon\":\"cogwheel.png\",\"details\":\"The TopicQuests System User.\",\"isPrivate\":\"false\",\"creatorId\":\"SystemUser\",\"label\":\"System user\",\"instanceOf\":\"UserType\",\"lastEditDate\":\"2013-02-16T01:10:15.663Z\",\"largeIcon\":\"cogwheel.png\",\"createdDate\":\"2013-02-16T01:10:15.663Z\"}"}
2013-02-15 17:10:16.292 WRITE: {"id":1360977016291,"tag":"NewSolrDoc","cargo":"{\"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-16T01:10:16.188Z\",\"largeIcon\":\"cogwheel.png\",\"createdDate\":\"2013-02-16T01:10:16.188Z\"}"}
2013-02-15 17:10:16.821 WRITE: {"id":1360977016821,"tag":"NewSolrDoc","cargo":"{\"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-16T01:10:16.677Z\",\"largeIcon\":\"cogwheel.png\",\"createdDate\":\"2013-02-16T01:10:16.677Z\"}"}
2013-02-15 17:10:17.328 WRITE: {"id":1360977017328,"tag":"NewSolrDoc","cargo":"{\"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-16T01:10:17.3Z\",\"largeIcon\":\"cogwheel.png\",\"createdDate\":\"2013-02-16T01:10:17.3Z\"}"}
2013-02-15 17:10:18.346 WRITE: {"id":1360977018346,"tag":"NewSolrDoc","cargo":"{\"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-16T01:10:17.883Z\",\"largeIcon\":\"cogwheel.png\",\"createdDate\":\"2013-02-16T01:10:17.883Z\"}"}
2013-02-15 17:10:18.863 WRITE: {"id":1360977018863,"tag":"NewSolrDoc","cargo":"{\"locator\":\"HarvestAgentType\",\"smallIcon\":\"cogwheel.png\",\"subOf\":\"AgentType\",\"details\":\"The TopicQuests typology harvest agent node type.\",\"isPrivate\":\"false\",\"creatorId\":\"SystemUser\",\"label\":\"Harvest Agent User Type\",\"lastEditDate\":\"2013-02-16T01:10:18.744Z\",\"largeIcon\":\"cogwheel.png\",\"createdDate\":\"2013-02-16T01:10:18.744Z\"}"}
2013-02-15 17:10:19.886 WRITE: {"id":1360977019886,"tag":"NewSolrDoc","cargo":"{\"locator\":\"ResourceType\",\"smallIcon\":\"cogwheel.png\",\"subOf\":\"TypeType\",\"details\":\"The TopicQuests typology resource node type.\",\"isPrivate\":\"false\",\"creatorId\":\"SystemUser\",\"label\":\"Resource Type\",\"lastEditDate\":\"2013-02-16T01:10:19.408Z\",\"largeIcon\":\"cogwheel.png\",\"createdDate\":\"2013-02-16T01:10:19.408Z\"}"}
2013-02-15 17:10:20.892 WRITE: {"id":1360977020892,"tag":"NewSolrDoc","cargo":"{\"locator\":\"WebResourceType\",\"smallIcon\":\"cogwheel.png\",\"subOf\":\"ResourceType\",\"details\":\"The TopicQuests typology web resource node type.\",\"isPrivate\":\"false\",\"creatorId\":\"SystemUser\",\"label\":\"Web Resource Type\",\"lastEditDate\":\"2013-02-16T01:10:20.529Z\",\"largeIcon\":\"cogwheel.png\",\"createdDate\":\"2013-02-16T01:10:20.529Z\"}"}
2013-02-15 17:10:21.400 WRITE: {"id":1360977021400,"tag":"NewSolrDoc","cargo":"{\"locator\":\"LegendType\",\"smallIcon\":\"cogwheel.png\",\"subOf\":\"TypeType\",\"details\":\"The TopicQuests typology legend node type.\",\"isPrivate\":\"false\",\"creatorId\":\"SystemUser\",\"label\":\"Legend Type\",\"lastEditDate\":\"2013-02-16T01:10:21.362Z\",\"largeIcon\":\"cogwheel.png\",\"createdDate\":\"2013-02-16T01:10:21.362Z\"}"}
2013-02-15 17:10:21.900 WRITE: {"id":1360977021900,"tag":"NewSolrDoc","cargo":"{\"locator\":\"ScopeType\",\"smallIcon\":\"cogwheel.png\",\"subOf\":\"TypeType\",\"details\":\"The TopicQuests typology scope node type.\",\"isPrivate\":\"false\",\"creatorId\":\"SystemUser\",\"label\":\"Scope Type\",\"lastEditDate\":\"2013-02-16T01:10:21.872Z\",\"largeIcon\":\"cogwheel.png\",\"createdDate\":\"2013-02-16T01:10:21.872Z\"}"}
2013-02-15 17:10:22.412 WRITE: {"id":1360977022412,"tag":"NewSolrDoc","cargo":"{\"locator\":\"MergeRuleScopeType\",\"smallIcon\":\"cogwheel.png\",\"subOf\":\"ScopeType\",\"details\":\"The TopicQuests typology merge rule scope node type.\",\"isPrivate\":\"false\",\"creatorId\":\"SystemUser\",\"label\":\"Merge Rule Scope Type\",\"lastEditDate\":\"2013-02-16T01:10:22.366Z\",\"largeIcon\":\"cogwheel.png\",\"createdDate\":\"2013-02-16T01:10:22.366Z\"}"}
2013-02-15 17:10:22.921 WRITE: {"id":1360977022921,"tag":"NewSolrDoc","cargo":"{\"locator\":\"locator\",\"smallIcon\":\"snowflake.png\",\"subOf\":\"PropertyType\",\"details\":\"The TopicQuests typology locator property type.\",\"isPrivate\":\"false\",\"creatorId\":\"SystemUser\",\"label\":\"Node Locator Property Type\",\"lastEditDate\":\"2013-02-16T01:10:22.773Z\",\"largeIcon\":\"snowflake.png\",\"createdDate\":\"2013-02-16T01:10:22.773Z\"}"}
2013-02-15 17:10:23.431 WRITE: {"id":1360977023431,"tag":"NewSolrDoc","cargo":"{\"locator\":\"createdDate\",\"smallIcon\":\"snowflake.png\",\"subOf\":\"PropertyType\",\"details\":\"The TopicQuests typology created date property type.\",\"isPrivate\":\"false\",\"creatorId\":\"SystemUser\",\"label\":\"Created Date Property Type\",\"lastEditDate\":\"2013-02-16T01:10:23.267Z\",\"largeIcon\":\"snowflake.png\",\"createdDate\":\"2013-02-16T01:10:23.267Z\"}"}
2013-02-15 17:10:24.446 WRITE: {"id":1360977024446,"tag":"NewSolrDoc","cargo":"{\"locator\":\"lastEditDate\",\"smallIcon\":\"snowflake.png\",\"subOf\":\"PropertyType\",\"details\":\"The TopicQuests typology last edit date property type.\",\"isPrivate\":\"false\",\"creatorId\":\"SystemUser\",\"label\":\"Last Edit Date Property Type\",\"lastEditDate\":\"2013-02-16T01:10:23.96Z\",\"largeIcon\":\"snowflake.png\",\"createdDate\":\"2013-02-16T01:10:23.96Z\"}"}
2013-02-15 17:10:24.960 WRITE: {"id":1360977024959,"tag":"NewSolrDoc","cargo":"{\"locator\":\"creatorId\",\"smallIcon\":\"snowflake.png\",\"subOf\":\"PropertyType\",\"details\":\"The TopicQuests typology creator id property type.\",\"isPrivate\":\"false\",\"creatorId\":\"SystemUser\",\"label\":\"Creator ID Property Type\",\"lastEditDate\":\"2013-02-16T01:10:24.857Z\",\"largeIcon\":\"snowflake.png\",\"createdDate\":\"2013-02-16T01:10:24.857Z\"}"}
2013-02-15 17:10:25.974 WRITE: {"id":1360977025974,"tag":"NewSolrDoc","cargo":"{\"locator\":\"label\",\"smallIcon\":\"snowflake.png\",\"subOf\":\"PropertyType\",\"details\":\"The TopicQuests typology label string property type.\",\"isPrivate\":\"false\",\"creatorId\":\"SystemUser\",\"label\":\"Label String Property Type\",\"lastEditDate\":\"2013-02-16T01:10:25.439Z\",\"largeIcon\":\"snowflake.png\",\"createdDate\":\"2013-02-16T01:10:25.439Z\"}"}
2013-02-15 17:10:26.984 WRITE: {"id":1360977026984,"tag":"NewSolrDoc","cargo":"{\"locator\":\"details\",\"smallIcon\":\"snowflake.png\",\"subOf\":\"PropertyType\",\"details\":\"The TopicQuests typology details property type.\",\"isPrivate\":\"false\",\"creatorId\":\"SystemUser\",\"label\":\"Details Property Type\",\"lastEditDate\":\"2013-02-16T01:10:26.484Z\",\"largeIcon\":\"snowflake.png\",\"createdDate\":\"2013-02-16T01:10:26.484Z\"}"}
2013-02-15 17:10:28.012 WRITE: {"id":1360977028012,"tag":"NewSolrDoc","cargo":"{\"locator\":\"_version_\",\"smallIcon\":\"snowflake.png\",\"subOf\":\"PropertyType\",\"details\":\"The TopicQuests typology version property type.\",\"isPrivate\":\"false\",\"creatorId\":\"SystemUser\",\"label\":\"Version Property Type\",\"lastEditDate\":\"2013-02-16T01:10:27.499Z\",\"largeIcon\":\"snowflake.png\",\"createdDate\":\"2013-02-16T01:10:27.499Z\"}"}
2013-02-15 17:10:28.522 WRITE: {"id":1360977028522,"tag":"NewSolrDoc","cargo":"{\"locator\":\"subOf\",\"smallIcon\":\"snowflake.png\",\"subOf\":\"PropertyType\",\"details\":\"The TopicQuests typology subclassOf property type.\",\"isPrivate\":\"false\",\"creatorId\":\"SystemUser\",\"label\":\"Subclass Of Property Type\",\"lastEditDate\":\"2013-02-16T01:10:28.28Z\",\"largeIcon\":\"snowflake.png\",\"createdDate\":\"2013-02-16T01:10:28.28Z\"}"}
2013-02-15 17:10:29.039 WRITE: {"id":1360977029039,"tag":"NewSolrDoc","cargo":"{\"locator\":\"instanceOf\",\"smallIcon\":\"snowflake.png\",\"subOf\":\"PropertyType\",\"details\":\"The TopicQuests typology instanceOf property type.\",\"isPrivate\":\"false\",\"creatorId\":\"SystemUser\",\"label\":\"Instance Of Property Type\",\"lastEditDate\":\"2013-02-16T01:10:28.889Z\",\"largeIcon\":\"snowflake.png\",\"createdDate\":\"2013-02-16T01:10:28.889Z\"}"}
2013-02-15 17:10:29.547 WRITE: {"id":1360977029547,"tag":"NewSolrDoc","cargo":"{\"locator\":\"restrictions\",\"smallIcon\":\"snowflake.png\",\"subOf\":\"PropertyType\",\"details\":\"The TopicQuests typology restriction property type.\",\"isPrivate\":\"false\",\"creatorId\":\"SystemUser\",\"label\":\"Restriction Property Type\",\"lastEditDate\":\"2013-02-16T01:10:29.375Z\",\"largeIcon\":\"snowflake.png\",\"createdDate\":\"2013-02-16T01:10:29.375Z\"}"}
2013-02-15 17:10:30.573 WRITE: {"id":1360977030573,"tag":"NewSolrDoc","cargo":"{\"locator\":\"isPrivate\",\"smallIcon\":\"snowflake.png\",\"subOf\":\"PropertyType\",\"details\":\"The TopicQuests typology isPrivate property type.\",\"isPrivate\":\"false\",\"creatorId\":\"SystemUser\",\"label\":\"Is Private Property Type\",\"lastEditDate\":\"2013-02-16T01:10:30.195Z\",\"largeIcon\":\"snowflake.png\",\"createdDate\":\"2013-02-16T01:10:30.195Z\"}"}
2013-02-15 17:10:31.084 WRITE: {"id":1360977031084,"tag":"NewSolrDoc","cargo":"{\"locator\":\"largeIcon\",\"smallIcon\":\"snowflake.png\",\"subOf\":\"PropertyType\",\"details\":\"The TopicQuests typology large image path property type.\",\"isPrivate\":\"false\",\"creatorId\":\"SystemUser\",\"label\":\"Large Image Path Property Type\",\"lastEditDate\":\"2013-02-16T01:10:30.994Z\",\"largeIcon\":\"snowflake.png\",\"createdDate\":\"2013-02-16T01:10:30.994Z\"}"}
2013-02-15 17:10:31.594 WRITE: {"id":1360977031594,"tag":"NewSolrDoc","cargo":"{\"locator\":\"smallIcon\",\"smallIcon\":\"snowflake.png\",\"subOf\":\"PropertyType\",\"details\":\"The TopicQuests typology small image path property type.\",\"isPrivate\":\"false\",\"creatorId\":\"SystemUser\",\"label\":\"Small Image Path Property Type\",\"lastEditDate\":\"2013-02-16T01:10:31.491Z\",\"largeIcon\":\"snowflake.png\",\"createdDate\":\"2013-02-16T01:10:31.491Z\"}"}
2013-02-15 17:10:32.106 WRITE: {"id":1360977032106,"tag":"NewSolrDoc","cargo":"{\"locator\":\"isTransclude\",\"smallIcon\":\"snowflake.png\",\"subOf\":\"PropertyType\",\"details\":\"The TopicQuests typology tuple isTranscluded property type.\",\"isPrivate\":\"false\",\"creatorId\":\"SystemUser\",\"label\":\"Tuple Is Transcluded Property Type\",\"lastEditDate\":\"2013-02-16T01:10:32.056Z\",\"largeIcon\":\"snowflake.png\",\"createdDate\":\"2013-02-16T01:10:32.056Z\"}"}
2013-02-15 17:10:33.123 WRITE: {"id":1360977033123,"tag":"NewSolrDoc","cargo":"{\"locator\":\"tuples\",\"smallIcon\":\"snowflake.png\",\"subOf\":\"PropertyType\",\"details\":\"The TopicQuests typology tuple list property type.\",\"isPrivate\":\"false\",\"creatorId\":\"SystemUser\",\"label\":\"Tuple List Property Type\",\"lastEditDate\":\"2013-02-16T01:10:32.826Z\",\"largeIcon\":\"snowflake.png\",\"createdDate\":\"2013-02-16T01:10:32.826Z\"}"}
2013-02-15 17:10:33.650 WRITE: {"id":1360977033650,"tag":"NewSolrDoc","cargo":"{\"locator\":\"tuplesR\",\"smallIcon\":\"snowflake.png\",\"subOf\":\"PropertyType\",\"details\":\"The TopicQuests typology restricted tuple list property type.\",\"isPrivate\":\"false\",\"creatorId\":\"SystemUser\",\"label\":\"Restricted Tuple List Property Type\",\"lastEditDate\":\"2013-02-16T01:10:33.551Z\",\"largeIcon\":\"snowflake.png\",\"createdDate\":\"2013-02-16T01:10:33.551Z\"}"}
2013-02-15 17:10:34.166 WRITE: {"id":1360977034166,"tag":"NewSolrDoc","cargo":"{\"locator\":\"tupleObject\",\"smallIcon\":\"snowflake.png\",\"subOf\":\"PropertyType\",\"details\":\"The TopicQuests typology tuple object property type.\",\"isPrivate\":\"false\",\"creatorId\":\"SystemUser\",\"label\":\"Tuple Object Property Type\",\"lastEditDate\":\"2013-02-16T01:10:34.001Z\",\"largeIcon\":\"snowflake.png\",\"createdDate\":\"2013-02-16T01:10:34.001Z\"}"}
2013-02-15 17:10:34.675 WRITE: {"id":1360977034675,"tag":"NewSolrDoc","cargo":"{\"locator\":\"tupleObjectType\",\"smallIcon\":\"snowflake.png\",\"subOf\":\"PropertyType\",\"details\":\"The TopicQuests typology tuple object type property type.\",\"isPrivate\":\"false\",\"creatorId\":\"SystemUser\",\"label\":\"Tuple Object Type Property Type\",\"lastEditDate\":\"2013-02-16T01:10:34.514Z\",\"largeIcon\":\"snowflake.png\",\"createdDate\":\"2013-02-16T01:10:34.514Z\"}"}
2013-02-15 17:10:35.186 WRITE: {"id":1360977035186,"tag":"NewSolrDoc","cargo":"{\"locator\":\"tupleSubject\",\"smallIcon\":\"snowflake.png\",\"subOf\":\"PropertyType\",\"details\":\"The TopicQuests typology tuple subject property type.\",\"isPrivate\":\"false\",\"creatorId\":\"SystemUser\",\"label\":\"Tuple Subject Property Type\",\"lastEditDate\":\"2013-02-16T01:10:35.093Z\",\"largeIcon\":\"snowflake.png\",\"createdDate\":\"2013-02-16T01:10:35.093Z\"}"}
2013-02-15 17:10:35.706 WRITE: {"id":1360977035706,"tag":"NewSolrDoc","cargo":"{\"locator\":\"tupleSubjectType\",\"smallIcon\":\"snowflake.png\",\"subOf\":\"PropertyType\",\"details\":\"The TopicQuests typology tuple subject type property type.\",\"isPrivate\":\"false\",\"creatorId\":\"SystemUser\",\"label\":\"Tuple Subject Type Property Type\",\"lastEditDate\":\"2013-02-16T01:10:35.545Z\",\"largeIcon\":\"snowflake.png\",\"createdDate\":\"2013-02-16T01:10:35.545Z\"}"}
2013-02-15 17:10:36.231 WRITE: {"id":1360977036231,"tag":"NewSolrDoc","cargo":"{\"locator\":\"tupleSubjectRole\",\"smallIcon\":\"snowflake.png\",\"subOf\":\"PropertyType\",\"details\":\"The TopicQuests typology tuple subject's role property type.\",\"isPrivate\":\"false\",\"creatorId\":\"SystemUser\",\"label\":\"Tuple Subject Role Property Type\",\"lastEditDate\":\"2013-02-16T01:10:36.109Z\",\"largeIcon\":\"snowflake.png\",\"createdDate\":\"2013-02-16T01:10:36.109Z\"}"}
2013-02-15 17:10:36.744 WRITE: {"id":1360977036744,"tag":"NewSolrDoc","cargo":"{\"locator\":\"tupleObjectRole\",\"smallIcon\":\"snowflake.png\",\"subOf\":\"PropertyType\",\"details\":\"The TopicQuests typology tuple object's role property type.\",\"isPrivate\":\"false\",\"creatorId\":\"SystemUser\",\"label\":\"Tuple Object Role Property Type\",\"lastEditDate\":\"2013-02-16T01:10:36.64Z\",\"largeIcon\":\"snowflake.png\",\"createdDate\":\"2013-02-16T01:10:36.64Z\"}"}
2013-02-15 17:10:37.256 WRITE: {"id":1360977037256,"tag":"NewSolrDoc","cargo":"{\"locator\":\"scopes\",\"smallIcon\":\"snowflake.png\",\"subOf\":\"PropertyType\",\"details\":\"The TopicQuests typology scope list property type.\",\"isPrivate\":\"false\",\"creatorId\":\"SystemUser\",\"label\":\"Scope List Property Type\",\"lastEditDate\":\"2013-02-16T01:10:37.194Z\",\"largeIcon\":\"snowflake.png\",\"createdDate\":\"2013-02-16T01:10:37.194Z\"}"}

CONTEXT(Help)
-
OpenSherlock Project »OpenSherlock Project
Resources »Resources
SolrSherlock Code »SolrSherlock Code
Agent Architecture »Agent Architecture
SolrAgentCoordinator »SolrAgentCoordinator
Second Testing
There is an issue with the "cargo" JSON string »There is an issue with the "cargo" JSON string
Typology »Typology
+Comments (0)
+Citations (0)
+About