Download List

프로젝트 설명

Apache Lucene is a high-performance, full-featured text search engine library written entirely in Java. It is suitable for nearly any application that requires full-text search, especially cross-platform.

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.

2009-11-26 20:14
3.0.0

이 새로운 버전은 주로 어떤 새로운 기능이없는 정리 릴리스입니다. 전체 deprecations 타겟 버전 3.0에서 제거되고 제거되었습니다. 이 최소 요구 사항에 자바 5 첫 번째 Lucene 릴리스입니다. API는 5의 제네릭, varargs, 자바 enums으로 사용할 수 있도록 청소를했고 autoboxing. 그것을 가지고 있기 때문에 Lucene의 새로운 사용자를 새로운 개발이 버전을 사용하시기 바랍니다 깨끗하고 안전한 형식의 새로운 API를. 지금은 불필요하게 제거할 수있는 사용자는 업그레이 드 캐스트와 자신의 코드를 추가할 제네릭도.
Tags: Major
This new version is mostly a cleanup release without any new features. All deprecations targeted to be removed in version 3.0 were removed. This is the first Lucene release with Java 5 as a minimum requirement. The API was cleaned up to make use of Java 5's generics, varargs, enums, and autoboxing. New users of Lucene are advised to use this version for new developments, because it has a clean, type-safe new API. Upgrading users can now remove unnecessary casts and add generics to their code, too.

2009-11-08 03:04
2.9.1

이것은 특정 BooleanQuery 경우 일치하는 모든 문서를 찾을 실패 원인의 주요 버그 수정을 포함한 bugfix 릴리스입니다.
This is a bugfix release, including a fix for a major bug that caused BooleanQuery to fail to find all matching documents in certain cases.

2009-09-26 03:37
2.9.0

이 릴리스, 런타임 문제, 그리고 API를,뿐만 아니라 다른 많은 기능 향상, 버그수정, 호환성 및 최적화에 많은 변화가있다.
Tags: Major
This release has many changes in backwards compatibility, runtime behavior, and the API, as well as many other feature enhancements, bugfixes, and optimizations.

2009-03-10 06:59
2.4.1

하나의 데이터 손실 문제가 어디에 이진 필드를 0 길이는 몇 가지 서류가 잘렸습니다되었을 수도있습니다을 포함한 2.4.0 이후 버그수정.
Tags: Major bugfixes
Bugfixes since 2.4.0, including one data loss issue where binary fields may have been truncated to 0 length for some documents.

2008-10-12 04:18
2.4.0

InstantiatedIndex 추가되었습니다. IndexWriter 생성자는 이제 기본적으로 false로 autoCommit. IndexWriter에 추가되었습니다 () 메소드를 커밋합니다. TimeLimitedCollector 검색에 시간 초과가 추가됩니다. 문서 쿼리에 의해 IndexWriter에서 삭제할 수있습니다. 순수 부울 색인 생성을 할 수있습니다. 새 디렉터리를 구현 NIOFSDirectory, 추가되었습니다. IndexWriter.expungeDeletes ()이 추가되었습니다. 필터와 검색 훨씬 더 효율적입니다. IndexReader 새 읽기 전용 = 사실 모드로 열 수있습니다. 많은 버그가 수정되었습니다.
Tags: Minor feature enhancements
InstantiatedIndex was added. IndexWriter constructors now default autoCommit to false. The commit() method was added in IndexWriter. TimeLimitedCollector adds a timeout to searches. Documents can be deleted by Query in IndexWriter. Pure boolean indexing can be done. A new Directory implementation, NIOFSDirectory, was added. IndexWriter.expungeDeletes() was added. Searching with a Filter is more efficient. IndexReader can be opened with the new readOnly=true mode. Many bugs were fixed.

Project Resources