JsonTokenizer instead@Deprecated public class TupleTokenizer extends org.apache.lucene.analysis.Tokenizer
| Modifier and Type | Field and Description |
|---|---|
static int |
BNODE
Deprecated.
Token definition
|
static int |
DOT
Deprecated.
|
static int |
LITERAL
Deprecated.
|
protected static String[] |
TOKEN_TYPES
Deprecated.
|
static int |
URI
Deprecated.
|
| Constructor and Description |
|---|
TupleTokenizer(Reader input)
Deprecated.
Creates a new instance of the
TupleTokenizer. |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Deprecated.
|
static String[] |
getTokenTypes()
Deprecated.
|
boolean |
incrementToken()
Deprecated.
|
void |
reset()
Deprecated.
|
addAttribute, addAttributeImpl, captureState, clearAttributes, cloneAttributes, copyTo, equals, getAttribute, getAttributeClassesIterator, getAttributeFactory, getAttributeImplsIterator, hasAttribute, hasAttributes, hashCode, reflectAsString, reflectWith, restoreStatepublic static final int BNODE
public static final int URI
public static final int LITERAL
public static final int DOT
protected static String[] TOKEN_TYPES
public TupleTokenizer(Reader input)
TupleTokenizer. Attaches the
input to a newly created JFlex scanner.public static String[] getTokenTypes()
public final boolean incrementToken()
throws IOException
incrementToken in class org.apache.lucene.analysis.TokenStreamIOExceptionpublic void reset()
throws IOException
reset in class org.apache.lucene.analysis.TokenStreamIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class org.apache.lucene.analysis.TokenizerIOExceptionCopyright © 2014. All rights reserved.