Home | About | Sematext search-lucene.com search-hadoop.com
 Search Lucene and all its subprojects:

Switch to Threaded View
Solr, mail # user - where is solr data import handler looking for my file?


Copy link to this message
-
where is solr data import handler looking for my file?
Fred Zimmerman 2011-10-19, 20:49
Solr dataimport is reporting file not found when it looks for foo.xml.

Where is it looking for /data? is this an url off the apache2/htdocs on the
server, or is it an URL within example/solr/...?
 <entity name="page"
                processor="XPathEntityProcessor"
                stream="true"
                forEach="/mediawiki/page/"
                url="/data/foo.xml"
                transformer="RegexTransformer,DateFormatTransformer"
                >