<?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: search - Recent Posts</title>
		<link>http://www.datastax.com/support-forums/tags/search</link>
		<description>Software, Support, and Training for Apache Cassandra</description>
		<language>en-US</language>
		<pubDate>Sat, 25 May 2013 20:02:19 +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/search" rel="self" type="application/rss+xml" />

		<item>
			<title>baskaran.md on "DSE 2.0, Solr and non-Solr related content, UnavailableException"</title>
			<link>http://www.datastax.com/support-forums/topic/dse-20-solr-and-non-solr-related-content-unavailableexception#post-6906</link>
			<pubDate>Fri, 12 Oct 2012 15:22:27 +0000</pubDate>
			<dc:creator>baskaran.md</dc:creator>
			<guid isPermaLink="false">6906@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Thanks tjake.. That really saves a lot of time..&#60;/p&#62;
&#60;p&#62;For me, the following works like a charm..&#60;/p&#62;
&#60;p&#62;update KEYSPACE my_keyspace WITH placement_strategy = 'NetworkTopologyStrategy' AND strategy_options={ap-southeast:6};
&#60;/p&#62;</description>
		</item>
		<item>
			<title>xedin on "Support for Wildcard search in cassandra"</title>
			<link>http://www.datastax.com/support-forums/topic/support-for-wildcard-search-in-cassandra#post-3864</link>
			<pubDate>Thu, 26 Jul 2012 13:20:22 +0000</pubDate>
			<dc:creator>xedin</dc:creator>
			<guid isPermaLink="false">3864@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;I can suggest you to take a look at DSE (&#60;a href=&#34;http://www.datastax.com/products/enterprise&#34; rel=&#34;nofollow&#34;&#62;http://www.datastax.com/products/enterprise&#60;/a&#62;) if you are looking for wildcard/fulltext searches, following like gives you the idea of how it works &#60;a href=&#34;http://www.datastax.com/docs/datastax_enterprise2.0/search/dse_search_start&#34; rel=&#34;nofollow&#34;&#62;http://www.datastax.com/docs/datastax_enterprise2.0/search/dse_search_start&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>xedin on "Support for Wildcard search in cassandra"</title>
			<link>http://www.datastax.com/support-forums/topic/support-for-wildcard-search-in-cassandra#post-3838</link>
			<pubDate>Thu, 26 Jul 2012 09:28:31 +0000</pubDate>
			<dc:creator>xedin</dc:creator>
			<guid isPermaLink="false">3838@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;No, it doesn't. You will have to use Solr for that.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hardikupadhyay on "Support for Wildcard search in cassandra"</title>
			<link>http://www.datastax.com/support-forums/topic/support-for-wildcard-search-in-cassandra#post-3817</link>
			<pubDate>Thu, 26 Jul 2012 06:42:30 +0000</pubDate>
			<dc:creator>hardikupadhyay</dc:creator>
			<guid isPermaLink="false">3817@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;I would rather be interested in&#60;br /&#62;
select KEY,username,password from Users Where username='%hello%';&#60;br /&#62;
select KEY,username,password from Users Where username='*hello*';&#60;br /&#62;
As well
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hardikupadhyay on "Support for Wildcard search in cassandra"</title>
			<link>http://www.datastax.com/support-forums/topic/support-for-wildcard-search-in-cassandra#post-3808</link>
			<pubDate>Thu, 26 Jul 2012 05:06:06 +0000</pubDate>
			<dc:creator>hardikupadhyay</dc:creator>
			<guid isPermaLink="false">3808@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;hi&#60;br /&#62;
I want to know if any way cassandra supports wildcard searches or not.&#60;/p&#62;
&#60;p&#62;e.g. select KEY,username,password from Users Where username='hello%';
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "Site search engine"</title>
			<link>http://www.datastax.com/support-forums/topic/site-search-engine#post-2023</link>
			<pubDate>Sun, 03 Jun 2012 13:34:32 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">2023@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
I am currently building a site in the &#34;social network&#34; category.&#60;br /&#62;
The site is based on cassandra and the relevant data are spread on a number of column families.&#60;/p&#62;
&#60;p&#62;I need my users to be able to search all the texts and messages on the site - someting similar to an &#34;internal&#34; google search... In some cases I need to be able to control the search so it only searches specific CFs for data (ie. searching for a specific type of data - ex. heading, titles, content, file names etc.).&#60;/p&#62;
&#60;p&#62;I have been looking around, and beeing a search engine novice I probably look for the wrong thing since I can't seem to find anything really relevant...&#60;/p&#62;
&#60;p&#62;So, I hope some of you can direct me in the right direction...&#60;/p&#62;
&#60;p&#62;Thanks in advance&#60;/p&#62;
&#60;p&#62;Thomas Augustinus
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jas on "DSE 2.0, Solr and non-Solr related content, UnavailableException"</title>
			<link>http://www.datastax.com/support-forums/topic/dse-20-solr-and-non-solr-related-content-unavailableexception#post-1505</link>
			<pubDate>Mon, 02 Apr 2012 16:53:04 +0000</pubDate>
			<dc:creator>jas</dc:creator>
			<guid isPermaLink="false">1505@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Great, thanks Jake.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tjake on "DSE 2.0, Solr and non-Solr related content, UnavailableException"</title>
			<link>http://www.datastax.com/support-forums/topic/dse-20-solr-and-non-solr-related-content-unavailableexception#post-1502</link>
			<pubDate>Mon, 02 Apr 2012 16:26:50 +0000</pubDate>
			<dc:creator>tjake</dc:creator>
			<guid isPermaLink="false">1502@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Hi Jeff,  There is no issue with putting non solr column families in the same keyspaces
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jas on "DSE 2.0, Solr and non-Solr related content, UnavailableException"</title>
			<link>http://www.datastax.com/support-forums/topic/dse-20-solr-and-non-solr-related-content-unavailableexception#post-1491</link>
			<pubDate>Mon, 02 Apr 2012 14:18:22 +0000</pubDate>
			<dc:creator>jas</dc:creator>
			<guid isPermaLink="false">1491@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Hi Jake:&#60;/p&#62;
&#60;p&#62;Thanks for the pointer!  I added to each of my keyspaces:&#60;/p&#62;
&#60;p&#62;WITH placement_strategy = 'NetworkTopologyStrategy'&#60;br /&#62;
AND strategy_options=[{Solr:1}];&#60;/p&#62;
&#60;p&#62;and things are working for me.  Thank you.&#60;/p&#62;
&#60;p&#62;One sort of related question:  Given the keyspace.columnfamily notation when creating/updating Solr cores using the HTTP API, is there any crime in putting non-Solr related column families in that same keyspace?  Or is it best to just use another keyspace?  I ask because I have content that is related, but only part of it is indexed, and it'd handy for it all to live in one keyspace.  This is just the initial move for me, as I will continue using SolrJ to talk to Solr and Hector for Cassandra and continue to treat them as separate entities for the short term.&#60;/p&#62;
&#60;p&#62;Thanks again,&#60;/p&#62;
&#60;p&#62;Jeff
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tjake on "DSE 2.0, Solr and non-Solr related content, UnavailableException"</title>
			<link>http://www.datastax.com/support-forums/topic/dse-20-solr-and-non-solr-related-content-unavailableexception#post-1488</link>
			<pubDate>Mon, 02 Apr 2012 13:31:41 +0000</pubDate>
			<dc:creator>tjake</dc:creator>
			<guid isPermaLink="false">1488@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Since you are running DSE with the DseSimpleSnitch the Datacenter of the node you are on is &#34;Solr&#34;&#60;/p&#62;
&#60;p&#62;In your new keyspace you set replication as {datacenter1:1}&#60;/p&#62;
&#60;p&#62;It's complaining because it doesn't know where to find datacenter1.  If you switch this to &#34;Solr:1&#34; then it will start working.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jas on "DSE 2.0, Solr and non-Solr related content, UnavailableException"</title>
			<link>http://www.datastax.com/support-forums/topic/dse-20-solr-and-non-solr-related-content-unavailableexception#post-1485</link>
			<pubDate>Sun, 01 Apr 2012 19:59:54 +0000</pubDate>
			<dc:creator>jas</dc:creator>
			<guid isPermaLink="false">1485@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Hello:&#60;/p&#62;
&#60;p&#62;I'm working on restructuring an application that is currently making use of Solr 3.5.0 and Cassandra 1.0.7 to instead use DSE 2.0.  I'm at the very early stages, so I'm just starting a single node after setting up on my computer (Max OS X Lion) using dse-2.0-1-bin.tar.gz. After launching with 'dse cassandra -s', I was able to index the demo wikipedia content and play with demo a bit.&#60;/p&#62;
&#60;p&#62;Not all of my application content is Solr based, though, so I also defined additional keyspaces and column families using cassandra-cli.  I'm able to define these things, but then things go south after that.  For example:&#60;/p&#62;
&#60;p&#62;[default@unknown] create keyspace IsecMetrics;&#60;br /&#62;
13c37090-7c32-11e1-0000-9e64b5f2caf7&#60;br /&#62;
Waiting for schema agreement...&#60;br /&#62;
... schemas agree across the cluster&#60;br /&#62;
[default@unknown] use IsecMetrics;&#60;br /&#62;
Authenticated to keyspace: IsecMetrics&#60;br /&#62;
[default@IsecMetrics] CREATE COLUMN FAMILY TokenMetrics&#60;br /&#62;
...	WITH comparator=TimeUUIDType&#60;br /&#62;
...	AND key_validation_class=UTF8Type&#60;br /&#62;
...	AND default_validation_class=UTF8Type;&#60;br /&#62;
1899fee0-7c32-11e1-0000-9e64b5f2caf7&#60;br /&#62;
Waiting for schema agreement...&#60;br /&#62;
... schemas agree across the cluster&#60;br /&#62;
[default@IsecMetrics] list TokenMetrics;&#60;br /&#62;
Using default limit of 100&#60;br /&#62;
null&#60;br /&#62;
UnavailableException()&#60;br /&#62;
	at org.apache.cassandra.thrift.Cassandra$get_range_slices_result.read(Cassandra.java:12822)&#60;br /&#62;
	at org.apache.cassandra.thrift.Cassandra$Client.recv_get_range_slices(Cassandra.java:762)&#60;br /&#62;
	at org.apache.cassandra.thrift.Cassandra$Client.get_range_slices(Cassandra.java:734)&#60;br /&#62;
	at org.apache.cassandra.cli.CliClient.executeList(CliClient.java:1382)&#60;br /&#62;
	at org.apache.cassandra.cli.CliClient.executeCLIStatement(CliClient.java:267)&#60;br /&#62;
	at org.apache.cassandra.cli.CliMain.processStatementInteractive(CliMain.java:220)&#60;br /&#62;
	at org.apache.cassandra.cli.CliMain.main(CliMain.java:348)&#60;br /&#62;
[default@IsecMetrics]&#60;/p&#62;
&#60;p&#62;I've seen some information regarding UnavailableException indicates there are not enough replicas available to satisfy the requested consistency level.  I'm not sure what CL the CLI uses for the range_slice, but I have just the one node.&#60;/p&#62;
&#60;p&#62;[default@IsecMetrics] describe IsecMetrics;&#60;br /&#62;
Keyspace: IsecMetrics:&#60;br /&#62;
  Replication Strategy: org.apache.cassandra.locator.NetworkTopologyStrategy&#60;br /&#62;
  Durable Writes: true&#60;br /&#62;
    Options: [datacenter1:1]&#60;br /&#62;
  Column Families:&#60;br /&#62;
    ColumnFamily: TokenMetrics&#60;br /&#62;
      Key Validation Class: org.apache.cassandra.db.marshal.UTF8Type&#60;br /&#62;
      Default column value validator: org.apache.cassandra.db.marshal.UTF8Type&#60;br /&#62;
      Columns sorted by: org.apache.cassandra.db.marshal.TimeUUIDType&#60;br /&#62;
      Row cache size / save period in seconds / keys to save : 0.0/0/all&#60;br /&#62;
      Row Cache Provider: org.apache.cassandra.cache.ConcurrentLinkedHashCacheProvider&#60;br /&#62;
      Key cache size / save period in seconds: 200000.0/14400&#60;br /&#62;
      GC grace seconds: 864000&#60;br /&#62;
      Compaction min/max thresholds: 4/32&#60;br /&#62;
      Read repair chance: 1.0&#60;br /&#62;
      Replicate on write: true&#60;br /&#62;
      Bloom Filter FP chance: default&#60;br /&#62;
      Built indexes: []&#60;br /&#62;
      Compaction Strategy: org.apache.cassandra.db.compaction.SizeTieredCompactionStrategy&#60;br /&#62;
[default@IsecMetrics]&#60;br /&#62;
    ColumnFamily: TokenMetrics&#60;br /&#62;
      Key Validation Class: org.apache.cassandra.db.marshal.UTF8Type&#60;br /&#62;
      Default column value validator: org.apache.cassandra.db.marshal.UTF8Type&#60;br /&#62;
      Columns sorted by: org.apache.cassandra.db.marshal.TimeUUIDType&#60;br /&#62;
      Row cache size / save period in seconds / keys to save : 0.0/0/all&#60;br /&#62;
      Row Cache Provider: org.apache.cassandra.cache.ConcurrentLinkedHashCacheProvider&#60;br /&#62;
      Key cache size / save period in seconds: 200000.0/14400&#60;br /&#62;
      GC grace seconds: 864000&#60;br /&#62;
      Compaction min/max thresholds: 4/32&#60;br /&#62;
      Read repair chance: 1.0&#60;br /&#62;
      Replicate on write: true&#60;br /&#62;
      Bloom Filter FP chance: default&#60;br /&#62;
      Built indexes: []&#60;br /&#62;
      Compaction Strategy: org.apache.cassandra.db.compaction.SizeTieredCompactionStrategy&#60;br /&#62;
[default@IsecMetrics]&#60;/p&#62;
&#60;p&#62;I'm not sure if NetworkTopologyStrategy is the right thing for this situation. The docs (&#60;a href=&#34;http://www.datastax.com/docs/1.0/configuration/storage_configuration&#34; rel=&#34;nofollow&#34;&#62;http://www.datastax.com/docs/1.0/configuration/storage_configuration&#60;/a&#62;) indicate a properly configured snitch is required.  However, looking at the wiki keyspace that was created for the demo:&#60;/p&#62;
&#60;p&#62;[default@IsecMetrics] describe wiki;&#60;br /&#62;
Keyspace: wiki:&#60;br /&#62;
  Replication Strategy: org.apache.cassandra.locator.NetworkTopologyStrategy&#60;br /&#62;
  Durable Writes: true&#60;br /&#62;
    Options: [Solr:1]&#60;br /&#62;
  Column Families:&#60;br /&#62;
    ColumnFamily: solr&#60;br /&#62;
      Key Validation Class: org.apache.cassandra.db.marshal.UTF8Type&#60;br /&#62;
      Default column value validator: org.apache.cassandra.db.marshal.UTF8Type&#60;br /&#62;
      Columns sorted by: org.apache.cassandra.db.marshal.UTF8Type&#60;br /&#62;
      Row cache size / save period in seconds / keys to save : 0.0/0/all&#60;br /&#62;
      Row Cache Provider: org.apache.cassandra.cache.ConcurrentLinkedHashCacheProvider&#60;br /&#62;
      Key cache size / save period in seconds: 200000.0/14400&#60;br /&#62;
      GC grace seconds: 864000&#60;br /&#62;
      Compaction min/max thresholds: 4/32&#60;br /&#62;
      Read repair chance: 1.0&#60;br /&#62;
      Replicate on write: true&#60;br /&#62;
      Bloom Filter FP chance: default&#60;br /&#62;
      Built indexes: [wiki.solr, config-only, config-only, wiki.solr, wiki.solr, wiki.solr, wiki.solr, wiki.solr]&#60;br /&#62;
      Column Metadata:&#60;br /&#62;
        Column Name: _docBoost&#60;br /&#62;
          Validation Class: org.apache.cassandra.db.marshal.UTF8Type&#60;br /&#62;
          Index Name: wiki_solr__docBoost_index&#60;br /&#62;
          Index Type: CUSTOM&#60;br /&#62;
          Index Options: {class_name=com.datastax.bdp.cassandra.index.solr.SolrSecondaryIndex}&#60;br /&#62;
        Column Name: _solr_schema.xml&#60;br /&#62;
          Validation Class: org.apache.cassandra.db.marshal.UTF8Type&#60;br /&#62;
          Index Name: solr__solr_schemaxml_idx&#60;br /&#62;
          Index Type: CUSTOM&#60;br /&#62;
          Index Options: {class_name=com.datastax.bdp.util.ConfigOnlyIndex, schema.xml=&#60;br /&#62;
...&#60;/p&#62;
&#60;p&#62;That gets rather long when the Solr config files are listed etc.  This has the same replication strategy, so am I right in assuming that DSE 2.0 has a properly configured snitch?&#60;/p&#62;
&#60;p&#62;I'm not sure what the Options refer to. The wiki keyspace has [Solr:1], and my keyspace has [datacenter1:1]. I'm not sure what the real meaning is there. Safe to say Solr indicates something search related, whereas mine has a default name?  Does the :1 mean anything wrt to the replication factor?&#60;/p&#62;
&#60;p&#62;I don't have any issues with the wiki keyspace:&#60;/p&#62;
&#60;p&#62;[default@IsecMetrics] use wiki;&#60;br /&#62;
Authenticated to keyspace: wiki&#60;br /&#62;
[default@wiki] list solr limit 1;&#60;br /&#62;
-------------------&#60;br /&#62;
RowKey: 23739865&#60;br /&#62;
=&#38;gt; (column=_docBoost, value=1.0, timestamp=1333291396917000)&#60;br /&#62;
=&#38;gt; (column=body, value=&#38;lt;!-- Please do not edit or put some non-sense in this article. You are in act of vandalism. --&#38;gt;  {{Notability&#124;date=July 2009}} {{Unreferenced&#124;date=July 2009}}  {{Infobox television &#124; bgcolor = #c00 &#124; fgcolor = #fff &#124; show_name = Arangkada &#124; image = &#124; caption = &#124; format = [[News Talk Show&#124;News talk show]] &#124; runtime = 1 hour &#124; creator = [[ABS-CBN Regional Network Group]] &#124; country = &#124; language = &#124; network = [[DXEC-TV&#124;ABS-CBN TV-2 Cagayan de Oro]] &#124; executive producer = Conchita May Tanate &#124; starring = PJ dela Pe?a &#124; first_aired = July 25, 2009 &#124; last_aired = Present &#124; num_episodes = n/a (airs daily) }}  '''Arangkada''' is the regional morning news talk show of ABS-CBN Northern Mindanao that dishes what's happening in the [[Cagayan de Oro City]] and within the whole [[Mindanao]]. It discuss the news reports and problems in our country.  ==About== Arangkada was started in 2009. It airs 7:00am on ABS-CBN Channel 2 and Channel 23 in [[Cagayan de Oro City]]. Arangkada also reaches the whole [[Northern Mindanao]], [[Caraga]] region and [[Zamboanga del Norte]]. It can also be seen via online at [http://www.abs-cbnnow.com &#60;a href=&#34;http://www.abs-cbnNOW.com&#34; rel=&#34;nofollow&#34;&#62;http://www.abs-cbnNOW.com&#60;/a&#62;.  ==See also== * [[DXEC-TV]] * [[ABS-CBN Regional Network Group]]  ==External links== * [http://now.abs-cbn.com/shows-tvpreg.aspx?showid=487]  [[Category:Philippine television series]] [[Category:ABS?CBN Corporation]] [[Category:DXEC]] [[Category:Cagayan de Oro]], timestamp=1333291396917000)&#60;br /&#62;
=&#38;gt; (column=date, value=25-AUG-2011 22:28:21.000, timestamp=1333291396917000)&#60;br /&#62;
=&#38;gt; (column=title, value=Arankada, timestamp=1333291396917000)&#60;/p&#62;
&#60;p&#62;1 Row Returned.&#60;br /&#62;
Elapsed time: 3 msec(s).&#60;br /&#62;
[default@wiki]&#60;/p&#62;
&#60;p&#62;Any ideas on how I can get past this?  I don't see anything relevant in the Cassandra system.log.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Jeff
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
