public class NoOpAnalyzer extends AbstractAnalyzer
next
Constructor and Description |
---|
NoOpAnalyzer() |
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.
|
void |
reset(java.nio.ByteBuffer input) |
isTokenizing, next, normalize, remove
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 isCompatibleWith(AbstractType<?> validator)
AbstractAnalyzer
isCompatibleWith
in class AbstractAnalyzer
Copyright © 2009-2020 The Apache Software Foundation