about summary refs log tree commit homepage
path: root/lib/PublicInbox/SearchIdx.pm
DateCommit message (Expand)
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
2018-03-19Lock: new base class for writable lockers
2018-03-19v2writable: implement remove correctly
2018-03-19searchidx: do not delete documents while iterating
2018-03-03v2: avoid redundant/repeated configs for git partition repos
2018-03-03searchidx: store the primary MID in doc data for NNTP
2018-03-03mid: truncate excessively long MIDs early
2018-03-03searchidx: add NNTP article number as a searchable term
2018-03-03searchidx: use add_boolean_term for internal terms
2018-03-03searchidx: avoid excessive XNQ indexing with diffs
2018-03-03searchidx: support indexing multiple MIDs
2018-03-02search: revert to using 'Q' as a uniQue id per-Xapian conventions
2018-03-02searchidx: use new `references' method for parsing References
2018-03-02v2writable: deduplicate detection on add