<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.1.3" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Lucene Analyzer, Tokenizer and TokenFilter</title>
	<link>http://mext.at/?p=26</link>
	<description>Posts on software development and Web 2.0 topics as well as private information.</description>
	<pubDate>Sat, 04 Sep 2010 19:43:13 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1.3</generator>

	<item>
		<title>By: DeeDee</title>
		<link>http://mext.at/?p=26#comment-244</link>
		<author>DeeDee</author>
		<pubDate>Sun, 15 Feb 2009 13:46:12 +0000</pubDate>
		<guid>http://mext.at/?p=26#comment-244</guid>
					<description>Very good. Thanks a lot for that</description>
		<content:encoded><![CDATA[<p>Very good. Thanks a lot for that</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Jon</title>
		<link>http://mext.at/?p=26#comment-250</link>
		<author>Jon</author>
		<pubDate>Tue, 24 Mar 2009 23:16:52 +0000</pubDate>
		<guid>http://mext.at/?p=26#comment-250</guid>
					<description>One mistake here I think with defining stream twice.

Tokenizer tokenizer = new StandardTokenizer(reader);
        TokenStream stream = new StandardFilter(tokenizer);
        TokenStream stream = new LengthTokenFilter(stream, 3);
        stream = new LowerCaseFilter(stream);

Other than that awesome...</description>
		<content:encoded><![CDATA[<p>One mistake here I think with defining stream twice.</p>
<p>Tokenizer tokenizer = new StandardTokenizer(reader);<br />
        TokenStream stream = new StandardFilter(tokenizer);<br />
        TokenStream stream = new LengthTokenFilter(stream, 3);<br />
        stream = new LowerCaseFilter(stream);</p>
<p>Other than that awesome&#8230;</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: markus</title>
		<link>http://mext.at/?p=26#comment-251</link>
		<author>markus</author>
		<pubDate>Wed, 25 Mar 2009 15:52:52 +0000</pubDate>
		<guid>http://mext.at/?p=26#comment-251</guid>
					<description>@Jon, you are absolutely correct. Our implementation of the Analyzer looks a bit different, it was a copy/paste error.</description>
		<content:encoded><![CDATA[<p>@Jon, you are absolutely correct. Our implementation of the Analyzer looks a bit different, it was a copy/paste error.</p>
]]></content:encoded>
				</item>
</channel>
</rss>
