about summary refs log tree commit homepage
path: root/lib/PublicInbox/SearchIdx.pm
DateCommit message (Expand)
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
2017-10-03threading: deal with improperly-terminated References headers
2017-06-23searchidx: fallback to lookup on pre-set article numbers
2017-06-15searchidx: remove messages correctly from Xapian index
2017-06-14search: allow searching within mail diffs
2017-06-14searchidx: switch to accounting by message bytes
2017-06-14search: remove unnecessary abstractions and functionality
2017-05-09searchidx: use cached local $@ copy
2017-05-07searchidx: fix ghost root vivification
2017-02-11handle repeated References and In-Reply-To headers
2017-02-06Revert "searchidx: reindex clobbers old thread IDs"
2017-02-06searchidx: reindex clobbers old thread IDs
2017-02-06searchidx: deal with empty In-Reply-To and References headers
2017-01-10introduce PublicInbox::MIME wrapper class
2017-01-07searchmsg: favor direct hash access over accessor methods
2016-12-10search: favor In-Reply-To over last References iff IRT exists
2016-10-05thread: remove Mail::Thread dependency
2016-09-09search: index attachment filenames
2016-09-09search: match the behavior of WWW for indexing text
2016-09-09search: avoid mindlessly calling body_set
2016-09-09search: fix compatibility with Debian wheezy
2016-09-09search: increase term positions for each quoted hunk
2016-09-09search: match quote detection behavior of view
2016-09-09search: fix space regressions from recent changes
2016-09-09search: more granular message body searching
2016-09-09search: allow searching user fields (To/Cc/From)
2016-08-16search: add YYYYMMDD search range via "d:" prefix
2016-08-14searchidx: do not release Xapian lock while (only) Msgmap is indexing
2016-08-11search: support alt-ID for mapping legacy serial numbers
2016-08-10searchidx: allow searching Message-IDs in free-form text
2016-08-09searchidx: avoid holding Xapian lock in cat-file
2016-08-09searchidx: release Xapian FDs before spawning git log
2016-08-09searchidx: persist the PublicInbox::Git object
2016-08-09searchidx: remove unused $git parameters
2016-08-05search: disable batching in newer versions of Xapian, for now
2016-08-04searchmsg: add git object ID to doc_data
2016-08-02search: improve reindexing behavior
2016-07-31search: support reindexing existing search indices