Download List

프로젝트 설명

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

stopword의 추가와 관련된 버그에 대한 수정 프로그램을 검색, 필터링, 검색 인터페이스를 사용자가 무시 stopwords와 잘못된 쿼리에 관한, 그리고 HTML을 색인에 피드백을 제공 괄호 등 더 많은 특수 문자 처리
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

이것은 첫 번째 베타 버전이며, 기능을 동결 지금은 효과가있습니다. 그것은, 그리고 버그수정, build.xml 전쟁 지원을 추가하여 웹 사이트에 검색 엔진 추가하기위한 단계 단계별 지침을 따릅니다.
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

이 릴리스에는 수정 부울 검색어의 잘못된 처리.
This release fixes the incorrect handling of boolean search terms.

2001-01-30 15:13
1.0

파일에 대한 수정 프로그램은 마이크로 소프트 플랫폼에 버그를 명명, 그리고 외부에서 디버깅 정보를 제거. 이것은 첫 번째 안정 버전 릴리스입니다.
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

새로운 기능은 검색 결과에 가중치 방법은 다른 유형의 두 예제 구현 (히트 수를 기반으로 탔지 및 TF * IDF를 기반으로 탔지), 새로운 것들을 쉽게 추가할 수있습니다 탔지 인터페이스를 통해 연결된 공장, 그리고 하우투 플러그인 indexers 개발을위한 새 문서에 문서가없습니다.
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