]> Sergey Matveev's repositories - public-inbox.git/commit
searchidx: call "++" on PostingIterator instead of "->inc"
authorEric Wong <e@80x24.org>
Sun, 22 Dec 2019 22:17:38 +0000 (22:17 +0000)
committerEric Wong <e@80x24.org>
Tue, 24 Dec 2019 03:47:04 +0000 (03:47 +0000)
commit9484944697a1bf76d00d84d081e6a7d633074336
tree933b58c83b9b955ae8a25bf188c8c2b51ee272fe
parenta09f678d8254064af7ca6dcfb3c3f84b5ae37b51
searchidx: call "++" on PostingIterator instead of "->inc"

The "++" is not yet available in the SWIG-based "Xapian.pm" Perl
bindings, so use "++" where it's supported in both the XS
(Search::Xapian) and SWIG-based Xapian binding.
lib/PublicInbox/SearchIdx.pm