<?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; Tag: index - Recent Posts</title>
		<link>http://www.datastax.com/support-forums/tags/index</link>
		<description>Software, Support, and Training for Apache Cassandra</description>
		<language>en-US</language>
		<pubDate>Thu, 20 Jun 2013 01:52:27 +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/tags/index" rel="self" type="application/rss+xml" />

		<item>
			<title>xzhang on "Rebuid solr index when adding new columns?"</title>
			<link>http://www.datastax.com/support-forums/topic/rebuid-solr-index-when-adding-new-columns#post-2469</link>
			<pubDate>Thu, 28 Jun 2012 20:36:56 +0000</pubDate>
			<dc:creator>xzhang</dc:creator>
			<guid isPermaLink="false">2469@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;OK. It looks like this happens only if I change the column family schema.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>xzhang on "Rebuid solr index when adding new columns?"</title>
			<link>http://www.datastax.com/support-forums/topic/rebuid-solr-index-when-adding-new-columns#post-2466</link>
			<pubDate>Thu, 28 Jun 2012 20:25:58 +0000</pubDate>
			<dc:creator>xzhang</dc:creator>
			<guid isPermaLink="false">2466@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Hi, I am using DataStax Enterprise and having a problem with solr when dynamically adding new columns to Cassandra. &#60;/p&#62;
&#60;p&#62;The schema.xml has the following line to index all columns ends with &#34;_dy&#34;.&#60;br /&#62;
&#38;lt;dynamicField name=&#34;*_dy&#34;  type=&#34;string&#34; indexed=&#34;true&#34;  stored=&#34;true&#34;/&#38;gt;&#60;/p&#62;
&#60;p&#62;The initial column family consists of columns without indexing. After posting the schema.xml and solrconfig.xml files, all works fine. However, whenever I add a new column to a column family, accessing the solr admin page prints out the following exceptions:&#60;br /&#62;
---------------------------------------------------------------------------------&#60;br /&#62;
HTTP Status 500 - java.lang.RuntimeException: org.apache.solr.common.SolrException: Could not find: solrconfig.xml java.lang.RuntimeException: java.lang.RuntimeException: org.apache.solr.common.SolrException: Could not find: solrconfig.xml at com.datastax.bdp.plugin.AbstractPlugin.activate(AbstractPlugin.java:47) at ...&#60;br /&#62;
---------------------------------------------------------------------------------&#60;/p&#62;
&#60;p&#62;If I post the same schema.xml and solrconfig.xml files again, the admin page works again. Is there a way to avoid this re-posting? I need to programmatically add new columns continuously and at the mean time, searching via solr should also work. &#60;/p&#62;
&#60;p&#62;Thanks a lot!!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jas on "Solr Index Files"</title>
			<link>http://www.datastax.com/support-forums/topic/solr-index-files#post-1886</link>
			<pubDate>Wed, 09 May 2012 21:26:08 +0000</pubDate>
			<dc:creator>jas</dc:creator>
			<guid isPermaLink="false">1886@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Thanks, Rock, that does help.  I like to know where I stand. :)&#60;/p&#62;
&#60;p&#62;BTW, I see you're a forum &#34;Member&#34; like me as opposed to a &#34;Moderator&#34;.  Do you work for DataStax or just so happen to know these details? :)&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Jeff
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "Solr Index Files"</title>
			<link>http://www.datastax.com/support-forums/topic/solr-index-files#post-1878</link>
			<pubDate>Wed, 09 May 2012 15:39:58 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">1878@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Jeff,&#60;/p&#62;
&#60;p&#62;Your analysis of how the DSE Solr product works is correct.  The index files are stored locally.  This produces the maximum query speed possible, and enables taking advantage of new Lucene posting codecs.&#60;/p&#62;
&#60;p&#62;Optimization of the Lucene / Solr index will help in the read-only case.  If updates are frequent, then optimizing will not be beneficial.&#60;/p&#62;
&#60;p&#62;&#38;gt; Does every node in the ring index the same content and product its own index files?&#60;/p&#62;
&#60;p&#62;Yes&#60;/p&#62;
&#60;p&#62;Hope that helps!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jas on "Solr Index Files"</title>
			<link>http://www.datastax.com/support-forums/topic/solr-index-files#post-1865</link>
			<pubDate>Mon, 07 May 2012 21:14:43 +0000</pubDate>
			<dc:creator>jas</dc:creator>
			<guid isPermaLink="false">1865@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Hi:&#60;/p&#62;
&#60;p&#62;For whatever reason I thought the DSE 2 Solr indexes were maintained in Cassandra.  But in this document:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.datastax.com/docs/datastax_enterprise2.0/search/dse_search_cluster#updating-individual-fields-in-a-solr-document&#34; rel=&#34;nofollow&#34;&#62;http://www.datastax.com/docs/datastax_enterprise2.0/search/dse_search_cluster#updating-individual-fields-in-a-solr-document&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Under &#34;Manage the Location of Solr Data&#34;, describes the existence of &#60;code&#62;solr.data&#60;/code&#62;.  I went there and I see what look like numerous Lucene index files.  This indicates to me that the indexes reside within the node's local file system, and not somewhere in Cassandra. I know the equivalently named keyspace and CF in Cassandra has the field data, and the Solr configuration files. Does &#60;code&#62;com.datastax.bdp.cassandra.index.solr.SolrSecondaryIndex&#60;/code&#62; place the Lucene indexes themselves in the file system rather than in Cassandra itself?&#60;/p&#62;
&#60;p&#62;This means the indexes themselves are not distributed and replicated?  Does every node in the ring index the same content and product its own index files?  I guess that's a form of replication, but it could well exceed the desired replication factor. If I add a node, does it then have to go and index the Solr related CFs?&#60;/p&#62;
&#60;p&#62;If the indexes are indeed in the file system, then optimizing the index is still useful, right?  I have a lot of read-only data indexed, and optimizing pays off well in regular Solr. I figured Cassandra's compaction took care of that, but I guess if the indexes don't reside there, that's not the case.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Jeff
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "How does Solr re-indexing get triggered?"</title>
			<link>http://www.datastax.com/support-forums/topic/how-does-solr-re-indexing-get-triggered/page/2#post-1857</link>
			<pubDate>Mon, 07 May 2012 05:04:06 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">1857@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
Even not directly related to the problem mentioned here i am facing a set of problems with dse search.&#60;/p&#62;
&#60;p&#62;1. Changes  in solrconfig.xml and schema.xml is not relaoding corrcetly until cassandra restart&#60;br /&#62;
2.when we apply autoSoftCommit in solrconfig.xml only id is appearing in index. My analysis shown that somehow its laoding default schema.xml in this case.&#60;/p&#62;
&#60;p&#62;3. In my scenario we have a field quickserach which is fileld by copyFileds alone.When we use solrJ API ,indexing working fine.But when we use hector apis to insert data into cassandra the iondexing is not working.It works corrcetly if we pass the quickserach explicitely as a column name in hector.beacuse of this we are losing the copyFiled functionality.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tjake on "How does Solr re-indexing get triggered?"</title>
			<link>http://www.datastax.com/support-forums/topic/how-does-solr-re-indexing-get-triggered/page/2#post-1784</link>
			<pubDate>Fri, 27 Apr 2012 16:08:35 +0000</pubDate>
			<dc:creator>tjake</dc:creator>
			<guid isPermaLink="false">1784@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Yes, however the schema must be compatible with the old
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jas on "How does Solr re-indexing get triggered?"</title>
			<link>http://www.datastax.com/support-forums/topic/how-does-solr-re-indexing-get-triggered/page/2#post-1783</link>
			<pubDate>Fri, 27 Apr 2012 16:06:11 +0000</pubDate>
			<dc:creator>jas</dc:creator>
			<guid isPermaLink="false">1783@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;So I can just run dsetool on the command line w/o taking the node offline etc.?  Like Solr, will the current index be used to handle queries while the index is being rebuilt?&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Jeff
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tjake on "How does Solr re-indexing get triggered?"</title>
			<link>http://www.datastax.com/support-forums/topic/how-does-solr-re-indexing-get-triggered#post-1781</link>
			<pubDate>Fri, 27 Apr 2012 15:52:53 +0000</pubDate>
			<dc:creator>tjake</dc:creator>
			<guid isPermaLink="false">1781@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Yes you can rebuild the index without removing the index.  It will rebuild live.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jas on "How does Solr re-indexing get triggered?"</title>
			<link>http://www.datastax.com/support-forums/topic/how-does-solr-re-indexing-get-triggered#post-1779</link>
			<pubDate>Fri, 27 Apr 2012 15:45:56 +0000</pubDate>
			<dc:creator>jas</dc:creator>
			<guid isPermaLink="false">1779@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Hi Jake:&#60;/p&#62;
&#60;p&#62;I tried dsetool a week ago as a desperate attempt.  I noticed in the docs that rebuilding indexes using dsetool is presented in the guise of a corrupted index. One takes the node offline, shuts it down, deletes the index directory, restarts, and then uses dsetool to rebuild the index.&#60;/p&#62;
&#60;p&#62;Is it possible to force reindexing w/o going through all that?  I figured it was too good to be true to simply POST a new version of &#60;code&#62;schema.xml&#60;/code&#62; and have the existing content reindexed.  That obviously won't work for new fields, but not all fields are actually stored (just indexed), and could not be re-indexed with new analysis configurations, adding term offsets and positions etc.&#60;/p&#62;
&#60;p&#62;I'll be back with some performance data.&#60;/p&#62;
&#60;p&#62;Jeff
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tjake on "How does Solr re-indexing get triggered?"</title>
			<link>http://www.datastax.com/support-forums/topic/how-does-solr-re-indexing-get-triggered#post-1776</link>
			<pubDate>Fri, 27 Apr 2012 13:10:48 +0000</pubDate>
			<dc:creator>tjake</dc:creator>
			<guid isPermaLink="false">1776@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;So even when rebuilding the index with dsetool rebuild_index command you saw no affect? &#60;/p&#62;
&#60;p&#62;What kind of performance are you seeing now?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jas on "How does Solr re-indexing get triggered?"</title>
			<link>http://www.datastax.com/support-forums/topic/how-does-solr-re-indexing-get-triggered#post-1775</link>
			<pubDate>Fri, 27 Apr 2012 13:04:10 +0000</pubDate>
			<dc:creator>jas</dc:creator>
			<guid isPermaLink="false">1775@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Trying to resolve my highlighting related performance issue in &#60;a href=&#34;http://www.datastax.com/support-forums/topic/levers-for-increasing-dse-2-solr-performance&#34; rel=&#34;nofollow&#34;&#62;http://www.datastax.com/support-forums/topic/levers-for-increasing-dse-2-solr-performance&#60;/a&#62;, I figured I'd explicitly re-index my content (POST XML to Solr) and see what happens.  As I mentioned earlier, once I got &#60;code&#62;schema.xml&#60;/code&#62; w/o errors and no longer saw log messages indicating Solr was reverting to the old highlighter, I assumed the actual term positions and offsets were actually generated based on the content already in Cassandra.&#60;/p&#62;
&#60;p&#62;I guess that was not the case though.  After finding nothing directly applicable to my issue regarding FVH on the web, I decided what the heck, re-index all of the content by posting my existing Solr XML files.  Well, I'm getting highlights now with FVH!  Unfortunately, they are not lined up properly, but I hope that's something goofy I'm doing that I can more readily resolve.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tjake on "How does Solr re-indexing get triggered?"</title>
			<link>http://www.datastax.com/support-forums/topic/how-does-solr-re-indexing-get-triggered#post-1706</link>
			<pubDate>Thu, 19 Apr 2012 13:08:30 +0000</pubDate>
			<dc:creator>tjake</dc:creator>
			<guid isPermaLink="false">1706@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Yes that's what it would be.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jas on "How does Solr re-indexing get triggered?"</title>
			<link>http://www.datastax.com/support-forums/topic/how-does-solr-re-indexing-get-triggered#post-1704</link>
			<pubDate>Thu, 19 Apr 2012 02:55:56 +0000</pubDate>
			<dc:creator>jas</dc:creator>
			<guid isPermaLink="false">1704@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Hi Jake:&#60;/p&#62;
&#60;p&#62;I can see that re-indexing does occur as long as the config files are valid.    Will 'thrown upfront' entail an error coming back via the HTTP API in addition to the log?&#60;/p&#62;
&#60;p&#62;Jeff
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tjake on "How does Solr re-indexing get triggered?"</title>
			<link>http://www.datastax.com/support-forums/topic/how-does-solr-re-indexing-get-triggered#post-1703</link>
			<pubDate>Thu, 19 Apr 2012 01:08:05 +0000</pubDate>
			<dc:creator>tjake</dc:creator>
			<guid isPermaLink="false">1703@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Hi Jeff,&#60;/p&#62;
&#60;p&#62;It sounds like we didn't catch the error upfront when you posted the new schema.  I'll look at this and see if it can be thrown upfront.&#60;/p&#62;
&#60;p&#62;-Jake
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
