| Package | Description | 
|---|---|
| org.apache.crunch.contrib.text | 
| Modifier and Type | Method and Description | 
|---|---|
| static TokenizerFactory.Builder | TokenizerFactory. builder()Factory method for creating a  TokenizerFactory.Builderinstance. | 
| TokenizerFactory.Builder | TokenizerFactory.Builder. delimiter(String delim)Sets the delimiter used by the  TokenizerFactoryinstances constructed by
 this instance. | 
| TokenizerFactory.Builder | TokenizerFactory.Builder. drop(Integer... indices)Drop the specified fields found by the input scanner, counting from zero. | 
| TokenizerFactory.Builder | TokenizerFactory.Builder. keep(Integer... indices)Keep only the specified fields found by the input scanner, counting from
 zero. | 
| TokenizerFactory.Builder | TokenizerFactory.Builder. locale(Locale locale)Sets the  Localeto use with theTokenizerFactoryreturned by
 thisBuilderinstance. | 
| TokenizerFactory.Builder | TokenizerFactory.Builder. skip(String skip)Sets the regular expression that determines which input characters should be
 ignored by the  Scannerthat is returned by the constructedTokenizerFactory. | 
Copyright © 2017 The Apache Software Foundation. All rights reserved.