【发布时间】:2016-05-02 13:53:26
【问题描述】:
我正在使用提取器插件。 https://github.com/BayanGroup/nutch-custom-search 我按照 github 上提到的步骤进行操作。 这是我的配置: 1) 提取器.xml 标题" />
2) nutch-site.xml
<property>
<name>plugin.includes</name>
<value>protocol-http|urlfilter-regex|parse-(text|html|metatags|msexcel|msword|mspowerpoint|pdf)|extractor|scoring-opic|index-(basic|anchor|more|metadata)|query-(basic|site|url|lang)|urlnormalizer-(pass|regex|basic)</value>
</property>
3) added field in schema.xml of solr and nutch <field name="aakashtitle" type="string" stored="true" indexed="true" multiValued="true"/>
4)I added plugin in parse-plugins.xml
I am not getting any error but my data is not indexing in solr??
please help . and thanks!
【问题讨论】:
-
1) extractors.xml