about summary refs log tree commit homepage
DateCommit message (Expand)
2020-11-07extsearchidx: support --batch-size checkpoints
2020-11-07extsearchidx: set current_info in warning callbacks
2020-11-07searchidx: ignore exceptions from ->remove_term
2020-11-07extsearch: wire up remaining Inbox-like methods for WWW
2020-11-07extsearchidx: handle edits
2020-11-07extsearch: wire up smsg_eml
2020-11-07t/v2writable: remove pointless ->barrier call
2020-11-07t/extsearch.t: verify results and xref3 ordering
2020-11-07searchidx: remove xref3 support for Xapian
2020-11-07over: store xref3 data in over.sqlite3
2020-11-07index: eindex wiring
2020-11-07script: add preliminary eindex implementation
2020-11-07Makefile.PL: do not build manpage if POD is missing
2020-11-07searchidx: favor $sync->{ibx} (over $self->{ibx})
2020-11-07searchidx: reduce inbox-dependency, wrap ->with_umask
2020-11-07extsearchidx: sync updates
2020-11-07searchidx: export prepare_stack
2020-11-07extsearchidx: sync unit updates
2020-11-07v2writable: pass oid to uindex_oid
2020-11-07extsearchidx: remove {unindex_range} field
2020-11-07v2writable: reduce scope of epoch-aware code
2020-11-07extsearchidx: more compatibility with V2Writable callers
2020-11-07v2writable: move size check init to sync_prepare
2020-11-07v2writable: make *last_commits and sync_prepare OO methods
2020-11-07v2writable: rename {v2w} field to {self}
2020-11-07v2writable: allow OO method references
2020-11-07v2writable: more generic sync setup code
2020-11-07searchidx: log2stack: simplify callers
2020-11-07searchidx: put {ibx} into $sync state
2020-11-07searchidxshard: special init for eidx
2020-11-07searchidx: xref3 delete support
2020-11-07searchidx: index eidx_key as a boolean term
2020-11-07extsearchidx: initial implementation
2020-11-07v2writable: checkpoint: account for lack of {mm}
2020-11-07v2writable: rename remaining "remote" terminology
2020-11-07inboxwritable: eidx_key for external index
2020-11-07v2: some changes for ExtSearchIdx compatibility
2020-11-07overidx: introduce changes for external index
2020-11-07v2writable: count_shards: allow working without {ibx}
2020-11-07v2writable: idx_shard: simplify callers
2020-11-07searchidxshard: allow msgref to be undef
2020-11-07v2writable: hoist out write_alternates
2020-11-07v2writable: prepare initialization for external indices
2020-11-07searchidx: introduce "xref3" concept
2020-11-07search: xdb_sharded: make this a public method for ExtSearch
2020-11-07v2writable: make OO calls to last_commit-related methods
2020-11-07v2writable: add git method
2020-11-07searchidx: expose INDEXLEVELS as `our'
2020-11-07extsearch: start mocking out
2020-11-07search: hoist out _xdb_sharded for v2 inboxes