about summary refs log tree commit homepage
path: root/lib/PublicInbox/SearchIdx.pm
DateCommit message (Expand)
2019-05-29searchidx: store indexlevel=medium as metadata
2019-05-27searchidx: fix obvious typo
2019-05-23xcpdb: show re-indexing progress
2019-05-23xcpdb: use fine-grained locking
2019-05-21Merge remote-tracking branch 'origin/xap-optional' into master
2019-05-21searchidx: remove unused Compress::Zlib import
2019-05-15searchidx: do not create empty Xapian partitions for basic
2019-05-15lazy load Xapian and make it optional for v2
2019-05-14searchidx: fix incremental index with indexlevel=basic on v1
2019-01-15searchidx: move git_unquote to PublicInbox::Git
2019-01-10Merge commit 'mem'
2019-01-10check git version requirements
2019-01-08searchmsg: remove Xapian::Document field
2019-01-05index: quiet down git-log error messages on new inboxes
2018-12-30handle "multipart/mixed" messages which are not multipart
2018-08-03Merge branch 'eb/index-incremental'
2018-08-03SearchIdx,V2Writeable: Update num_highwater on optimized deletes
2018-08-03Msgmap.pm: Track the largest value of num ever assigned
2018-08-03search: (really) match the behavior of WWW for indexing text
2018-08-02SearchIdx.pm: Always assign numbers backwards during incremental indexing
2018-07-20v1: allow upgrading indexlevel=basic to 'medium' or 'full'
2018-07-19searchidx: respect XAPIAN_FLUSH_THRESHOLD env if set
2018-07-19SearchIdx: Allow the amount of indexing be configured
2018-07-19SearchIdx: Add the mechanism for making all Xapian indexing optional
2018-07-19SearchIdx.pm: Make indexing search positions optional
2018-07-18SearchIdx: Decrement regen_down even for added messages that are later deleted.
2018-05-24workaround Xapian OFD locks w/o close-on-exec
2018-05-01searchidx: preserve umask when starting/committing transactions
2018-04-22extmsg: use Xapian only for partial matches
2018-04-20searchidx: remove leftover debugging code
2018-04-20searchidx: release lock again during v1 batch callback
2018-04-18searchidx: revert default BATCH_BYTES to 1_000_000
2018-04-18searchidx: increase term positions for all text terms
2018-04-18searchidx: regenerate and avoid article number gaps on full index
2018-04-18search: preserve References in Xapian smsg for x=t view
2018-04-18v1: remove articles from overview DB
2018-04-07store less data in the Xapian document
2018-04-07over: remove forked subprocess
2018-04-06www: favor reading more from SQLite, and less from Xapian
2018-04-06search: index and allow searching by date-time
2018-04-04searchidx: ensure duplicated Message-IDs can be linked together
2018-04-02replace Xapian skeleton with SQLite overview DB
2018-04-01search: reduce columns stored in Xapian
2018-03-30searchidx: correct warning for over-vivification
2018-03-30search: move permissions handling to InboxWritable
2018-03-29search: move find_doc_ids to searchidx
2018-03-27searchidx: warn about vivifying multiple ghosts
2018-03-22v2writable: support reindexing Xapian
2018-03-22use both Date: and Received: times
2018-03-19v2writable: allow disabling parallelization