public class SplitTokenFilter
extends org.apache.lucene.analysis.TokenFilter
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
TOKEN_TYPE |
Constructor and Description |
---|
SplitTokenFilter(org.apache.lucene.analysis.TokenStream _in,
java.lang.String _regex) |
Modifier and Type | Method and Description |
---|---|
org.apache.lucene.analysis.Token |
next() |
getOnlyUseNewAPI, incrementToken, next, setOnlyUseNewAPI
addAttribute, addAttributeImpl, captureState, clearAttributes, cloneAttributes, equals, getAttribute, getAttributeClassesIterator, getAttributeFactory, getAttributeImplsIterator, hasAttribute, hasAttributes, hashCode, restoreState, toString
public static final java.lang.String TOKEN_TYPE
public SplitTokenFilter(org.apache.lucene.analysis.TokenStream _in, java.lang.String _regex)
_in
- the "parent" TokenStream from which the "original" Tokens are
read._regex
- a regular expression; the tokens will be splitted using
this regex (see String.split() for example).Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.