DS-1890 correct scope logging of searches

logged scopeId and scopeType properly.
This commit is contained in:
rradillen
2014-01-29 09:55:11 +01:00
parent f1c212c017
commit 981abdc0a1

View File

@@ -484,8 +484,8 @@ public class SolrLogger
} }
//Store the scope //Store the scope
if(scope != null){ if(scope != null){
solrDoc.addField("scopeId", scope.getType()); solrDoc.addField("scopeId", scope.getID());
solrDoc.addField("scopeType", scope.getID()); solrDoc.addField("scopeType", scope.getType());
} }
if(rpp != -1){ if(rpp != -1){