Author: ssmiweve
Date: 2009-07-21 17:16:20 +0200 (Tue, 21 Jul 2009)
New Revision: 7258

Modified:
   
branches/2.18/generic.sesam/search-command-config/src/main/java/no/sesat/search/mode/config/SolrCommandConfig.java
Log:
failing to call super method implementation. fix to a number of fields' 
inheritence

Modified: 
branches/2.18/generic.sesam/search-command-config/src/main/java/no/sesat/search/mode/config/SolrCommandConfig.java
===================================================================
--- 
branches/2.18/generic.sesam/search-command-config/src/main/java/no/sesat/search/mode/config/SolrCommandConfig.java
  2009-07-17 12:11:30 UTC (rev 7257)
+++ 
branches/2.18/generic.sesam/search-command-config/src/main/java/no/sesat/search/mode/config/SolrCommandConfig.java
  2009-07-21 15:16:20 UTC (rev 7258)
@@ -198,7 +198,7 @@
             sort.putAll(((SolrCommandConfig)inherit).getSortMap());
         }
 
-        ModesSearchConfigurationDeserializer.readSearchConfiguration(this, 
element, inherit);
+        super.readSearchConfiguration(element, inherit, context);
 
         if (element.hasAttribute("sort")) {
             if (element.getAttribute("sort").length() == 0) {

_______________________________________________
Kernel-commits mailing list
[email protected]
http://sesat.no/mailman/listinfo/kernel-commits

Reply via email to