DotLucene API Search Demo 1.0
http://lucene.51aspx.com
---------------------------------------------------

Dependencies:
- DotLucene 1.3
- Highlighter 1.3.2.1

There are two projects in the solution:

1) Indexer

Console application that creates the index.

Consists of these directories:
- Indexer
- lib


2) Searcher

ASP.NET application that searches a readonly index created using Indexer.
Sample index is included.

You will find it in wwwroot/Searcher directory.


---------------------------------------------------

HISTORY

1.1 (20050202)

  * HTML files added, they are needed for highlighting.


1.0 (20050201)

  * Initial release.
