MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich

ch.ethz.mxquery.model.ft
Class MatchOption

java.lang.Object
  extended by 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


Field Summary
static int MATCH_OPTION_TYPE_ANYALL
           
static int MATCH_OPTION_TYPE_CASE
           
static int MATCH_OPTION_TYPE_DIACRITICS
           
static int MATCH_OPTION_TYPE_EXTENSION
           
static int MATCH_OPTION_TYPE_LANGUAGE
           
static int MATCH_OPTION_TYPE_STEMMING
           
static int MATCH_OPTION_TYPE_STOPWORD
           
static int MATCH_OPTION_TYPE_THESAURUS
           
static int MATCH_OPTION_TYPE_WILDCARD
           
 
Constructor Summary
MatchOption(int type, boolean value)
           
 
Method Summary
 MatchOption copy()
           
 int getMatchOptionType()
           
 boolean isOptionValue()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

MatchOption

public MatchOption(int type,
                   boolean value)
Method Detail

getMatchOptionType

public int getMatchOptionType()

isOptionValue

public boolean isOptionValue()

copy

public MatchOption copy()

MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich

MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich