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