<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>DataStax Support Forums &#187; Topic: Is Solr DataImportHandler supported</title>
		<link>http://www.datastax.com/support-forums/topic/is-solr-dataimporthandler-supported</link>
		<description>Software, Support, and Training for Apache Cassandra</description>
		<language>en-US</language>
		<pubDate>Tue, 18 Jun 2013 05:25:43 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.3</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.datastax.com/support-forums/search.php</link>
		</textInput>
		<atom:link href="http://www.datastax.com/support-forums/rss/topic/is-solr-dataimporthandler-supported" rel="self" type="application/rss+xml" />

		<item>
			<title>sam on "Is Solr DataImportHandler supported"</title>
			<link>http://www.datastax.com/support-forums/topic/is-solr-dataimporthandler-supported#post-6420</link>
			<pubDate>Tue, 11 Sep 2012 19:55:41 +0000</pubDate>
			<dc:creator>sam</dc:creator>
			<guid isPermaLink="false">6420@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;DataImportHandler should work for full imports, but due to the way DSE manages Solr configuration, it doesn't support incremental delta-updates at the moment. &#60;/p&#62;
&#60;p&#62;When you hit the full-import button in dataimport.jsp, you should see the text in the right hand frame update when the import is complete. The frame is just rendering the raw response from solr, so it should contain XML data looking something like:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?xml version=&#38;quot;1.0&#38;quot; encoding=&#38;quot;UTF-8&#38;quot;?&#38;gt;
  &#38;lt;response&#38;gt;
    &#38;lt;lst name=&#38;quot;responseHeader&#38;quot;&#38;gt;
        &#38;lt;int name=&#38;quot;status&#38;quot;&#38;gt;0&#38;lt;/int&#38;gt;
        &#38;lt;int name=&#38;quot;QTime&#38;quot;&#38;gt;6&#38;lt;/int&#38;gt;
    &#38;lt;/lst&#38;gt;
    &#38;lt;lst name=&#38;quot;initArgs&#38;quot;&#38;gt;
        &#38;lt;lst name=&#38;quot;defaults&#38;quot;&#38;gt;
            &#38;lt;str name=&#38;quot;config&#38;quot;&#38;gt;dataconfig.xml&#38;lt;/str&#38;gt;
        &#38;lt;/lst&#38;gt;
    &#38;lt;/lst&#38;gt;
    &#38;lt;str name=&#38;quot;command&#38;quot;&#38;gt;full-import&#38;lt;/str&#38;gt;
    &#38;lt;str name=&#38;quot;status&#38;quot;&#38;gt;idle&#38;lt;/str&#38;gt;
    &#38;lt;str name=&#38;quot;importResponse&#38;quot;/&#38;gt;
    &#38;lt;lst name=&#38;quot;statusMessages&#38;quot;&#38;gt;
        &#38;lt;str name=&#38;quot;Total Requests made to DataSource&#38;quot;&#38;gt;0&#38;lt;/str&#38;gt;
        &#38;lt;str name=&#38;quot;Total Rows Fetched&#38;quot;&#38;gt;2&#38;lt;/str&#38;gt;
        &#38;lt;str name=&#38;quot;Total Documents Skipped&#38;quot;&#38;gt;0&#38;lt;/str&#38;gt;
        &#38;lt;str name=&#38;quot;Full Dump Started&#38;quot;&#38;gt;2012-09-11 20:50:02&#38;lt;/str&#38;gt;
        &#38;lt;str name=&#38;quot;&#38;quot;&#38;gt;Indexing completed. Added/Updated: 2 documents. Deleted 0 documents.&#38;lt;/str&#38;gt;
        &#38;lt;str name=&#38;quot;Committed&#38;quot;&#38;gt;2012-09-11 20:50:04&#38;lt;/str&#38;gt;
        &#38;lt;str name=&#38;quot;Optimized&#38;quot;&#38;gt;2012-09-11 20:50:04&#38;lt;/str&#38;gt;
        &#38;lt;str name=&#38;quot;error&#38;quot;&#38;gt;Could not write property file. Delta imports will not work. Make sure your conf directory is writable&#38;lt;/str&#38;gt;
        &#38;lt;str name=&#38;quot;Total Documents Processed&#38;quot;&#38;gt;2&#38;lt;/str&#38;gt;
        &#38;lt;str name=&#38;quot;Time taken &#38;quot;&#38;gt;0:0:2.132&#38;lt;/str&#38;gt;
      &#38;lt;/lst&#38;gt;
      &#38;lt;str name=&#38;quot;WARNING&#38;quot;&#38;gt;This response format is experimental.  It is likely to change in the future.&#38;lt;/str&#38;gt;
  &#38;lt;/response&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The documents should be imported into the index despite the warning about delta imports.&#60;br /&#62;
For more details, the tomcat log file is located in the /var/log/cassandra dir.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>shenyu.sh on "Is Solr DataImportHandler supported"</title>
			<link>http://www.datastax.com/support-forums/topic/is-solr-dataimporthandler-supported#post-6166</link>
			<pubDate>Tue, 28 Aug 2012 14:22:54 +0000</pubDate>
			<dc:creator>shenyu.sh</dc:creator>
			<guid isPermaLink="false">6166@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Hi All,&#60;br /&#62;
I posted protwords.txt, schema.xml, solrconfig.xml, stopwords.txt, synonyms.txt, and data-config.xml for DataImportHandler. I can now successfully open the dataimport.jsp page. Problem is, when I click the 'full-import' button, nothing happens. Is DataImportHandler supported?&#60;/p&#62;
&#60;p&#62;I installed DSE on Ubuntu 12.04 LTS, using 'apt-get' way of installation . In this case, I assume I should check solr/tomcat log to see what's happening, where can I find the log?&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
