Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.crunch.contrib.text Classes and Interfaces - 9 results found.
NameDescriptionTypePackageFramework
AbstractCompositeExtractorBase class for Extractor instances that delegates the parsing of fields to other Extractor instances, primarily used for constructing composite records that implementClassorg.apache.crunch.contrib.textApache Crunch
AbstractSimpleExtractorBase class for the common case Extractor instances that construct a single object from a block of text stored in a String, with support for error handlingClassorg.apache.crunch.contrib.textApache Crunch
ExtractorAn interface for extracting a specific data type from a text string that is being processed by a Scanner object.Interfaceorg.apache.crunch.contrib.textApache Crunch
ExtractorsFactory methods for constructing common Extractor types.Classorg.apache.crunch.contrib.textApache Crunch
ExtractorStatsClassorg.apache.crunch.contrib.textApache Crunch
ParseClassorg.apache.crunch.contrib.textApache Crunch
TokenizerManages a Scanner instance and provides support for returning only a subset of the fields returned by the underlying Scanner.Classorg.apache.crunch.contrib.textApache Crunch
TokenizerFactoryFactory class that constructs Tokenizer instances for input strings that use a fixed set of delimiters, skip patterns, locales, and sets of indices to keep or drop.Classorg.apache.crunch.contrib.textApache Crunch
TokenizerFactory .BuilderA class for constructing new TokenizerFactory instances using the Builder pattern.Classorg.apache.crunch.contrib.text.TokenizerFactoryApache Crunch