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 Back to release list
0.29

A new capability to plug in different types of search result weighting methods, two example implementations (a hit count based weighter and a TF*IDF based weighter), new ones can easily be added through the Weighter interface and the associated Factory, and a HOWTO document in the documentation for developing new indexers.

Project Resources