Download List

Descripción del Proyecto

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
1.0pre3

Además de palabras de parada a la búsqueda y filtrado de una solución para el error asociado, interfaz de búsqueda le da retroalimentación al usuario sobre las consultas de palabras vacías ignorado y mal formados, y la indexación HTML maneja más caracteres especiales, como los paréntesis, etc
Addition of stopword filtering to searching and a fix for the associated bug, search interface gives feedback to the user concerning ignored stopwords and malformed queries, and HTML indexing handles more special characters such as parentheses, etc.

2001-01-30 15:13
1.0pre1

Esta es la primera beta, y un congelamiento de características está ahora en vigor. Añade correcciones de errores, apoyar la guerra en el build.xml, y paso a paso las instrucciones para añadir un motor de búsqueda a su sitio Web.
This is the first beta, and a feature freeze is now in effect. It adds bugfixes, WAR support in build.xml, and step-by-step instructions for adding a search engine to your Web site.

2001-01-30 15:13
1.01

Esta versión corrige el manejo incorrecto de los términos de búsqueda booleanos.
This release fixes the incorrect handling of boolean search terms.

2001-01-30 15:13
1.0

Una revisión para la asignación de nombres de errores en las plataformas de Microsoft, y la eliminación de información de depuración de extranjería. Esta es la primera versión estable.
A fix for the file-naming bug on Microsoft platforms, and removal of extraneous debugging information. This is the first stable release.

2001-01-30 15:13
0.29

Una nueva capacidad para conectar distintos tipos de métodos de ponderación de resultados de búsqueda, dos implementaciones de ejemplo (basado en un éxito contar weighter y weighter TF * IDF base), los nuevos se pueden añadir fácilmente a través de la interfaz de Weighter y la fábrica de asociados y una HOWTO el documento en la documentación para el desarrollo de nuevos indexadores.
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