Breaking changes:
- Search indexes created with
sqlite-indexversion < 4.0.3 are incompatible
New features:
- Search index no longer keeps its own copy of the text: 2.5x smaller (2.30 -> 0.90 GiB on 517k documents)
indexandsqlite-indexonly push the documents that changed since the last run- Faster searches, faster index statistics, and faster search index builds
Bug fixes:
-
Searching with a path filter no longer crashes the web server
-
Parsers get a bigger stack again. Should fix some worker crashes
-
Fixed indexing to Elasticsearch 6
docker pull sist2app/sist2:4.0.3
Full Changelog: v4.0.2...v4.0.3