I have no idea what "urlmeta" is but based on your example, it seems to be
an option when using nutch.
I would suggest you send your question to the user@nutch mailing list...
https://nutch.apache.org/mailing_lists.html
: Subject: urlmeta how to?
:
: Hi,
:
: i cant make urlmeta work. i did almost everything what i could found:
:
: ----modified nutch-site.xml-----
: <property>
: <name>plugin.includes</name>
: <value>...index-(basic|anchor|urlmeta)...</value>
: <description>...
: </description>
: </property>
: <property>
: <name>urlmeta.tags</name>
: <value>newTag</value>
: </property>
:
: -----added the tag to urls.txt ------
: http://www.url.net\tnewTag=1
:
: ---modified schema.xml in solr/conf/schema.xml ---
: <field name="newTag" type="string" stored="true" indexed="true" />
:
: Nothing happens... What am i doing wring?
:
: Cheers Jepse
:
:
: --
: View this message in context:
http://lucene.472066.n3.nabble.com/urlmeta-how-to-tp3551984p3551984.html
: Sent from the Lucene - General mailing list archive at Nabble.com.
:
-Hoss