ch.ethz.mxquery.model.ft
Class MatchOption
java.lang.Object
ch.ethz.mxquery.model.ft.MatchOption
- Direct Known Subclasses:
- FTCaseMatchOption, FTExtensionMatchOption, FTLanguageMatchOption, FTStopWordsMatchOption, FTThesaurusMatchOption
public class MatchOption
- extends java.lang.Object
MatchOption: implementation of MatchOption
Constructor Summary |
MatchOption(int type,
boolean value)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MATCH_OPTION_TYPE_WILDCARD
public static final int MATCH_OPTION_TYPE_WILDCARD
- See Also:
- Constant Field Values
MATCH_OPTION_TYPE_DIACRITICS
public static final int MATCH_OPTION_TYPE_DIACRITICS
- See Also:
- Constant Field Values
MATCH_OPTION_TYPE_STEMMING
public static final int MATCH_OPTION_TYPE_STEMMING
- See Also:
- Constant Field Values
MATCH_OPTION_TYPE_THESAURUS
public static final int MATCH_OPTION_TYPE_THESAURUS
- See Also:
- Constant Field Values
MATCH_OPTION_TYPE_LANGUAGE
public static final int MATCH_OPTION_TYPE_LANGUAGE
- See Also:
- Constant Field Values
MATCH_OPTION_TYPE_EXTENSION
public static final int MATCH_OPTION_TYPE_EXTENSION
- See Also:
- Constant Field Values
MATCH_OPTION_TYPE_CASE
public static final int MATCH_OPTION_TYPE_CASE
- See Also:
- Constant Field Values
MATCH_OPTION_TYPE_STOPWORD
public static final int MATCH_OPTION_TYPE_STOPWORD
- See Also:
- Constant Field Values
MATCH_OPTION_TYPE_ANYALL
public static final int MATCH_OPTION_TYPE_ANYALL
- See Also:
- Constant Field Values
MatchOption
public MatchOption(int type,
boolean value)
getMatchOptionType
public int getMatchOptionType()
isOptionValue
public boolean isOptionValue()
copy
public MatchOption copy()
MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich