@Beta public class DelimiterAnalyzer extends AbstractAnalyzer
next
Constructor and Description |
---|
DelimiterAnalyzer() |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
void |
init(java.util.Map<java.lang.String,java.lang.String> options,
AbstractType validator) |
boolean |
isCompatibleWith(AbstractType<?> validator)
Test whether the given validator is compatible with the underlying analyzer.
|
boolean |
isTokenizing() |
java.nio.ByteBuffer |
next() |
void |
reset(java.nio.ByteBuffer input) |
normalize, remove
public java.nio.ByteBuffer next()
next
in interface java.util.Iterator<java.nio.ByteBuffer>
next
in class AbstractAnalyzer
public void init(java.util.Map<java.lang.String,java.lang.String> options, AbstractType validator)
init
in class AbstractAnalyzer
public boolean hasNext()
public void reset(java.nio.ByteBuffer input)
reset
in class AbstractAnalyzer
public boolean isTokenizing()
isTokenizing
in class AbstractAnalyzer
public boolean isCompatibleWith(AbstractType<?> validator)
AbstractAnalyzer
isCompatibleWith
in class AbstractAnalyzer
Copyright © 2019 The Apache Software Foundation