Author: ssmiweve
Date: 2009-01-27 23:42:54 +0100 (Tue, 27 Jan 2009)
New Revision: 7174

Modified:
   
branches/2.18/generic.sesam/search-command-control/fast/src/main/java/no/sesat/search/mode/command/AbstractFast4SearchCommand.java
Log:
>>> don't ask for modifiers that are children to a parent that hasn't been 
>>> selected.
>>> upto 500K saving in the xml result from the result per request
>> there was a lot more work to this as hierarchical Navigators and Modifiers 
>> were not at all handled.
> configure navigators to be hierarchical so to optimise result size. 
> takes advantage of sesat-kernel changes (r7171,7173) quoted above.

restore breakage to 2.18 API

Modified: 
branches/2.18/generic.sesam/search-command-control/fast/src/main/java/no/sesat/search/mode/command/AbstractFast4SearchCommand.java
===================================================================
--- 
branches/2.18/generic.sesam/search-command-control/fast/src/main/java/no/sesat/search/mode/command/AbstractFast4SearchCommand.java
  2009-01-27 21:42:50 UTC (rev 7173)
+++ 
branches/2.18/generic.sesam/search-command-control/fast/src/main/java/no/sesat/search/mode/command/AbstractFast4SearchCommand.java
  2009-01-27 22:42:54 UTC (rev 7174)
@@ -270,6 +270,11 @@
         }
     }
 
+    /**
+     * @deprecated does nothing. here only to maintain API.
+     */
+    public void addNavigatedTo(final String navigatorKey) {}
+
     // Package protected ---------------------------------------------
 
     // Protected -----------------------------------------------------

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

Reply via email to