no.sesat.search.query.transform
Class NewsClusterQueryTransformer

java.lang.Object
  extended by no.sesat.commons.visitor.AbstractReflectionVisitor
      extended by no.sesat.search.query.transform.AbstractQueryTransformer
          extended by no.sesat.search.query.transform.NewsClusterQueryTransformer
All Implemented Interfaces:
no.sesat.commons.visitor.Visitor, QueryTransformer

public final class NewsClusterQueryTransformer
extends AbstractQueryTransformer

Adds a filter to the query

Note: This queryTransformer ignores all earlier transforms on the query. It uses the raw querystring to transform the query. All transforms to the resulting query should be done after this.


Nested Class Summary
 
Nested classes/interfaces inherited from interface no.sesat.search.query.transform.QueryTransformer
QueryTransformer.Context
 
Field Summary
 
Fields inherited from class no.sesat.commons.visitor.AbstractReflectionVisitor
VISIT_METHOD_IMPL
 
Constructor Summary
NewsClusterQueryTransformer(QueryTransformerConfig config)
           
 
Method Summary
 String getQueryFilter(JunkYardDataObject parameters)
           
 void visitImpl(Clause clause)
           
 
Methods inherited from class no.sesat.search.query.transform.AbstractQueryTransformer
getContext, getFilter, getFilter, getTransformedQuery, setContext, visitImpl, visitImpl
 
Methods inherited from class no.sesat.commons.visitor.AbstractReflectionVisitor
visit
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface no.sesat.commons.visitor.Visitor
visit
 

Constructor Detail

NewsClusterQueryTransformer

public NewsClusterQueryTransformer(QueryTransformerConfig config)
Parameters:
config -
Method Detail

visitImpl

public void visitImpl(Clause clause)
Parameters:
clause -

getQueryFilter

public String getQueryFilter(JunkYardDataObject parameters)
Parameters:
parameters -
Returns:


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