List of usage examples for org.apache.lucene.util AttributeSource getAttributeFactory
public final AttributeFactory getAttributeFactory()
From source file:org.zenoss.zep.index.impl.lucene.LuceneIpTokenizer.java
License:Open Source License
/** * {@inheritDoc}// w w w. j a v a2s . c om */ public LuceneIpTokenizer(AttributeSource source, Reader input) { super(IndexConstants.LUCENE_VERSION, source.getAttributeFactory(), input); }