about summary refs log tree commit homepage
path: root/lib/PublicInbox/SearchIdx.pm
DateCommit message (Expand)
2020-03-22rename PublicInbox::SearchMsg => PublicInbox::Smsg
2020-03-22index: use git commit times on missing Date/Received
2020-02-06treewide: run update-copyrights from gnulib for 2019
2020-01-27searchidx: don't assume "a/" and "b/" as prefixes
2020-01-27searchidx: skip filenames on "diff --git ..."
2020-01-27search: {version} => {ibx_ver}
2020-01-27inbox: add ->version method
2020-01-11spawn (and thus popen_rd) die on failure
2020-01-06treewide: "require" + "use" cleanup and docs
2020-01-04searchidx: remove_message: pedantic fix for v1
2020-01-04searchidx: index_text: use Xapian parameter names
2020-01-04searchidx: simplify quote-splitting in index_body
2020-01-04searchidx: add_message: fix and make use of prototypes
2020-01-04searchidx: split off index_xapian for msg_iter
2020-01-04searchidx: index_diff: allow /^$/ line as diff context
2019-12-24search: support SWIG-generated Xapian.pm
2019-12-24searchidx: call "++" on PostingIterator instead of "->inc"
2019-12-15searchidx: do not modify read-only $1 via git_unquote
2019-11-04index: "git log" failures are fatal
2019-10-28index: allow search/lookups on X-Alt-Message-ID
2019-10-16config: support "inboxdir" in addition to "mainrepo"
2019-09-09run update-copyrights from gnulib for 2019
2019-06-15comments: replace "partition" with "shard"
2019-06-14search*: rename {partition} => {shard}
2019-06-14searchidx: require PublicInbox::Inbox (or InboxWritable) ref
2019-06-12searchidx: improve error message when Xapian fails
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