Package org.fryske_akademy.exist.lucene
Class NoSeparatorTokenizer
- java.lang.Object
-
- org.apache.lucene.util.AttributeSource
-
- org.apache.lucene.analysis.TokenStream
-
- org.apache.lucene.analysis.Tokenizer
-
- org.apache.lucene.analysis.util.CharTokenizer
-
- org.fryske_akademy.exist.lucene.NoSeparatorTokenizer
-
- All Implemented Interfaces:
Closeable,AutoCloseable
public class NoSeparatorTokenizer extends org.apache.lucene.analysis.util.CharTokenizerFor this tokenizer every character is a tokenChar
-
-
Constructor Summary
Constructors Constructor Description NoSeparatorTokenizer(Reader input)NoSeparatorTokenizer(org.apache.lucene.util.AttributeFactory factory, Reader input)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleanisTokenChar(int c)-
Methods inherited from class org.apache.lucene.analysis.util.CharTokenizer
end, incrementToken, normalize, reset
-
Methods inherited from class org.apache.lucene.util.AttributeSource
addAttribute, addAttributeImpl, captureState, clearAttributes, cloneAttributes, copyTo, equals, getAttribute, getAttributeClassesIterator, getAttributeFactory, getAttributeImplsIterator, hasAttribute, hasAttributes, hashCode, reflectAsString, reflectWith, restoreState, toString
-
-