no.sesat.search.query.token
Interface TokenEvaluationEngineContext

All Superinterfaces:
no.sesat.commons.ioc.BaseContext
All Known Subinterfaces:
Alternation.Context, AnalysisRule.Context, QueryParser.Context, Scorer.Context, SearchCommand.Context
All Known Implementing Classes:
AbstractQueryParserContext

public interface TokenEvaluationEngineContext
extends no.sesat.commons.ioc.BaseContext

Version:
$Id: TokenEvaluationEngineContext.java 7225 2009-04-09 00:32:20Z ssmiweve $

Method Summary
 TokenEvaluationEngine getTokenEvaluationEngine()
          Get the tokenEvalautorFactory.
 

Method Detail

getTokenEvaluationEngine

TokenEvaluationEngine getTokenEvaluationEngine()
Get the tokenEvalautorFactory. Responsible for handing out evaluators against TokenPredicates. Also holds state information about the current term/clause we are finding predicates against.

Returns:
the TokenEvaluationEngine this Parser will use.


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