about summary refs log tree commit homepage
path: root/lib/PublicInbox/SearchIdx.pm
DateCommit message (Expand)
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
2016-07-31msgmap: fix use of transactions
2016-06-26inbox: ensure we do not show leading "From " lines
2016-06-21searchidx: merge old thread id from ghosts
2016-06-21searchidx: simplify ghost creation
2016-06-17searchidx: disable Email::MIME::ContentType::STRICT_PARAMS
2016-05-21localize $/ in more places to avoid potential problems
2016-05-19switch read-only uses of walk_parts to msg_iter
2016-03-03use raw header for Message-ID
2016-02-28reduce calls to close unless error checks are needed
2016-02-28searchidx: use defined for checking EOF behavior
2015-12-22rename 'GitCatFile' package to 'Git'
2015-11-20various internal documentation updates
2015-10-03drop Message-IDs longer than 244 bytes
2015-10-02rename mid_compress to id_compress
2015-10-01searchidx: subject is not a term
2015-09-30nntp: implement OVER/XOVER summary in search document
2015-09-25searchidx: remove unused sub: next_doc_id
2015-09-15searchidx: sync Msgmap database along with Xapian
2015-09-15searchidx: hoist out rlog code
2015-09-06update copyright headers and email addresses
2015-09-03search: disable Message-ID compression in Xapian
2015-09-01search: reduce redundant doc data
2015-08-30search: do not index references and inreplyto terms
2015-08-29avoid length in boolean context
2015-08-25mid: mid_compressed => mid_compress
2015-08-23cleanup calls to header_obj
2015-08-23hopefully fix broken permissions for search