@ -1164,6 +1165,9 @@ public final class Switchboard extends serverSwitch {
this.trail=newLinkedBlockingQueue<String>();
this.trail=newLinkedBlockingQueue<String>();
// set configurable ui defaults
QueryParams.FACETS_STANDARD_MAXCOUNT=sb.getConfigInt(SwitchboardConstants.SEARCH_NAVIGATION_MAXCOUNT,QueryParams.FACETS_STANDARD_MAXCOUNT);// max number of navigator/facet lines
@ -89,7 +89,7 @@ public class ReferenceContainerTest {
assertNotNull("getReference failed",wc);
assertNotNull("getReference failed",wc);
// TODO: ReferenceContainer used for rwi results. As it distance doesn't persist after adding ref to container making the distance ranking obsolete -> remove or fix
// TODO: ReferenceContainer used for rwi results. As distance doesn't persist after adding ref to container making the distance ranking obsolete -> remove or fix