Download List

프로젝트 설명

The purpose of mifluz is to provide a C++ library to build and query a full text inverted index. It is dynamically updatable, scalable (up to 1Tb indexes), uses a controlled amount of memory, shares index files and memory cache among processes or threads and compresses index files to 50% of the raw data. The structure of the index is configurable at runtime and allows inclusion of relevance ranking information. The query functions do not require to load all the occurences of a searched term. They consume very few resources and many searches can be run in parallel.

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-07-23 23:53
0.23

이 릴리스 mifluzsearch 제한된 쿼리 버그수정 포함 (- 난과를 - h), 더 회귀 테스트 mifluzsearch에 대한 매뉴얼 페이지 및 배포 사소한 수정. 그것은 unac와 ynchronized되었습니다 - 1.5.0을 컴파일 경고를 방지하기 위해 AM_ICONV 매크로를 사용합니다.
Tags: Minor security fixes
This release contains bugfixes in mifluzsearch restricted queries (-l and -h), more regression tests, a manual page for mifluzsearch, and minor distribution fixes. It has been ynchronized with unac-1.5.0, and uses AM_ICONV macro to prevent compilation warnings.

2001-07-12 04:32
0.22

구현 mifluzsearch에 대한 결과를 캐시, 그 어디에 문서를 즉시 단어 후 mifluzsearch 버그는 그 인덱스와 동기화 무시 필수 단어가 존재하지 않는에 대한 수정 프로그램이 시작되지 않았 색인 검색을 방해 mifluzsearch 버그에 대한 수정 프로그램의 unac 1.4.0, 그리고 오래된 벤치 마크 결과의 제거.
Tags: Minor feature enhancements
Implementation of a result cache for mifluzsearch, a fix for a mifluzsearch bug that prevented searching indexes where the document did not start immediately after the word, a fix for a mifluzsearch bug that ignored mandatory words that do not exist in the index, synchronization with unac 1.4.0, and removal of obsolete benchmark results.

2001-01-30 15:13
0.9.0

새로운 압축 알고리즘을 구현, 그 8에 비해 압축되지 않은 인덱스의 요소에 의해 색인 크기가 줄어 듭니다.
A new compression algorithm implementation, that reduces the index size by a factor of 8 compared to an uncompressed index.

2001-01-30 15:13
0.8

이식성 및 버그 수정, API는 문서의 확장명, 스토리지 키의 진화 (WordKey) 클래스, 속도, 최적화, 그리고 인터페이스 simplifications.
Portability and bug fixes, extension of the API documentation, evolution of the storage key (WordKey) class, speed optimizations, and interface simplifications.

2001-01-30 15:13
0.6

첫 번째 릴리스.
First release.

Project Resources