<?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: JapaneseTokenizerFactory</title>
		<link>http://www.datastax.com/support-forums/topic/japanesetokenizerfactory</link>
		<description>Software, Support, and Training for Apache Cassandra</description>
		<language>en-US</language>
		<pubDate>Sat, 18 May 2013 17:36:57 +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/japanesetokenizerfactory" rel="self" type="application/rss+xml" />

		<item>
			<title>alexliu on "JapaneseTokenizerFactory"</title>
			<link>http://www.datastax.com/support-forums/topic/japanesetokenizerfactory#post-6646</link>
			<pubDate>Mon, 24 Sep 2012 20:36:26 +0000</pubDate>
			<dc:creator>alexliu</dc:creator>
			<guid isPermaLink="false">6646@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;can you try this one&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;https://issues.apache.org/jira/browse/LUCENE-3305&#34; rel=&#34;nofollow&#34;&#62;https://issues.apache.org/jira/browse/LUCENE-3305&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tomitakazutaka on "JapaneseTokenizerFactory"</title>
			<link>http://www.datastax.com/support-forums/topic/japanesetokenizerfactory#post-6561</link>
			<pubDate>Tue, 18 Sep 2012 17:36:47 +0000</pubDate>
			<dc:creator>tomitakazutaka</dc:creator>
			<guid isPermaLink="false">6561@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Hi.&#60;/p&#62;
&#60;p&#62;Thank you for your information.&#60;/p&#62;
&#60;p&#62;But I would like to use not index of bi-grams but a morphological index.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>alexliu on "JapaneseTokenizerFactory"</title>
			<link>http://www.datastax.com/support-forums/topic/japanesetokenizerfactory#post-6542</link>
			<pubDate>Tue, 18 Sep 2012 00:09:57 +0000</pubDate>
			<dc:creator>alexliu</dc:creator>
			<guid isPermaLink="false">6542@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Chinese, Japanese, Korean&#60;/p&#62;
&#60;p&#62;Lucene provides support for these languages with CJKTokenizer, which indexes bigrams and does some character folding of full-width forms.&#60;br /&#62;
 &#38;lt;tokenizer class=&#34;solr.CJKTokenizerFactory&#34;/&#38;gt;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tomitakazutaka on "JapaneseTokenizerFactory"</title>
			<link>http://www.datastax.com/support-forums/topic/japanesetokenizerfactory#post-6522</link>
			<pubDate>Mon, 17 Sep 2012 05:59:54 +0000</pubDate>
			<dc:creator>tomitakazutaka</dc:creator>
			<guid isPermaLink="false">6522@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Hi.&#60;/p&#62;
&#60;p&#62;I'm checking The Dse for a document search in Japanese.&#60;br /&#62;
I want to use fulltext search to use JapaneseTokenizerFactory in Solr 4.0 by default.&#60;/p&#62;
&#60;p&#62;but when I created a schema,that query was error.&#60;/p&#62;
&#60;p&#62;Error mesage :&#60;/p&#62;
&#60;p&#62;ERROR [http-8983-1] 2012-09-17 14:51:37,265 SolrException.java (line 114) java.lang.RuntimeException: java.lang.RuntimeException: org.apache.solr.common.SolrException: Plugin init failure for [schema.xml] fieldType:Plugin init failure for [schema.xml] analyzer/tokenizer:Error loading class 'solr.JapaneseTokenizerFactory'&#60;br /&#62;
	at com.datastax.bdp.plugin.AbstractPlugin.activate(AbstractPlugin.java:47)&#60;br /&#62;
	at org.apache.solr.core.CassandraCoreContainer.getContainer(CassandraCoreContainer.java:256)&#60;br /&#62;
	at org.apache.solr.core.CassandraCoreContainer.getCore(CassandraCoreContainer.java:181)&#60;br /&#62;
	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:189)&#60;br /&#62;
	at com.datastax.bdp.cassandra.index.solr.CassandraDispatchFilter.doFilter(CassandraDispatchFilter.java:136)&#60;br /&#62;
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)&#60;br /&#62;
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)&#60;br /&#62;
	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)&#60;br /&#62;
	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)&#60;br /&#62;
	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)&#60;br /&#62;
	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)&#60;br /&#62;
	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)&#60;br /&#62;
	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)&#60;br /&#62;
	at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:859)&#60;br /&#62;
	at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588)&#60;br /&#62;
	at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)&#60;br /&#62;
	at java.lang.Thread.run(Thread.java:722)&#60;/p&#62;
&#60;p&#62;schema.xml:&#60;/p&#62;
&#60;p&#62;&#38;lt;?xml version=&#34;1.0&#34; encoding=&#34;UTF-8&#34; ?&#38;gt;&#60;br /&#62;
&#38;lt;schema name=&#34;kaiseki&#34; version=&#34;1.1&#34;&#38;gt;&#60;br /&#62;
 &#38;lt;types&#38;gt;&#60;br /&#62;
  &#38;lt;fieldType name=&#34;string&#34; class=&#34;solr.StrField&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;fieldType name=&#34;text&#34; class=&#34;solr.TextField&#34;&#38;gt;&#60;br /&#62;
    &#38;lt;analyzer&#38;gt;&#60;br /&#62;
       &#38;lt;tokenizer class=&#34;solr.JapaneseTokenizerFactory&#34;&#60;br /&#62;
        mode=&#34;NORMAL&#34;&#60;br /&#62;
        userDictionaryEncoding=&#34;UTF-8&#34;&#60;br /&#62;
        discardPunctuation=&#34;true&#34;&#60;br /&#62;
      /&#38;gt;&#60;br /&#62;
    &#38;lt;/analyzer&#38;gt;&#60;br /&#62;
  &#38;lt;/fieldType&#38;gt;&#60;br /&#62;
 &#38;lt;/types&#38;gt;&#60;br /&#62;
 &#38;lt;fields&#38;gt;&#60;br /&#62;
    &#38;lt;field name=&#34;id&#34;  type=&#34;string&#34; indexed=&#34;true&#34;  stored=&#34;true&#34;/&#38;gt;&#60;br /&#62;
    &#38;lt;field name=&#34;title&#34;  type=&#34;text&#34; indexed=&#34;true&#34;  stored=&#34;true&#34;/&#38;gt;&#60;br /&#62;
    &#38;lt;field name=&#34;body&#34;  type=&#34;text&#34; indexed=&#34;true&#34;  stored=&#34;true&#34;/&#38;gt;&#60;br /&#62;
 &#38;lt;/fields&#38;gt;&#60;br /&#62;
&#38;lt;defaultSearchField&#38;gt;body&#38;lt;/defaultSearchField&#38;gt;&#60;br /&#62;
&#38;lt;uniqueKey&#38;gt;id&#38;lt;/uniqueKey&#38;gt;&#60;br /&#62;
&#38;lt;/schema&#38;gt;&#60;/p&#62;
&#60;p&#62;Why I don't use JapaneseTokenizerFactory ?&#60;br /&#62;
What should I do with the way I use it ?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
