Path to this page:
Subject: CVS commit: pkgsrc/textproc/p5-Search-Indexer
From: Wen Heping
Date: 2023-06-12 13:13:01
Message id: 20230612111301.2C517FA89@cvs.NetBSD.org
Log Message:
Update to 1.01
Add missing DEPENDS
Upstream changes:
1.01 01.07.2021
- bug fix : CORE::fc did not compile with perl versions < 5.016
1.0 29.06.2021
- new algorithm (Okapi bm25) for relevancy scores, like ElasticSearch or \
SQLite FTS5
- default tokenizer now relies on unicode \p{Word}
- use BerkeleyDB "partials" for more efficient indexing
- general revision of the source code and documentation
- upgrade tests to use Test2::V0
INDEXES ARE NOT COMPATIBLE WITH PREVIOUS VERSION, you need to reindex your docs.
Files: