AnalyzerDef
@Retention(value=RUNTIME) @Target(value={TYPE,FIELD,METHOD}) @Documented @Deprecated public @interface TokenizerDef
TokenizerFactory
and its parameters.public abstract Class<? extends org.apache.lucene.analysis.util.TokenizerFactory> factory
TokenizerFactory
class which shall be instantiated.public abstract String name
public abstract Parameter[] params
TokenizerFactory
.Copyright © 2006-2023 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.