Click here to Skip to main content
15,883,883 members
Articles / Programming Languages / C#

Lucene.Net ultra fast search for MVC or WebForms site => made easy!

Rate me:
Please Sign up or sign in to vote.
4.92/5 (138 votes)
22 Aug 2013CPOL17 min read 654.3K   12.1K   331  
Step-by-step tutorial for any developer who wishes to get Lucene.Net search working with their web site or app really quickly!

body {margin: 30px 100px; font-family: Trebuchet MS, Helvetica, Sans-Serif; font-size: small;}
fieldset {padding: 13px 15px 13px 15px; margin-bottom: 30px;border: dotted 1px silver;}
fieldset legend {font-weight: bold;}
table {border-spacing: 0;}
table th {padding: 3px 5px; text-align: left;background: grey;color: white;}
table td {padding: 3px 5px;}

p { margin-top: 0;}
.add_record p {float: left;}
.content_left {float: left;}
.content_right {float: right;}
.clear {clear: both;}

#footer {
	position:fixed; left: 0; bottom: 0; border-top: dotted 1px silver;
	padding: 3px 10px; background: white;  width: 100%;text-align: center;
}

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 Code Project Open License (CPOL)


Written By
Web Developer
United States United States
Coding is awesome!

Comments and Discussions