<?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: sergio</title>
		<link><a href='http://www.datastax.com/support-forums/profile/sergio'>sergio</a></link>
		<description>Software, Support, and Training for Apache Cassandra</description>
		<language>en-US</language>
		<pubDate>Sat, 25 May 2013 18:00:59 +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>sergio on "Changing the Jetty port"</title>
			<link>http://www.datastax.com/support-forums/topic/changing-the-jetty-port#post-11334</link>
			<pubDate>Sat, 25 May 2013 11:00:00 +0000</pubDate>
			<dc:creator>sergio</dc:creator>
			<guid isPermaLink="false">11334@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Hi Ioan,&#60;/p&#62;
&#60;p&#62;you should be able to specify the jetty port by passing the -Djetty.port=_port_ JVM startup parameter.&#60;/p&#62;
&#60;p&#62;Cheers,&#60;/p&#62;
&#60;p&#62;Sergio B.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ion Olaru on "Changing the Jetty port"</title>
			<link>http://www.datastax.com/support-forums/topic/changing-the-jetty-port#post-11332</link>
			<pubDate>Sat, 25 May 2013 03:01:56 +0000</pubDate>
			<dc:creator>Ion Olaru</dc:creator>
			<guid isPermaLink="false">11332@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Hi&#60;/p&#62;
&#60;p&#62;I am trying to deploy 2 instances of Cassandra 1.2.5 + their respective agents + 1 opscenter on the same box, my local development box, I know this is weird, but I would like to have this configured locally before I move forward.&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;WARN [Jetty] 2013-05-24 23:02:46,794 FAILED org.eclipse.jetty.server.Server@4c18e99: java.net.BindException: Address already in use&#60;br /&#62;
&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;My error now is the Jetty server Exception coming form the 2nd agent on start:&#60;br /&#62;
I was wondering if I have any control on what port jetty should run.&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Jack Krupansky on "DSE 3.0 with Solr - support for integer type?"</title>
			<link>http://www.datastax.com/support-forums/topic/dse-30-with-solr-support-for-integer-type#post-11193</link>
			<pubDate>Fri, 17 May 2013 22:01:34 +0000</pubDate>
			<dc:creator>Jack Krupansky</dc:creator>
			<guid isPermaLink="false">11193@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Patricia,&#60;/p&#62;
&#60;p&#62;Simply ignore that irrelevant phrase, &#34;, Solr fields must be strings&#34;. The intent is simply that a Solr schema field can only be associated with a simple, non-composite Cassandra column. DSE does in fact support all the common types, as shown in that table, although you need 3.0.1 for the best type support; 3.0 mapped the Solr trie numeric types to UTF8Type, for example, as shown in the legacy type mapping table.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pgorla on "DSE 3.0 with Solr - support for integer type?"</title>
			<link>http://www.datastax.com/support-forums/topic/dse-30-with-solr-support-for-integer-type#post-11192</link>
			<pubDate>Fri, 17 May 2013 21:14:34 +0000</pubDate>
			<dc:creator>pgorla</dc:creator>
			<guid isPermaLink="false">11192@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Matt,&#60;/p&#62;
&#60;p&#62;I was also confused by this syntax. This sentence comes from this context:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;Unsupported Features:
&#38;lt;...&#38;gt;
Cassandra composite columns, Solr fields must be strings.&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The phrase &#34;Solr fields must be strings&#34; actually refers to the fact that each field must be of the same type. This means that composite columns are not supported, because composite columns actually contain two different data types. Solr requires that all values of a field share a type definition.&#60;/p&#62;
&#60;p&#62;So, DSE *does* support other types, such as int, date (see &#60;a href=&#34;http://www.datastax.com/docs/datastax_enterprise3.0/solutions/dse_search_schema#solr-type-mapping)&#34; rel=&#34;nofollow&#34;&#62;http://www.datastax.com/docs/datastax_enterprise3.0/solutions/dse_search_schema#solr-type-mapping)&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jwlee on "dse-3.0 - Reindexing is not working for Solr copyfield"</title>
			<link>http://www.datastax.com/support-forums/topic/dse-30-reindexing-is-not-working-for-solr-copyfield#post-11030</link>
			<pubDate>Wed, 15 May 2013 00:59:46 +0000</pubDate>
			<dc:creator>jwlee</dc:creator>
			<guid isPermaLink="false">11030@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Sergio,&#60;/p&#62;
&#60;p&#62;All right. Good to hear it is in the plan.&#60;br /&#62;
We'll do the workaround in the meantime.&#60;/p&#62;
&#60;p&#62;Thanks!&#60;br /&#62;
Regards,&#60;br /&#62;
JW
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sergio on "dse-3.0 - Reindexing is not working for Solr copyfield"</title>
			<link>http://www.datastax.com/support-forums/topic/dse-30-reindexing-is-not-working-for-solr-copyfield#post-11007</link>
			<pubDate>Tue, 14 May 2013 07:24:59 +0000</pubDate>
			<dc:creator>sergio</dc:creator>
			<guid isPermaLink="false">11007@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;the reason we don't currently support reindexing of *new* copy fields is that we always store them in Cassandra (that is, we always assume stored=true), hence we need the copy field value to be known upfront at ingestion time.&#60;/p&#62;
&#60;p&#62;We are planning to support non-stored mode too (that is, stored=false): this will not store any copy fields in Cassandra, but will allow for them to be reindexed post-ingestion, even new ones.&#60;/p&#62;
&#60;p&#62;In the meantime, you can use the workaround provided above.&#60;/p&#62;
&#60;p&#62;Hope that helps.&#60;br /&#62;
Cheers,&#60;/p&#62;
&#60;p&#62;Sergio B.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jwlee on "dse-3.0 - Reindexing is not working for Solr copyfield"</title>
			<link>http://www.datastax.com/support-forums/topic/dse-30-reindexing-is-not-working-for-solr-copyfield#post-10999</link>
			<pubDate>Tue, 14 May 2013 03:35:59 +0000</pubDate>
			<dc:creator>jwlee</dc:creator>
			<guid isPermaLink="false">10999@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Thanks to all for your replies.&#60;br /&#62;
Just want to add that the copyfield is an important feature for us.&#60;br /&#62;
We are frequently changing the Solr schema to suit the search behaviors required by our users.&#60;br /&#62;
Really do hope that the reindexing for the copyfields are automatically applied.&#60;br /&#62;
After all, isn't it suppose to be ETL free?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rockbrain on "dse-3.0 - Reindexing is not working for Solr copyfield"</title>
			<link>http://www.datastax.com/support-forums/topic/dse-30-reindexing-is-not-working-for-solr-copyfield#post-10976</link>
			<pubDate>Mon, 13 May 2013 16:28:44 +0000</pubDate>
			<dc:creator>rockbrain</dc:creator>
			<guid isPermaLink="false">10976@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Tristan,&#60;/p&#62;
&#60;p&#62;The following contains the examples necessary to use the CopyFieldInputTransformer.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://pastebin.com/bi7cLQud&#34; rel=&#34;nofollow&#34;&#62;http://pastebin.com/bi7cLQud&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://pastebin.com/MpbnCNsH&#34; rel=&#34;nofollow&#34;&#62;http://pastebin.com/MpbnCNsH&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tristanls on "dse-3.0 - Reindexing is not working for Solr copyfield"</title>
			<link>http://www.datastax.com/support-forums/topic/dse-30-reindexing-is-not-working-for-solr-copyfield#post-10975</link>
			<pubDate>Mon, 13 May 2013 15:39:10 +0000</pubDate>
			<dc:creator>tristanls</dc:creator>
			<guid isPermaLink="false">10975@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Jack, that's good to hear. My main concern was that this might get dropped, but that's been alleviated.&#60;/p&#62;
&#60;p&#62;Also, I only get to complain on these forums, but overall it's been a pretty easy and good experience so far. So keep up the good work.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Jack Krupansky on "dse-3.0 - Reindexing is not working for Solr copyfield"</title>
			<link>http://www.datastax.com/support-forums/topic/dse-30-reindexing-is-not-working-for-solr-copyfield#post-10974</link>
			<pubDate>Mon, 13 May 2013 15:19:33 +0000</pubDate>
			<dc:creator>Jack Krupansky</dc:creator>
			<guid isPermaLink="false">10974@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Tristan, thanks for the detailed justification - it will help fuel our internal discussions.&#60;/p&#62;
&#60;p&#62;Why not do it? Timeframe, priorities, compatibility, perceived importance, architectural complexity - the usual bane of software engineering. It sometimes just takes some time to work through it all. But, rest assured, it is on our radar. copyField is a very important Solr feature.&#60;/p&#62;
&#60;p&#62;Workarounds are, by definition, never good architecture. They're simply temporary, stopgap measures.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tristanls on "dse-3.0 - Reindexing is not working for Solr copyfield"</title>
			<link>http://www.datastax.com/support-forums/topic/dse-30-reindexing-is-not-working-for-solr-copyfield#post-10970</link>
			<pubDate>Mon, 13 May 2013 15:09:53 +0000</pubDate>
			<dc:creator>tristanls</dc:creator>
			<guid isPermaLink="false">10970@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;rockbrain, yes, it would be great to know even if it's brittle right now and might change
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rockbrain on "dse-3.0 - Reindexing is not working for Solr copyfield"</title>
			<link>http://www.datastax.com/support-forums/topic/dse-30-reindexing-is-not-working-for-solr-copyfield#post-10968</link>
			<pubDate>Mon, 13 May 2013 14:42:45 +0000</pubDate>
			<dc:creator>rockbrain</dc:creator>
			<guid isPermaLink="false">10968@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Tristan, 3.0.1 has a way to do copy fields, however at this point we are still changing the implementation so it is undocumented, are you interested in how to do this?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tristanls on "dse-3.0 - Reindexing is not working for Solr copyfield"</title>
			<link>http://www.datastax.com/support-forums/topic/dse-30-reindexing-is-not-working-for-solr-copyfield#post-10967</link>
			<pubDate>Mon, 13 May 2013 14:38:28 +0000</pubDate>
			<dc:creator>tristanls</dc:creator>
			<guid isPermaLink="false">10967@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Hey Jack,&#60;/p&#62;
&#60;p&#62;Why would you not change this? Consider a workflow for improving an autosuggest feature (since you've indicated fixing this is only barely under consideration):&#60;/p&#62;
&#60;p&#62;1. create a copyField to copy someField to someField_autosuggest with different analyzers&#60;br /&#62;
2. index stuff&#60;/p&#62;
&#60;p&#62;Or another:&#60;/p&#62;
&#60;p&#62;1. create dynamic field &#34;*_autosuggest&#34; which does autosuggest analyzing&#60;br /&#62;
2. deploy&#60;br /&#62;
3. business guy:  &#34;hey I need this other thing to autosuggest also&#34;&#60;br /&#62;
4. I add a copyField to copy with &#34;_autosuggest&#34; extension&#60;br /&#62;
5. reindex (broken!)&#60;/p&#62;
&#60;p&#62;I expect to upload a schema, reload, and reindex. Copy fields not being applied breaks this workflow and is unexpected.&#60;/p&#62;
&#60;p&#62;Let's be honest, &#34;simply read each Cassandra row (or Solr document)&#34; isn't simple nor is it good architecture, especially if I'm doing it over a network.&#60;/p&#62;
&#60;p&#62;Cheers,&#60;/p&#62;
&#60;p&#62;Tristan
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Jack Krupansky on "dse-3.0 - Reindexing is not working for Solr copyfield"</title>
			<link>http://www.datastax.com/support-forums/topic/dse-30-reindexing-is-not-working-for-solr-copyfield#post-10966</link>
			<pubDate>Mon, 13 May 2013 13:40:46 +0000</pubDate>
			<dc:creator>Jack Krupansky</dc:creator>
			<guid isPermaLink="false">10966@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Sorry, but in DSE the Solr copy fields are only applied when the data is inserted into Cassandra (&#34;insert time&#34;), and NOT when data is reindexed (&#34;index time&#34;). We are considering whether to change this, but at the present time, this is the way it is.&#60;/p&#62;
&#60;p&#62;One workaround is to simply read each Cassandra row (or Solr document) and update it with the same values. This should then invoke the &#34;insert time&#34; copy field processing, with the new copy fields.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cybc16 on "dse-3.0 - Reindexing is not working for Solr copyfield"</title>
			<link>http://www.datastax.com/support-forums/topic/dse-30-reindexing-is-not-working-for-solr-copyfield#post-10963</link>
			<pubDate>Mon, 13 May 2013 08:36:48 +0000</pubDate>
			<dc:creator>cybc16</dc:creator>
			<guid isPermaLink="false">10963@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;I am facing the same issue. Does anyone have any idea?&#60;/p&#62;
&#60;p&#62;Please help me if you have solve this.&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
