no.sesat.search.result.handler
Class ClusteringHitCountResultHandlerConfig
java.lang.Object
no.sesat.search.result.handler.AbstractResultHandlerConfig
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClusteringHitCountResultHandlerConfig
public ClusteringHitCountResultHandlerConfig()
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.