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, restoreState
public 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.TokenStream
IOException
public void reset() throws IOException
reset
in class org.apache.lucene.analysis.TokenStream
IOException
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class org.apache.lucene.analysis.Tokenizer
IOException
Copyright © 2014. All rights reserved.