<?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: fredespi</title>
		<link><a href='http://www.datastax.com/support-forums/profile/fredespi'>fredespi</a></link>
		<description>Software, Support, and Training for Apache Cassandra</description>
		<language>en-US</language>
		<pubDate>Thu, 23 May 2013 08:08:02 +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>thobbs on "documentation error"</title>
			<link>http://www.datastax.com/support-forums/topic/documentation-error#post-9486</link>
			<pubDate>Wed, 20 Mar 2013 23:59:31 +0000</pubDate>
			<dc:creator>thobbs</dc:creator>
			<guid isPermaLink="false">9486@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;fredespi,&#60;/p&#62;
&#60;p&#62;Thanks!  The documentation has been corrected.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sergio on "possible bug with group queries in dse search (3.0)"</title>
			<link>http://www.datastax.com/support-forums/topic/possible-bug-with-group-queries-in-dse-search-30#post-9295</link>
			<pubDate>Mon, 04 Mar 2013 12:07:37 +0000</pubDate>
			<dc:creator>sergio</dc:creator>
			<guid isPermaLink="false">9295@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I wasn't able to reproduce your problem: I uploaded a schema with a few non-required fields, inserted some data and run some group queries, but everything works fine.&#60;/p&#62;
&#60;p&#62;Could you reproduce your problem in a simplified setup and send us some test data?&#60;br /&#62;
The following would be great:&#60;br /&#62;
1) The schema.xml.&#60;br /&#62;
2) A few documents to insert.&#60;br /&#62;
3) The query to tun.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Sergio B.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>fredespi on "possible bug with group queries in dse search (3.0)"</title>
			<link>http://www.datastax.com/support-forums/topic/possible-bug-with-group-queries-in-dse-search-30#post-9294</link>
			<pubDate>Mon, 04 Mar 2013 10:41:07 +0000</pubDate>
			<dc:creator>fredespi</dc:creator>
			<guid isPermaLink="false">9294@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Upon upgrading to DSE 3, there seems to be an issue with group.query in solr.&#60;br /&#62;
This functionality only seems to work if the field which is being queried has the property 'required' set to true.&#60;br /&#62;
In all other fields, where 'required' is not set to true, if that field is queried in group.query, a NullPointerException is thrown.&#60;/p&#62;
&#60;p&#62;For example:&#60;br /&#62;
If 'id' has required=true, and text does not,&#60;br /&#62;
group=true&#38;amp;group.query=id:&#34;123ABC&#34; works fine, but&#60;br /&#62;
group=true&#38;amp;group.query=text:&#34;123ABC&#34; throws a NullPointerException.&#60;/p&#62;
&#60;p&#62;Below is the stacktrace:&#60;/p&#62;
&#60;p&#62;java.lang.NullPointerException at org.apache.solr.search.grouping.distributed.shardresultserializer.TopGroupsResultTransformer.transformToNative(TopGroupsResultTransformer.java:110) at org.apache.solr.search.grouping.distributed.responseprocessor.TopGroupsShardResponseProcessor.process(TopGroupsShardResponseProcessor.java:80) at org.apache.solr.handler.component.QueryComponent.handleGroupedResponses(QueryComponent.java:620) at org.apache.solr.handler.component.QueryComponent.handleResponses(QueryComponent.java:603) at org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:317) at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:129) at org.apache.solr.core.SolrCore.execute(SolrCore.java:1679) at org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:462) at com.datastax.bdp.cassandra.index.solr.CassandraDispatchFilter.execute(CassandraDispatchFilter.java:184) at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:276) at com.datastax.bdp.cassandra.index.solr.CassandraDispatchFilter.doFilter(CassandraDispatchFilter.java:134) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) at ...&#60;/p&#62;
&#60;p&#62;This issue with group.query did not exist in DSE 2.2
&#60;/p&#62;</description>
		</item>
		<item>
			<title>fredespi on "documentation error"</title>
			<link>http://www.datastax.com/support-forums/topic/documentation-error#post-9209</link>
			<pubDate>Thu, 28 Feb 2013 15:07:40 +0000</pubDate>
			<dc:creator>fredespi</dc:creator>
			<guid isPermaLink="false">9209@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;The page &#60;a href=&#34;http://www.datastax.com/docs/datastax_enterprise3.0/solutions/dse_search_upload&#34; rel=&#34;nofollow&#34;&#62;http://www.datastax.com/docs/datastax_enterprise3.0/solutions/dse_search_upload&#60;/a&#62; explains how to reload a solr core. It mentions a curl call: &#60;/p&#62;
&#60;p&#62;curl &#60;a href=&#34;http://localhost:8983/solr/admin/cores?action=RELOAD&#38;#038;name=&#38;lt;keyspace.columnfamily&#38;#038;gt&#34; rel=&#34;nofollow&#34;&#62;http://localhost:8983/solr/admin/cores?action=RELOAD&#38;#038;name=&#38;lt;keyspace.columnfamily&#38;#038;gt&#60;/a&#62;;&#60;br /&#62;
         --reindex=true --deleteAll=false&#60;/p&#62;
&#60;p&#62;which should (probably) really be&#60;/p&#62;
&#60;p&#62;curl &#34;http://localhost:8983/solr/admin/cores?action=RELOAD&#38;amp;name=&#38;lt;keyspace.columnfamily&#38;gt;&#38;amp;reindex=true&#38;amp;deleteAll=false&#34;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Sven on "Search and TTL"</title>
			<link>http://www.datastax.com/support-forums/topic/search-and-ttl#post-8775</link>
			<pubDate>Tue, 29 Jan 2013 19:39:47 +0000</pubDate>
			<dc:creator>Sven</dc:creator>
			<guid isPermaLink="false">8775@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;You would probably also have to establish a C* connection from the client to issue the update command. I don't believe there is any purely solr based way to control that. I will file a feature request for that.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>fredespi on "Search and TTL"</title>
			<link>http://www.datastax.com/support-forums/topic/search-and-ttl#post-8772</link>
			<pubDate>Tue, 29 Jan 2013 17:45:08 +0000</pubDate>
			<dc:creator>fredespi</dc:creator>
			<guid isPermaLink="false">8772@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Thank you. It seems you need to set ttl for each column you update or insert. Ok but how do I do that from a solr client?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>alexliu on "Search and TTL"</title>
			<link>http://www.datastax.com/support-forums/topic/search-and-ttl#post-8771</link>
			<pubDate>Tue, 29 Jan 2013 16:44:44 +0000</pubDate>
			<dc:creator>alexliu</dc:creator>
			<guid isPermaLink="false">8771@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;You can follow this link to set the ttl for the column.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.datastax.com/docs/1.0/references/cql/INSERT&#34; rel=&#34;nofollow&#34;&#62;http://www.datastax.com/docs/1.0/references/cql/INSERT&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>fredespi on "Search and TTL"</title>
			<link>http://www.datastax.com/support-forums/topic/search-and-ttl#post-8758</link>
			<pubDate>Tue, 29 Jan 2013 09:31:40 +0000</pubDate>
			<dc:creator>fredespi</dc:creator>
			<guid isPermaLink="false">8758@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Thanks. Could you give me an example? I uploaded a solrconfig and schema file and the resulting solr column now exists (as described in &#60;a href=&#34;http://www.datastax.com/docs/datastax_enterprise2.0/search/dse_search_start#running-the-dse-search-demo)&#34; rel=&#34;nofollow&#34;&#62;http://www.datastax.com/docs/datastax_enterprise2.0/search/dse_search_start#running-the-dse-search-demo)&#60;/a&#62; . How do I set TTL?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>alexliu on "Search and TTL"</title>
			<link>http://www.datastax.com/support-forums/topic/search-and-ttl#post-8740</link>
			<pubDate>Mon, 28 Jan 2013 18:08:57 +0000</pubDate>
			<dc:creator>alexliu</dc:creator>
			<guid isPermaLink="false">8740@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;when you create a column, you can specify the ttl for the column. The ttl is per column, it's not set per column family.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>fredespi on "Search and TTL"</title>
			<link>http://www.datastax.com/support-forums/topic/search-and-ttl#post-8661</link>
			<pubDate>Fri, 25 Jan 2013 10:33:38 +0000</pubDate>
			<dc:creator>fredespi</dc:creator>
			<guid isPermaLink="false">8661@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Thanks Sven.&#60;/p&#62;
&#60;p&#62;But I don't understand. It seems to me that the post you linked to explains how to make sure the solr index is synchronized more often with the expired cassandra data. When ttl is set (somehow) on the data, and it expires in cassandra, the solr index may still have the data indexed (unless compactation has run) and you will get erroneous results. With the suggested solution those discrepancies decrease. I find it a little difficult to understand how exactly to get this to work as well, but my main problem is that I don't understand how to set ttl in the first place. I understand how to do it using cqlsh but not using solr api calls. I guess my question is: is ttl supposed to be set with every insert/update or do you set it once on a CF? If it's the first case, how do you do it with solr api calls?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Sven on "Search and TTL"</title>
			<link>http://www.datastax.com/support-forums/topic/search-and-ttl#post-8638</link>
			<pubDate>Thu, 24 Jan 2013 19:01:34 +0000</pubDate>
			<dc:creator>Sven</dc:creator>
			<guid isPermaLink="false">8638@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;You may want to check out &#60;a href=&#34;http://www.datastax.com/dev/blog/cassandra-column-ttl-support-in-dse-search&#34; rel=&#34;nofollow&#34;&#62;http://www.datastax.com/dev/blog/cassandra-column-ttl-support-in-dse-search&#60;/a&#62;.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Sven
&#60;/p&#62;</description>
		</item>
		<item>
			<title>fredespi on "Search and TTL"</title>
			<link>http://www.datastax.com/support-forums/topic/search-and-ttl#post-8631</link>
			<pubDate>Thu, 24 Jan 2013 12:46:13 +0000</pubDate>
			<dc:creator>fredespi</dc:creator>
			<guid isPermaLink="false">8631@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;I don't understand how to get TTL set on a solr CF. My understanding is that it might be possible to set a property on the CF, or that I need to set the TTL for each insert or update; either way it seems I need to use cassandra-cli or cqlsh. My question is how to do it when I do updates using the solr APIs?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>fredespi on "incorrect replica assignment"</title>
			<link>http://www.datastax.com/support-forums/topic/incorrect-replica-assignment#post-7489</link>
			<pubDate>Tue, 13 Nov 2012 20:07:59 +0000</pubDate>
			<dc:creator>fredespi</dc:creator>
			<guid isPermaLink="false">7489@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Unfortunately I had already switched tokens between two of the nodes so I can't replicate the problem now. Sorry.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nickmbailey on "incorrect replica assignment"</title>
			<link>http://www.datastax.com/support-forums/topic/incorrect-replica-assignment#post-7435</link>
			<pubDate>Wed, 07 Nov 2012 23:30:15 +0000</pubDate>
			<dc:creator>nickmbailey</dc:creator>
			<guid isPermaLink="false">7435@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;That could perhaps be a bug. Can you attach the output from 'nodetool ring' and 'nodetool describering &#38;lt;keyspace&#38;gt;'
&#60;/p&#62;</description>
		</item>
		<item>
			<title>fredespi on "incorrect replica assignment"</title>
			<link>http://www.datastax.com/support-forums/topic/incorrect-replica-assignment#post-7433</link>
			<pubDate>Wed, 07 Nov 2012 20:42:11 +0000</pubDate>
			<dc:creator>fredespi</dc:creator>
			<guid isPermaLink="false">7433@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;using opscenter view replication and by doing nodetool describering keyspace.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
