<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Zend Lucene Search - part1 - creating index</title>
	<link>http://ganeshhs.com/zend-framework/zend-search-lucene-part1</link>
	<description>Thoughts on open source technologies, search engine optimization, website security</description>
	<pubDate>Thu, 20 Nov 2008 20:22:08 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>By: Ganesh H S , Bangalore, India</title>
		<link>http://ganeshhs.com/zend-framework/zend-search-lucene-part1#comment-584</link>
		<dc:creator>Ganesh H S , Bangalore, India</dc:creator>
		<pubDate>Mon, 02 Jun 2008 06:56:41 +0000</pubDate>
		<guid>http://ganeshhs.com/zend-framework/zend-search-lucene-part1#comment-584</guid>
		<description>Martenick Antunes Penchel -
As mentioned in Savitha's comment, add below expression in bootstrap file, this fixes your problem. 



&lt;blockquote&gt;&lt;?php
require_once 'Zend/Search/Lucene.php';

Zend_Search_Lucene_Analysis_Analyzer::setDefault(new Zend_Search_Lucene_Analysis_Analyzer_Common_TextNum_CaseInsensitive());&lt;/blockquote&gt;



</description>
		<content:encoded><![CDATA[<p>Martenick Antunes Penchel -<br />
As mentioned in Savitha&#8217;s comment, add below expression in bootstrap file, this fixes your problem. </p>
<blockquote><p>< ?php<br />
require_once 'Zend/Search/Lucene.php';</p>
<p>Zend_Search_Lucene_Analysis_Analyzer::setDefault(new Zend_Search_Lucene_Analysis_Analyzer_Common_TextNum_CaseInsensitive());</p></blockquote>
</blockquote>
]]></content:encoded>
	</item>
	<item>
		<title>By: savitha</title>
		<link>http://ganeshhs.com/zend-framework/zend-search-lucene-part1#comment-583</link>
		<dc:creator>savitha</dc:creator>
		<pubDate>Mon, 02 Jun 2008 06:50:04 +0000</pubDate>
		<guid>http://ganeshhs.com/zend-framework/zend-search-lucene-part1#comment-583</guid>
		<description>To recognize numerics use 
Zend_Search_Lucene_Analysis_Analyzer::setDefault(new Zend_Search_Lucene_Analysis_Analyzer_Common_TextNum_CaseInsensitive());
as default analyser.
For more info refer 
http://framework.zend.com/manual/en/zend.search.lucene.extending.html</description>
		<content:encoded><![CDATA[<p>To recognize numerics use<br />
Zend_Search_Lucene_Analysis_Analyzer::setDefault(new Zend_Search_Lucene_Analysis_Analyzer_Common_TextNum_CaseInsensitive());<br />
as default analyser.<br />
For more info refer<br />
<a href="http://framework.zend.com/manual/en/zend.search.lucene.extending.html" rel="nofollow">http://framework.zend.com/manual/en/zend.search.lucene.extending.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anh</title>
		<link>http://ganeshhs.com/zend-framework/zend-search-lucene-part1#comment-519</link>
		<dc:creator>Anh</dc:creator>
		<pubDate>Thu, 29 May 2008 09:27:57 +0000</pubDate>
		<guid>http://ganeshhs.com/zend-framework/zend-search-lucene-part1#comment-519</guid>
		<description>Thank you very much</description>
		<content:encoded><![CDATA[<p>Thank you very much</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martenick Antunes Penchel</title>
		<link>http://ganeshhs.com/zend-framework/zend-search-lucene-part1#comment-510</link>
		<dc:creator>Martenick Antunes Penchel</dc:creator>
		<pubDate>Tue, 27 May 2008 21:40:36 +0000</pubDate>
		<guid>http://ganeshhs.com/zend-framework/zend-search-lucene-part1#comment-510</guid>
		<description>I want to be able to search for numeric contents in indexed documents, using Zend Lucene, with php. When I add a document with a text like "Brasil123", Lucene just index "Brasil   ", and is not possible to find the string "123" using the search mechanism. Can you help me ? I'am not finding any articles about it, in the Internet. Thank you very much.

Martenick</description>
		<content:encoded><![CDATA[<p>I want to be able to search for numeric contents in indexed documents, using Zend Lucene, with php. When I add a document with a text like &#8220;Brasil123&#8243;, Lucene just index &#8220;Brasil   &#8220;, and is not possible to find the string &#8220;123&#8243; using the search mechanism. Can you help me ? I&#8217;am not finding any articles about it, in the Internet. Thank you very much.</p>
<p>Martenick</p>
]]></content:encoded>
	</item>
</channel>
</rss>
