no.sesat.search.query.transform
Class NewsCaseQueryTransformer
java.lang.Object
no.sesat.commons.visitor.AbstractReflectionVisitor
no.sesat.search.query.transform.AbstractQueryTransformer
no.sesat.search.query.transform.NewsCaseQueryTransformer
- All Implemented Interfaces:
- no.sesat.commons.visitor.Visitor, QueryTransformer
public final class NewsCaseQueryTransformer
- extends AbstractQueryTransformer
Checks if the query should be transformed from a ejb lookup on the queryParameter. Transformation will replace
the whole query.
Note: This queryTransformer ignores all earlier transforms on the query. All transforms to the resulting
query should be done after this.
| Fields inherited from class no.sesat.commons.visitor.AbstractReflectionVisitor |
VISIT_METHOD_IMPL |
| 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 |
NewsCaseQueryTransformer
public NewsCaseQueryTransformer(QueryTransformerConfig config)
- Parameters:
config -
visitImpl
public void visitImpl(Clause clause)
- Parameters:
clause -
Copyright © 2005-2009 Schibsted ASA. All Rights Reserved.