Uses of Class
org.apache.lucene.util.AttributeSource.AttributeFactory

Packages that use AttributeSource.AttributeFactory
org.apache.lucene.analysis API and code to convert text into indexable/searchable tokens. 
org.apache.lucene.analysis.standard A fast grammar-based tokenizer constructed with JFlex. 
org.apache.lucene.util Some utility classes. 
 

Uses of AttributeSource.AttributeFactory in org.apache.lucene.analysis
 

Constructors in org.apache.lucene.analysis with parameters of type AttributeSource.AttributeFactory
CharTokenizer(AttributeSource.AttributeFactory factory, Reader input)
           
KeywordTokenizer(AttributeSource.AttributeFactory factory, Reader input, int bufferSize)
           
LetterTokenizer(AttributeSource.AttributeFactory factory, Reader in)
          Construct a new LetterTokenizer using a given AttributeSource.AttributeFactory.
LowerCaseTokenizer(AttributeSource.AttributeFactory factory, Reader in)
          Construct a new LowerCaseTokenizer using a given AttributeSource.AttributeFactory.
NumericTokenStream(AttributeSource.AttributeFactory factory, int precisionStep)
          Expert: Creates a token stream for numeric values with the specified precisionStep using the given AttributeSource.AttributeFactory.
Tokenizer(AttributeSource.AttributeFactory factory)
          Construct a tokenizer with null input using the given AttributeFactory.
Tokenizer(AttributeSource.AttributeFactory factory, Reader input)
          Construct a token stream processing the given input using the given AttributeFactory.
TokenStream(AttributeSource.AttributeFactory factory)
          A TokenStream using the supplied AttributeFactory for creating new Attribute instances.
WhitespaceTokenizer(AttributeSource.AttributeFactory factory, Reader in)
          Construct a new WhitespaceTokenizer using a given AttributeSource.AttributeFactory.
 

Uses of AttributeSource.AttributeFactory in org.apache.lucene.analysis.standard
 

Constructors in org.apache.lucene.analysis.standard with parameters of type AttributeSource.AttributeFactory
StandardTokenizer(AttributeSource.AttributeFactory factory, Reader input, boolean replaceInvalidAcronym)
          Deprecated. Use StandardTokenizer.StandardTokenizer(Version, org.apache.lucene.util.AttributeSource.AttributeFactory, Reader) instead
StandardTokenizer(Version matchVersion, AttributeSource.AttributeFactory factory, Reader input)
          Creates a new StandardTokenizer with a given AttributeSource.AttributeFactory
 

Uses of AttributeSource.AttributeFactory in org.apache.lucene.util
 

Fields in org.apache.lucene.util declared as AttributeSource.AttributeFactory
static AttributeSource.AttributeFactory AttributeSource.AttributeFactory.DEFAULT_ATTRIBUTE_FACTORY
          This is the default factory that creates AttributeImpls using the class name of the supplied Attribute interface class by appending Impl to it.
 

Methods in org.apache.lucene.util that return AttributeSource.AttributeFactory
 AttributeSource.AttributeFactory AttributeSource.getAttributeFactory()
          returns the used AttributeFactory.
 

Constructors in org.apache.lucene.util with parameters of type AttributeSource.AttributeFactory
AttributeSource(AttributeSource.AttributeFactory factory)
          An AttributeSource using the supplied AttributeSource.AttributeFactory for creating new Attribute instances.
 



Copyright © 2000-2010 Apache Software Foundation. All Rights Reserved.