no.sesat.search.query.token
Class EvaluatorType
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.
EvaluatorType
public EvaluatorType(String name,
String factoryClsName)
- Deprecated.
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.