no.sesat.search.result.handler
Class ClusteringHitCountResultHandlerConfig

java.lang.Object
  extended by no.sesat.search.result.handler.AbstractResultHandlerConfig
      extended by no.sesat.search.result.handler.ClusteringHitCountResultHandlerConfig
All Implemented Interfaces:
Serializable, ResultHandlerConfig

@AbstractResultHandlerConfig.Controller(value="ClusteringHitCountResultHandler")
public class ClusteringHitCountResultHandlerConfig
extends AbstractResultHandlerConfig

Result handler to fix the hit count on clustering search results where Fast gives us a wrong hit count (too low). Uses the navigator counts instead since these are correct.

Version:
$Id: ClusteringHitCountResultHandlerConfig.java 7225 2009-04-09 00:32:20Z ssmiweve $
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class no.sesat.search.result.handler.AbstractResultHandlerConfig
AbstractResultHandlerConfig.Controller
 
Constructor Summary
ClusteringHitCountResultHandlerConfig()
           
 
Method Summary
 String getNavId()
          The Nav Id to search in to find the correct hit count.
 AbstractResultHandlerConfig readResultHandler(Element element)
           
 void setNavId(String navId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClusteringHitCountResultHandlerConfig

public ClusteringHitCountResultHandlerConfig()
Method Detail

readResultHandler

public AbstractResultHandlerConfig readResultHandler(Element element)
Specified by:
readResultHandler in interface ResultHandlerConfig
Overrides:
readResultHandler in class AbstractResultHandlerConfig
Returns:

getNavId

public String getNavId()
The Nav Id to search in to find the correct hit count.

Returns:
the navId

setNavId

public void setNavId(String navId)
Parameters:
navId - the navId to set
See Also:
getNavId()


Copyright © 2005-2009 Schibsted ASA. All Rights Reserved.