Uses of Class
com.indexdata.torus2.query.Tokenizer.TokenizerType

Packages that use Tokenizer.TokenizerType
com.indexdata.torus2.query   
 

Uses of Tokenizer.TokenizerType in com.indexdata.torus2.query
 

Methods in com.indexdata.torus2.query that return Tokenizer.TokenizerType
static Tokenizer.TokenizerType Tokenizer.TokenizerType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Tokenizer.TokenizerType[] Tokenizer.TokenizerType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.indexdata.torus2.query with parameters of type Tokenizer.TokenizerType
static String MatchingUtil.normalizeTokens(String src, String sep, Tokenizer.TokenizerType type)
           
 

Constructors in com.indexdata.torus2.query with parameters of type Tokenizer.TokenizerType
Tokenizer(String str, Tokenizer.TokenizerType type)
           
 



Copyright © 2008-2013 Index Data. All Rights Reserved.