Example usage for org.apache.lucene.util AttributeSource subclass-usage

List of usage examples for org.apache.lucene.util AttributeSource subclass-usage

Introduction

In this page you can find the example usage for org.apache.lucene.util AttributeSource subclass-usage.

Usage

From source file com.twitter.common.text.token.TokenStream.java

/**
 * Abstraction to enumerate a sequence of tokens. This class represents the central abstraction in
 * Twitter's text processing library, and is similar to Lucene's TokenStream, with the following
 * exceptions:
 *
 * <ul>