<?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: missing language support in solr?</title>
		<link>http://www.datastax.com/support-forums/topic/missing-language-support-in-solr</link>
		<description>Software, Support, and Training for Apache Cassandra</description>
		<language>en-US</language>
		<pubDate>Mon, 20 May 2013 04:51:04 +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/missing-language-support-in-solr" rel="self" type="application/rss+xml" />

		<item>
			<title>rockbrain on "missing language support in solr?"</title>
			<link>http://www.datastax.com/support-forums/topic/missing-language-support-in-solr#post-6993</link>
			<pubDate>Wed, 17 Oct 2012 20:56:08 +0000</pubDate>
			<dc:creator>rockbrain</dc:creator>
			<guid isPermaLink="false">6993@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Fred,&#60;/p&#62;
&#60;p&#62;CJKWidthFilterFactory and CJKBigramFilterFactory are not available in the Lucene/Solr revision included in DSE 2.x.  However they will be available in DSE 3.0.&#60;/p&#62;
&#60;p&#62;Rock
&#60;/p&#62;</description>
		</item>
		<item>
			<title>fredespi on "missing language support in solr?"</title>
			<link>http://www.datastax.com/support-forums/topic/missing-language-support-in-solr#post-6985</link>
			<pubDate>Wed, 17 Oct 2012 13:40:40 +0000</pubDate>
			<dc:creator>fredespi</dc:creator>
			<guid isPermaLink="false">6985@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;When using dse 2.2-1 and with &#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
&#38;lt;luceneMatchVersion&#38;gt;LUCENE_40&#38;lt;/luceneMatchVersion&#38;gt;&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;in the solrconfig.xml I am including the following snippet&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
&#38;lt;!-- CJK bigram (see text_ja for a Japanese configuration using morphological analysis) --&#38;gt;&#60;br /&#62;
        &#38;lt;fieldType name=&#34;text_cjk&#34; class=&#34;solr.TextField&#34; positionIncrementGap=&#34;100&#34;&#38;gt;&#60;br /&#62;
            &#38;lt;analyzer&#38;gt;&#60;br /&#62;
                &#38;lt;tokenizer class=&#34;solr.UAX29URLEmailTokenizerFactory&#34;/&#38;gt;&#60;br /&#62;
                &#38;lt;!-- normalize width before bigram, as e.g. half-width dakuten combine  --&#38;gt;&#60;br /&#62;
                &#38;lt;filter class=&#34;solr.CJKWidthFilterFactory&#34;/&#38;gt;&#60;br /&#62;
                &#38;lt;!-- for any non-CJK --&#38;gt;&#60;br /&#62;
                &#38;lt;filter class=&#34;solr.LowerCaseFilterFactory&#34;/&#38;gt;&#60;br /&#62;
                &#38;lt;filter class=&#34;solr.CJKBigramFilterFactory&#34;/&#38;gt;&#60;br /&#62;
            &#38;lt;/analyzer&#38;gt;&#60;br /&#62;
        &#38;lt;/fieldType&#38;gt;&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;copied from the apache-solr-4.0.0/example/solr/collection1/conf/schema.xml. &#60;/p&#62;
&#60;p&#62;When uploading the schema to the server I am getting errors like:&#60;/p&#62;
&#60;p&#62;java.lang.ClassNotFoundException: solr.CJKWidthFilterFactory&#60;/p&#62;
&#60;p&#62;This also happens for german and perhaps other languages as well. &#60;/p&#62;
&#60;p&#62;I found the jar lucene-analyzers-common-4.0-20120907.063400-1.jar installed but missing the relevant classes. So I tried adding the file lucene-analyzers-common-4.0.0.jar from the lucene 4 release and then retried submitting the schema. Now I got:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
WARNING: &#34;java.lang.RuntimeException: org.apache.solr.common.SolrException: Plugin init failure for [schema.xml] fieldType:Plugin init failure for [schema.xml] analyzer/filter:Error loading class 'solr.CJKWidthFilterFactory'&#34;&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;from the curl call but no error in the log.&#60;/p&#62;
&#60;p&#62;Can someone give me some insight on the situation here? Thanks.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
