This repository has been archived by the owner on Dec 13, 2024. It is now read-only.
0.2.0
- Add
index.SQLiteIndexerOptions
as required parameter forindex.NewSQLiteIndexer
. Previous mixed parameters are now encapsulated byindex.SQLiteIndexerOptions
. - Replace
index.SQLiteIndexerFunc
withindex.SQLiteIndexerLoadRecordFunc
. - Add optional
index.SQLiteIndexerPostIndexFunc
.