<?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; User Favorites: jas</title>
		<link><a href='http://www.datastax.com/support-forums/profile/jas'>jas</a></link>
		<description>Software, Support, and Training for Apache Cassandra</description>
		<language>en-US</language>
		<pubDate>Sat, 25 May 2013 12:55:49 +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/profile/" rel="self" type="application/rss+xml" />

		<item>
			<title>jas on "How to Drop a Solr index"</title>
			<link>http://www.datastax.com/support-forums/topic/how-to-drop-a-solr-index#post-7662</link>
			<pubDate>Sat, 24 Nov 2012 22:51:33 +0000</pubDate>
			<dc:creator>jas</dc:creator>
			<guid isPermaLink="false">7662@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;If you're equating &#34;Solr index&#34; to &#34;Solr core&#34;, which you initially created using the DSE REST API (POSTed solrconfig.xml, schema.xml etc.), then drop the column family created in the process.  When you invoked the API you specified keyspace.columnfamily. If that index is the only CF in the keyspace, then you can drop the keyspace as well and it's like you never created the Solr index. This will also remove the Lucene index files on the node (in solr.data).&#60;/p&#62;
&#60;p&#62;Cheers,&#60;/p&#62;
&#60;p&#62;Jeff
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Piotr Kołaczkowski on "How to Drop a Solr index"</title>
			<link>http://www.datastax.com/support-forums/topic/how-to-drop-a-solr-index#post-6876</link>
			<pubDate>Thu, 11 Oct 2012 17:36:42 +0000</pubDate>
			<dc:creator>Piotr Kołaczkowski</dc:creator>
			<guid isPermaLink="false">6876@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;You probably didn't find the answer because dropping secondary indexes isn't currently supported. We add it as a feature request.&#60;/p&#62;
&#60;p&#62;You can try to use DROP INDEX to remove the Solr secondary index.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "How to Drop a Solr index"</title>
			<link>http://www.datastax.com/support-forums/topic/how-to-drop-a-solr-index#post-6748</link>
			<pubDate>Tue, 02 Oct 2012 20:00:55 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">6748@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;How do you drop a single Solr index within a solr node?  Sorry, for the basic question.  I am just not having any luck finding the answer.&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>thobbs on "Specify consistency level through SOLR?"</title>
			<link>http://www.datastax.com/support-forums/topic/specify-consistency-level-through-solr/page/2#post-5810</link>
			<pubDate>Fri, 10 Aug 2012 20:07:09 +0000</pubDate>
			<dc:creator>thobbs</dc:creator>
			<guid isPermaLink="false">5810@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Correct, with a third node and RF=3, updates at QUORUM can tolerate the failure of one of the replicas.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jas on "Specify consistency level through SOLR?"</title>
			<link>http://www.datastax.com/support-forums/topic/specify-consistency-level-through-solr#post-5471</link>
			<pubDate>Tue, 07 Aug 2012 23:14:57 +0000</pubDate>
			<dc:creator>jas</dc:creator>
			<guid isPermaLink="false">5471@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Thanks for the confirmation on the CL.  RF for Solr is still kind of confusing to me. :)&#60;/p&#62;
&#60;p&#62;Just in case anybody else runs into this issue, I ran into a problem using a Solr 4.0 join query across two cores. I had misconfigured one of the core's (in the join &#60;code&#62;fromIndex&#60;/code&#62;) keyspace with RF=1, while everything else was RF=2. Querying one node returned the correct answer, while the second did not.  Apparently, until the Solr project implements distributed joins, a DSE node must have all of the data locally for both cores in order to do a local cross core join. Thus, RF=node count is required for such a join query to work on all nodes.&#60;/p&#62;
&#60;p&#62;I'm very dependent on this, so I'm glad to see that the default read CL of ONE is used for Solr queries. In addition, since I can specify the CL  for an update, I can use ONE there as well. My hope here is that if one of the two nodes goes down, reads and writes won't fail since I'm forced to define RF=node count.  Quorum reads and writes would fail otherwise.  With a third node, and RF=3, this would not be a problem, right?&#60;/p&#62;
&#60;p&#62;Cheers,&#60;/p&#62;
&#60;p&#62;Jeff
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jas on "Multiple Schemas For Solr"</title>
			<link>http://www.datastax.com/support-forums/topic/multiple-schemas-for-solr#post-5470</link>
			<pubDate>Tue, 07 Aug 2012 22:40:17 +0000</pubDate>
			<dc:creator>jas</dc:creator>
			<guid isPermaLink="false">5470@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Check out: &#60;a href=&#34;http://www.datastax.com/docs/datastax_enterprise2.1/search/dse_search_schema&#34; rel=&#34;nofollow&#34;&#62;http://www.datastax.com/docs/datastax_enterprise2.1/search/dse_search_schema&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;You will create Solr cores using the convention of keyspaceName.columnFamilyName. They keyspace must exist, but DSE will create the column family based on the Solr configuration files you upload using the described REST API.&#60;/p&#62;
&#60;p&#62;Jeff
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jkusar on "Data inserted via CQL does not get run through Solr&#039;s copyField directives"</title>
			<link>http://www.datastax.com/support-forums/topic/data-inserted-via-cql-does-not-get-run-through-solrs-copyfield-directives/page/2#post-4322</link>
			<pubDate>Mon, 30 Jul 2012 21:24:55 +0000</pubDate>
			<dc:creator>jkusar</dc:creator>
			<guid isPermaLink="false">4322@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Bah, I found my issue.  I had some 2.0 binaries floating around in my path mucking things up since this didn't work in 2.0.  Got everything cleaned up and it seems to be working now.  Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>alexliu on "Data inserted via CQL does not get run through Solr&#039;s copyField directives"</title>
			<link>http://www.datastax.com/support-forums/topic/data-inserted-via-cql-does-not-get-run-through-solrs-copyfield-directives/page/2#post-4320</link>
			<pubDate>Mon, 30 Jul 2012 20:44:29 +0000</pubDate>
			<dc:creator>alexliu</dc:creator>
			<guid isPermaLink="false">4320@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;you can try test my example on DSE 2.1. I think it should work there as well.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jkusar on "Data inserted via CQL does not get run through Solr&#039;s copyField directives"</title>
			<link>http://www.datastax.com/support-forums/topic/data-inserted-via-cql-does-not-get-run-through-solrs-copyfield-directives/page/2#post-4318</link>
			<pubDate>Mon, 30 Jul 2012 20:41:44 +0000</pubDate>
			<dc:creator>jkusar</dc:creator>
			<guid isPermaLink="false">4318@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;That's very interesting.  How much longer till that version is released to the general public?  Is it available as a beta anywhere?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>alexliu on "Data inserted via CQL does not get run through Solr&#039;s copyField directives"</title>
			<link>http://www.datastax.com/support-forums/topic/data-inserted-via-cql-does-not-get-run-through-solrs-copyfield-directives/page/2#post-4314</link>
			<pubDate>Mon, 30 Jul 2012 20:32:55 +0000</pubDate>
			<dc:creator>alexliu</dc:creator>
			<guid isPermaLink="false">4314@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;This is working in the incoming release, I am not sure DSE 2.1&#60;/p&#62;
&#60;p&#62;the following is result that I run&#60;/p&#62;
&#60;p&#62;cqlsh&#38;gt; use ks33;&#60;/p&#62;
&#60;p&#62;cqlsh:ks33&#38;gt; insert into cf3 (key,title,body) values ('12345','This is a title','This is some body text');&#60;br /&#62;
cqlsh:ks33&#38;gt; select * from cf3;&#60;br /&#62;
 KEY   &#124; body                   &#124; title&#60;br /&#62;
-------+------------------------+-----------------&#60;br /&#62;
 12345 &#124; This is some body text &#124; This is a title&#60;/p&#62;
&#60;p&#62;cqlsh:ks33&#38;gt; select * from cf3 where solr_query='text1:is';&#60;br /&#62;
 KEY   &#124; body                   &#124; title&#60;br /&#62;
-------+------------------------+-----------------&#60;br /&#62;
 12345 &#124; This is some body text &#124; This is a title&#60;/p&#62;
&#60;p&#62;cqlsh:ks33&#38;gt; select * from cf3 where solr_query='text1:body';&#60;br /&#62;
 KEY   &#124; body                   &#124; title&#60;br /&#62;
-------+------------------------+-----------------&#60;br /&#62;
 12345 &#124; This is some body text &#124; This is a title&#60;/p&#62;
&#60;p&#62;schema.xml&#60;/p&#62;
&#60;p&#62;&#38;lt;?xml version=&#34;1.0&#34; encoding=&#34;UTF-8&#34; ?&#38;gt;&#60;br /&#62;
&#38;lt;schema name=&#34;wikipedia&#34; version=&#34;1.1&#34;&#38;gt;&#60;br /&#62;
 &#38;lt;types&#38;gt;&#60;br /&#62;
  &#38;lt;fieldType name=&#34;string&#34; class=&#34;solr.StrField&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;fieldType name=&#34;text&#34; class=&#34;solr.TextField&#34;&#38;gt;&#60;br /&#62;
    &#38;lt;analyzer&#38;gt;&#38;lt;tokenizer class=&#34;solr.WikipediaTokenizerFactory&#34;/&#38;gt;&#38;lt;/analyzer&#38;gt;&#60;br /&#62;
  &#38;lt;/fieldType&#38;gt;&#60;br /&#62;
 &#38;lt;/types&#38;gt;&#60;br /&#62;
 &#38;lt;fields&#38;gt;&#60;br /&#62;
    &#38;lt;field name=&#34;id&#34;  type=&#34;string&#34; indexed=&#34;true&#34;  stored=&#34;true&#34;/&#38;gt;&#60;br /&#62;
    &#38;lt;field name=&#34;name&#34;  type=&#34;text&#34; indexed=&#34;true&#34;  stored=&#34;true&#34;/&#38;gt;&#60;br /&#62;
    &#38;lt;field name=&#34;body&#34;  type=&#34;text&#34; indexed=&#34;true&#34;  stored=&#34;true&#34;/&#38;gt;&#60;br /&#62;
    &#38;lt;field name=&#34;title&#34;  type=&#34;text&#34; indexed=&#34;true&#34;  stored=&#34;true&#34;/&#38;gt;&#60;br /&#62;
    &#38;lt;field name=&#34;date&#34;  type=&#34;string&#34; indexed=&#34;true&#34;  stored=&#34;true&#34;/&#38;gt;&#60;br /&#62;
    &#38;lt;field name=&#34;text1&#34;  type=&#34;text&#34; indexed=&#34;true&#34;  stored=&#34;true&#34; multiValued=&#34;true&#34;/&#38;gt;&#60;br /&#62;
 &#38;lt;/fields&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;defaultSearchField&#38;gt;body&#38;lt;/defaultSearchField&#38;gt;&#60;br /&#62;
&#38;lt;uniqueKey&#38;gt;id&#38;lt;/uniqueKey&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;copyField source=&#34;body&#34; dest=&#34;text1&#34;/&#38;gt;&#60;br /&#62;
&#38;lt;copyField source=&#34;title&#34; dest=&#34;text1&#34;/&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;/schema&#38;gt;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>alexliu on "Multiple Schemas For Solr"</title>
			<link>http://www.datastax.com/support-forums/topic/multiple-schemas-for-solr#post-4271</link>
			<pubDate>Mon, 30 Jul 2012 16:42:12 +0000</pubDate>
			<dc:creator>alexliu</dc:creator>
			<guid isPermaLink="false">4271@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;can you post your solrconfig.xml and schema.xml files there, so we can do more investigate the issue, and reproduce it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gurkanoluc on "Multiple Schemas For Solr"</title>
			<link>http://www.datastax.com/support-forums/topic/multiple-schemas-for-solr#post-4218</link>
			<pubDate>Mon, 30 Jul 2012 07:58:17 +0000</pubDate>
			<dc:creator>gurkanoluc</dc:creator>
			<guid isPermaLink="false">4218@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Hi again,&#60;/p&#62;
&#60;p&#62;I searched over internet, and see what I need is, multi core solr setup.&#60;/p&#62;
&#60;p&#62;In normal Solr setup, I can easily create multi cores. But in DSE, I couldn't find any document about this.&#60;/p&#62;
&#60;p&#62;Is there any idea? Basically, what I want to do is, index multiple Column Families using DSE Solr.&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gurkanoluc on "Multiple Schemas For Solr"</title>
			<link>http://www.datastax.com/support-forums/topic/multiple-schemas-for-solr#post-4035</link>
			<pubDate>Fri, 27 Jul 2012 23:02:59 +0000</pubDate>
			<dc:creator>gurkanoluc</dc:creator>
			<guid isPermaLink="false">4035@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I want to make search on multiple column families. In the examples of dse, there is only one schema. I have tried writing multiple schema definitions to schema.xml file and writing schema defitinitions to different files and calling them separately.&#60;/p&#62;
&#60;p&#62;When I type all schema definitions to one file, I'm getting &#60;/p&#62;
&#60;p&#62;----&#60;br /&#62;
WARNING: &#34;java.lang.RuntimeException: org.apache.solr.common.SolrException: Schema Parsing Failed: Premature end of file.&#34;&#60;br /&#62;
Posted solrconfig.xml to &#60;a href=&#34;http://localhost:8983/solr/resource/keyspace.Badges/solrconfig.xml&#34; rel=&#34;nofollow&#34;&#62;http://localhost:8983/solr/resource/keyspace.Badges/solrconfig.xml&#60;/a&#62;&#60;br /&#62;
WARNING: &#34;java.lang.RuntimeException: org.apache.solr.common.SolrException: Schema Parsing Failed: The markup in the document following the root element must be well-formed.&#34;&#60;br /&#62;
Posted schema.xml to &#60;a href=&#34;http://localhost:8983/solr/resource/keyspace.Badges/schema.xml&#34; rel=&#34;nofollow&#34;&#62;http://localhost:8983/solr/resource/keyspace.Badges/schema.xml&#60;/a&#62;&#60;br /&#62;
----&#60;/p&#62;
&#60;p&#62;errors.&#60;/p&#62;
&#60;p&#62;If I want to post separately I'm getting, schema.xml file is not found.&#60;/p&#62;
&#60;p&#62;What is the ideal way of using multiple schema files?&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jkusar on "Data inserted via CQL does not get run through Solr&#039;s copyField directives"</title>
			<link>http://www.datastax.com/support-forums/topic/data-inserted-via-cql-does-not-get-run-through-solrs-copyfield-directives/page/2#post-3897</link>
			<pubDate>Thu, 26 Jul 2012 18:07:23 +0000</pubDate>
			<dc:creator>jkusar</dc:creator>
			<guid isPermaLink="false">3897@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Ok, here's some steps to reproduce the problem.&#60;/p&#62;
&#60;p&#62;First modify the wikipedia schema as follows:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;schema name=&#38;quot;wikipedia&#38;quot; version=&#38;quot;1.1&#38;quot;&#38;gt;
 &#38;lt;types&#38;gt;
  &#38;lt;fieldType name=&#38;quot;string&#38;quot; class=&#38;quot;solr.StrField&#38;quot;/&#38;gt;
  &#38;lt;fieldType name=&#38;quot;text&#38;quot; class=&#38;quot;solr.TextField&#38;quot;&#38;gt;
    &#38;lt;analyzer&#38;gt;&#38;lt;tokenizer class=&#38;quot;solr.WikipediaTokenizerFactory&#38;quot;/&#38;gt;&#38;lt;/analyzer&#38;gt;
  &#38;lt;/fieldType&#38;gt;
 &#38;lt;/types&#38;gt;
 &#38;lt;fields&#38;gt;
    &#38;lt;field name=&#38;quot;id&#38;quot;  type=&#38;quot;string&#38;quot; indexed=&#38;quot;true&#38;quot;  stored=&#38;quot;true&#38;quot;/&#38;gt;
    &#38;lt;field name=&#38;quot;body&#38;quot;  type=&#38;quot;text&#38;quot; indexed=&#38;quot;true&#38;quot;  stored=&#38;quot;true&#38;quot;/&#38;gt;
    &#38;lt;field name=&#38;quot;text&#38;quot;  type=&#38;quot;text&#38;quot; indexed=&#38;quot;true&#38;quot;  stored=&#38;quot;true&#38;quot; multiValued=&#38;quot;true&#38;quot;/&#38;gt;
    &#38;lt;field name=&#38;quot;title&#38;quot;  type=&#38;quot;text&#38;quot; indexed=&#38;quot;true&#38;quot;  stored=&#38;quot;true&#38;quot;/&#38;gt;
    &#38;lt;field name=&#38;quot;date&#38;quot;  type=&#38;quot;string&#38;quot; indexed=&#38;quot;true&#38;quot;  stored=&#38;quot;true&#38;quot;/&#38;gt;
 &#38;lt;/fields&#38;gt;

&#38;lt;defaultSearchField&#38;gt;text&#38;lt;/defaultSearchField&#38;gt;
&#38;lt;uniqueKey&#38;gt;id&#38;lt;/uniqueKey&#38;gt;

&#38;lt;copyField source=&#38;quot;body&#38;quot; dest=&#38;quot;text&#38;quot;/&#38;gt;
&#38;lt;copyField source=&#38;quot;title&#38;quot; dest=&#38;quot;text&#38;quot;/&#38;gt;
&#38;lt;/schema&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Run the add schema script.&#60;/p&#62;
&#60;p&#62;From cqlsh add a record:&#60;br /&#62;
&#60;code&#62;cqlsh:wiki&#38;gt; insert into solr (key,title,body) values (&#38;#039;12345&#38;#039;,&#38;#039;This is a title&#38;#039;,&#38;#039;This is some body text&#38;#039;);&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Now from the solr admin tool, query for body.  You will get nothing as it is searching the 'text' field and nothing has been copied to it.  If you instead search for body:body (search for body within the body field), you get your record back.&#60;/p&#62;
&#60;p&#62;The copyField is definitely not happening.&#60;/p&#62;
&#60;p&#62;This is running a single solr node.  The keyspace is using SimpleStrategy with RF=1.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jkusar on "Data inserted via CQL does not get run through Solr&#039;s copyField directives"</title>
			<link>http://www.datastax.com/support-forums/topic/data-inserted-via-cql-does-not-get-run-through-solrs-copyfield-directives/page/2#post-3896</link>
			<pubDate>Thu, 26 Jul 2012 17:47:40 +0000</pubDate>
			<dc:creator>jkusar</dc:creator>
			<guid isPermaLink="false">3896@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;I'm not using dynamic fields.  All nodes are Solr.  My schema is posted in another recent thread about copyField.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
