public class TikaParser extends Object implements Parser
Modifier and Type | Field and Description |
---|---|
static org.slf4j.Logger |
LOG |
X_POINT_ID
Constructor and Description |
---|
TikaParser() |
Modifier and Type | Method and Description |
---|---|
Configuration |
getConf() |
Collection<WebPage.Field> |
getFields() |
Parse |
getParse(String url,
WebPage page)
This method parses content in WebPage instance
|
org.apache.tika.config.TikaConfig |
getTikaConfig() |
static void |
main(String[] args) |
void |
setConf(Configuration conf) |
public Parse getParse(String url, WebPage page)
Parser
This method parses content in WebPage instance
public void setConf(Configuration conf)
setConf
in interface Configurable
public org.apache.tika.config.TikaConfig getTikaConfig()
public Configuration getConf()
getConf
in interface Configurable
public Collection<WebPage.Field> getFields()
getFields
in interface FieldPluggable
Copyright © 2015 The Apache Software Foundation