<?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; Topic: Using tokenizers with Solr</title>
		<link>http://www.datastax.com/support-forums/topic/using-tokenizers-with-solr</link>
		<description>Software, Support, and Training for Apache Cassandra</description>
		<language>en-US</language>
		<pubDate>Tue, 21 May 2013 00:49: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/topic/using-tokenizers-with-solr" rel="self" type="application/rss+xml" />

		<item>
			<title>alexliu on "Using tokenizers with Solr"</title>
			<link>http://www.datastax.com/support-forums/topic/using-tokenizers-with-solr#post-6648</link>
			<pubDate>Mon, 24 Sep 2012 20:41:27 +0000</pubDate>
			<dc:creator>alexliu</dc:creator>
			<guid isPermaLink="false">6648@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;follow the solr example to learn.&#60;/p&#62;
&#60;p&#62;&#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;</description>
		</item>
		<item>
			<title>Transcendence on "Using tokenizers with Solr"</title>
			<link>http://www.datastax.com/support-forums/topic/using-tokenizers-with-solr#post-6544</link>
			<pubDate>Tue, 18 Sep 2012 00:22:38 +0000</pubDate>
			<dc:creator>Transcendence</dc:creator>
			<guid isPermaLink="false">6544@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Turns out, it doesn't seem to work unless you post the schema before uploading the data.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Transcendence on "Using tokenizers with Solr"</title>
			<link>http://www.datastax.com/support-forums/topic/using-tokenizers-with-solr#post-6539</link>
			<pubDate>Mon, 17 Sep 2012 22:34:34 +0000</pubDate>
			<dc:creator>Transcendence</dc:creator>
			<guid isPermaLink="false">6539@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;I have the following field definition for text&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;fieldType name=&#38;quot;text&#38;quot; class=&#38;quot;solr.TextField&#38;quot;&#38;gt;
&#38;lt;analyzer type=&#38;quot;index&#38;quot;&#38;gt;
&#38;lt;tokenizer class=&#38;quot;solr.WhitespaceTokenizerFactory&#38;quot;/&#38;gt;
&#38;lt;filter class=&#38;quot;solr.LowerCaseFilterFactory&#38;quot;/&#38;gt;
&#38;lt;/analyzer&#38;gt;&#38;lt;analyzer type=&#38;quot;query&#38;quot;&#38;gt;
&#38;lt;tokenizer class=&#38;quot;solr.WhitespaceTokenizerFactory&#38;quot;/&#38;gt;
&#38;lt;filter class=&#38;quot;solr.LowerCaseFilterFactory&#38;quot;/&#38;gt;
&#38;lt;/analyzer&#38;gt;
&#38;lt;/fieldType&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;But I am unable to search for single words within the column. Is there something extra I need to do?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
