no.sesat.search.query.token
Class EvaluatorType

java.lang.Object
  extended by no.sesat.search.query.token.EvaluatorType
All Implemented Interfaces:
Serializable, no.sesat.commons.ioc.BaseContext

Deprecated. An automatic approach is required, similar to how AnalysisRuleFactory warms up EvaluatorFactories. The types of TokenPredicates that exist.

public final class EvaluatorType
extends Object
implements no.sesat.commons.ioc.BaseContext, Serializable

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

Field Summary
static EvaluatorType FAST
          Deprecated.  
static EvaluatorType JEP
          Deprecated.  
static EvaluatorType REGEX
          Deprecated.  
static EvaluatorType SOLR
          Deprecated.  
 
Constructor Summary
EvaluatorType(String name, String factoryClsName)
          Deprecated.  
 
Method Summary
 String getEvaluatorFactoryClassName()
          Deprecated.  
static Set<EvaluatorType> getInstances()
          Deprecated.  
static EvaluatorType instanceOf(String name)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SOLR

public static final EvaluatorType SOLR
Deprecated. 

FAST

public static final EvaluatorType FAST
Deprecated. 

REGEX

public static final EvaluatorType REGEX
Deprecated. 

JEP

public static final EvaluatorType JEP
Deprecated. 
Constructor Detail

EvaluatorType

public EvaluatorType(String name,
                     String factoryClsName)
Deprecated. 
Method Detail

getEvaluatorFactoryClassName

public String getEvaluatorFactoryClassName()
Deprecated. 

getInstances

public static Set<EvaluatorType> getInstances()
Deprecated. 

instanceOf

public static EvaluatorType instanceOf(String name)
Deprecated. 


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