Class TikaEvalMetadataFilter
- java.lang.Object
-
- org.apache.tika.config.ConfigBase
-
- org.apache.tika.metadata.filter.MetadataFilter
-
- org.apache.tika.eval.core.metadata.TikaEvalMetadataFilter
-
- All Implemented Interfaces:
Serializable
public class TikaEvalMetadataFilter extends MetadataFilter
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static PropertyLANGUAGEstatic PropertyLANGUAGE_CONFIDENCEstatic PropertyNUM_ALPHA_TOKENSstatic PropertyNUM_TOKENSstatic PropertyNUM_UNIQUE_ALPHA_TOKENSstatic PropertyNUM_UNIQUE_TOKENSstatic PropertyOUT_OF_VOCABULARYstatic StringTIKA_EVAL_NS
-
Constructor Summary
Constructors Constructor Description TikaEvalMetadataFilter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfilter(Metadata metadata)-
Methods inherited from class org.apache.tika.metadata.filter.MetadataFilter
load
-
Methods inherited from class org.apache.tika.config.ConfigBase
buildComposite, buildComposite, buildSingle, buildSingle, configure, handleSettings
-
-
-
-
Field Detail
-
TIKA_EVAL_NS
public static String TIKA_EVAL_NS
-
NUM_TOKENS
public static Property NUM_TOKENS
-
NUM_UNIQUE_TOKENS
public static Property NUM_UNIQUE_TOKENS
-
NUM_ALPHA_TOKENS
public static Property NUM_ALPHA_TOKENS
-
NUM_UNIQUE_ALPHA_TOKENS
public static Property NUM_UNIQUE_ALPHA_TOKENS
-
LANGUAGE
public static Property LANGUAGE
-
LANGUAGE_CONFIDENCE
public static Property LANGUAGE_CONFIDENCE
-
OUT_OF_VOCABULARY
public static Property OUT_OF_VOCABULARY
-
-
Method Detail
-
filter
public void filter(Metadata metadata) throws TikaException
- Specified by:
filterin classMetadataFilter- Throws:
TikaException
-
-