Download List

Project Description

The NeatSeeker project provides a simple, all-Java indexing and searching framework with an out-of the box HTML indexer and a fast search application servlet for small to medium websites. NeatSeeker does not require a database backend, as it uses serialized Java objects for storing the indices.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2001-01-30 15:13
0.27

A move to Sourceforge, new stemming capabilities to both the indexer and the search engine, and the package includes a Java version of the ubiquituous Porter's Stemmer for English.

2001-01-30 15:13
0.25

Search results are now ordered according to the number of hits in the document.

2001-01-30 15:13
0.22

Version 0.22 adds an HTML parser (using JTidy) for the indexer. The document titles are now parsed more accurately, and a sample text fragment is stored in the NeatSeeker index and displayed with the search results.

2001-01-30 15:13
0.20

A fully usable servlet-based Web search is now included. Support for logical operators AND (implicit default), OR, and NOT has been added, as well as proximity searches (NEAR) and phrase searches (quoted strings). Indexing is faster. The licence was changed to Apache-style.

2001-01-30 15:13
0.16

New stopword filtering during indexing, use of random access to speed up searching large indices, and numerous bugfixes.

Project Resources