about summary refs log tree commit homepage
path: root/lib/PublicInbox/SearchIdx.pm
DateCommit message (Expand)
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
2018-03-02searchidx: add PID to error message when die-ing
2018-02-28searchidx: do not modify Xapian DB while iterating
2018-02-28rename SearchIdxThread to SearchIdxSkeleton
2018-02-28searchidx: index values in the threader
2018-02-28searchidx: get rid of pointless index_blob wrapper
2018-02-28use PublicInbox::MIME consistently
2018-02-22v2writable: warn on duplicate Message-IDs
2018-02-22v2: parallelize Xapian indexing
2018-02-20v2: support Xapian + SQLite indexing
2018-02-16search: stop assuming Message-ID is unique
2018-02-14searchidx: fix comment around next_thread_id
2018-02-14search: free up 'Q' prefix for a real unique identifier
2018-02-07update copyrights for 2018