Click here to Skip to main content
15,886,362 members
Articles / Web Development / ASP.NET

DotLucene: Full-Text Search for Your Intranet or Website using 37 Lines of Code

Rate me:
Please Sign up or sign in to vote.
4.81/5 (65 votes)
6 Nov 2012Apache3 min read 383K   6.1K   302  
An introduction to Lucene.Net, the open source full-text search engine.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html >

<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<style>
	p, body, li, td { font-family: Tahoma; font-size: 10pt }

</style>
<title>Lucene.Net API Search Demo</title>
</head>

<body>

<h2>Lucene.Net API Search Demo
</h2>

<p>Version: 1.1 (November 6, 2012)</p>

<p>Home: <a href="http://www.dotlucene.net/30648/lucene-net-api-search-demo">Lucene.Net API Search Demo</a></p>

</body>

</html>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Apache License, Version 2.0


Written By
Czech Republic Czech Republic
My open-source event calendar/scheduling web UI components:

DayPilot for JavaScript, Angular, React and Vue

Comments and Discussions