<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	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>MyNotePad &#187; Lucene.Net</title>
	<atom:link href="http://pkok.wordpress.com/tag/lucenenet/feed/" rel="self" type="application/rss+xml" />
	<link>http://pkok.wordpress.com</link>
	<description></description>
	<lastBuildDate>Wed, 29 Jul 2009 04:05:12 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='pkok.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/c32768a8badbb31399cb7c656c1def4c?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>MyNotePad &#187; Lucene.Net</title>
		<link>http://pkok.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://pkok.wordpress.com/osd.xml" title="MyNotePad" />
		<item>
		<title>Lucene.Net Resources</title>
		<link>http://pkok.wordpress.com/2008/11/07/lucenenet-resources/</link>
		<comments>http://pkok.wordpress.com/2008/11/07/lucenenet-resources/#comments</comments>
		<pubDate>Fri, 07 Nov 2008 12:15:23 +0000</pubDate>
		<dc:creator>Panos</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[fulltext search]]></category>
		<category><![CDATA[Lucene.Net]]></category>

		<guid isPermaLink="false">http://pkok.wordpress.com/?p=90</guid>
		<description><![CDATA[Lucene.Net is a source code, class-per-class, API-per-API and algorithmatic port of the Java Lucene search engine to the C# and .NET platform utilizing Microsoft .NET Framework.

Lucene in Action book, First and Second Edition
Lucene Intro and QueryParser Rules by Erik Hatcher (Java version)
Introducing Lucene.Net: A plunge intro creating a fast, full text index, with advanced searching [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pkok.wordpress.com&blog=249381&post=90&subd=pkok&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><a href="http://incubator.apache.org/lucene.net/" target="_blank"><strong>Lucene.Net</strong></a> is a source code, class-per-class, API-per-API and algorithmatic port of the Java <a href="http://lucene.apache.org/java/">Lucene</a> search engine to the C# and .NET platform utilizing Microsoft .NET Framework.</p>
<ul>
<li>Lucene in Action book, <a href="http://www.manning.com/hatcher2/" target="_blank">First</a> and <a href="http://www.manning.com/hatcher3/" target="_blank">Second</a> Edition</li>
<li><span><a href="http://today.java.net/pub/a/today/2003/07/30/LuceneIntro.html" target="_blank">Lucene Intro</a> and <a href="http://today.java.net/pub/a/today/2003/11/07/QueryParserRules.html" target="_blank">QueryParser Rules</a> <em>by Erik Hatcher</em> (<em>Java version</em>)</span></li>
<li><a href="http://www.codeproject.com/KB/library/IntroducingLucene.aspx" target="_blank">Introducing Lucene.Net</a>: <span class="ArticleTopDescr">A plunge intro creating a fast, full text index, with advanced searching capabilities.</span></li>
<li><span class="ArticleTopDescr"><a href="http://www.codeplex.com/linqtolucene" target="_blank">LINQ to Lucene</a>: </span><span>Providing a custom LINQ solution for the Lucene Information Retrieval System, commonly referred to as a search-engine. </span>
<ul>
<li><a href="http://vijay.screamingpens.com/archive/2008/07/21/linq-amp-lambda-part-4-lucene.net.aspx" target="_blank">LINQ &amp; Lambda, Part 4: Lucene.Net</a>.</li>
</ul>
</li>
<li>NHibernate.Search using Lucene.NET Full Text Index <em>by Simon Green</em>
<ul>
<li><a href="http://blogs.intesoft.net/post/2008/03/NHibernateSearch-using-Lucene-NET-Full-Text-Index-Part1.aspx" target="_blank">Part 1</a>: <span>How to use Lucene.NET with NHibernate to provide full-text searching.</span></li>
<li><a href="http://blogs.intesoft.net/post/2008/03/NHibernateSearch-using-Lucene-NET-Full-Text-Index-Part2.aspx" target="_blank">Part 2</a>: <span>Performing Google-like searches of NHibernate-persisted objects using Lucene.NET search engine.</span></li>
<li><a href="http://blogs.intesoft.net/post/2008/04/NHibernateSearch-using-LuceneNET-Full-Text-Index-(Part-3).aspx" target="_blank">Part 3</a>: <span>Using Lucene.NET to find similar items for &#8216;posts like this&#8217; or &#8216;related pages&#8217;.</span></li>
</ul>
</li>
<li><a href="http://www.aspcode.net/C-and-Lucene-to-index-and-search.aspx" target="_blank">C# and Lucene to index and search</a>: This sample will show you how to use Lucene from your .NET application to index and search content.</li>
<li><a href="http://turbochimp.com/post/Fun-with-LuceneNet-for-BlogEngineNet.aspx" target="_blank">Fun with Lucene.Net for BlogEngine.Net</a> by Jared</li>
<li><a href="http://incubator.apache.org/lucene.net/docs/2.1/" target="_blank">Apache Lucene.Net 2.1 Class Library API</a></li>
<li>Apache Lucene &#8211; <a href="http://lucene.apache.org/java/2_4_0/queryparsersyntax.html" target="_blank">Query Parser Syntax</a>: Although Lucene provides the ability to create your own             queries through its API, it also provides a rich query             language through the Query Parser, a lexer which             interprets a string into a Lucene Query.</li>
</ul>
<p><em>Inspired by: &#8220;<a href="http://www.infoq.com/news/2008/11/Lucene" target="_blank">Apache Lucene and Lucene.Net &#8211; Full Text Search Servers</a>&#8221; by Jonathan Allen.</em></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pkok.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pkok.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pkok.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pkok.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pkok.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pkok.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pkok.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pkok.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pkok.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pkok.wordpress.com/90/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pkok.wordpress.com&blog=249381&post=90&subd=pkok&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://pkok.wordpress.com/2008/11/07/lucenenet-resources/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/99385f27c10871d587fd73aea958ec94?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">Panos</media:title>
		</media:content>
	</item>
	</channel>
</rss>