<?xml version="1.0" encoding="UTF-8"?><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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Substring queries with Solr (acts_as_solr)</title>
	<atom:link href="http://coderrr.wordpress.com/2008/05/08/substring-queries-with-solr-acts_as_solr/feed/" rel="self" type="application/rss+xml" />
	<link>http://coderrr.wordpress.com/2008/05/08/substring-queries-with-solr-acts_as_solr/</link>
	<description>pronounced &#34;coder&#34; not &#34;code err&#34; (extended r optional)</description>
	<lastBuildDate>Sun, 20 Dec 2009 10:03:37 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: coderrr</title>
		<link>http://coderrr.wordpress.com/2008/05/08/substring-queries-with-solr-acts_as_solr/#comment-943</link>
		<dc:creator>coderrr</dc:creator>
		<pubDate>Thu, 04 Dec 2008 19:54:28 +0000</pubDate>
		<guid isPermaLink="false">http://coderrr.wordpress.com/?p=42#comment-943</guid>
		<description>Sorry Trevor I don&#039;t think I have run into this.  And it&#039;s been quite a while since I worked on the project that was using this so I don&#039;t have any helpful advice for ya :(</description>
		<content:encoded><![CDATA[<p>Sorry Trevor I don&#8217;t think I have run into this.  And it&#8217;s been quite a while since I worked on the project that was using this so I don&#8217;t have any helpful advice for ya :(</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trevor Rowe</title>
		<link>http://coderrr.wordpress.com/2008/05/08/substring-queries-with-solr-acts_as_solr/#comment-928</link>
		<dc:creator>Trevor Rowe</dc:creator>
		<pubDate>Wed, 03 Dec 2008 22:37:45 +0000</pubDate>
		<guid isPermaLink="false">http://coderrr.wordpress.com/?p=42#comment-928</guid>
		<description>Wow, I meant to say that words after the 800-1000 character mark would not match and the document would fail to return.  

This is what made me think the ngram filter was creating too much data to fit within the solr.TextField.</description>
		<content:encoded><![CDATA[<p>Wow, I meant to say that words after the 800-1000 character mark would not match and the document would fail to return.  </p>
<p>This is what made me think the ngram filter was creating too much data to fit within the solr.TextField.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trevor Rowe</title>
		<link>http://coderrr.wordpress.com/2008/05/08/substring-queries-with-solr-acts_as_solr/#comment-927</link>
		<dc:creator>Trevor Rowe</dc:creator>
		<pubDate>Wed, 03 Dec 2008 22:27:15 +0000</pubDate>
		<guid isPermaLink="false">http://coderrr.wordpress.com/?p=42#comment-927</guid>
		<description>I was using the ngram filter, but noticed an issue where I would index a document and try to query it back out.  Words appearing before the ~ 800-1000 character mark would match and the document would get returned.  

When I turned off the ngram filter and just used a whitespace filter the search would work again.

It appears that the ngram filter is returning a LOT of data and is overfilling the solr.TextField and the over-flow is just getting dropped.

Have you experienced this before?</description>
		<content:encoded><![CDATA[<p>I was using the ngram filter, but noticed an issue where I would index a document and try to query it back out.  Words appearing before the ~ 800-1000 character mark would match and the document would get returned.  </p>
<p>When I turned off the ngram filter and just used a whitespace filter the search would work again.</p>
<p>It appears that the ngram filter is returning a LOT of data and is overfilling the solr.TextField and the over-flow is just getting dropped.</p>
<p>Have you experienced this before?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peer Allan</title>
		<link>http://coderrr.wordpress.com/2008/05/08/substring-queries-with-solr-acts_as_solr/#comment-457</link>
		<dc:creator>Peer Allan</dc:creator>
		<pubDate>Tue, 27 May 2008 15:24:46 +0000</pubDate>
		<guid isPermaLink="false">http://coderrr.wordpress.com/?p=42#comment-457</guid>
		<description>When you added the gram indexer to the analyzer node, did you remove the WhitespaceTokenizerFactory that was already there?</description>
		<content:encoded><![CDATA[<p>When you added the gram indexer to the analyzer node, did you remove the WhitespaceTokenizerFactory that was already there?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
