about summary refs log tree commit homepage
path: root/lib/PublicInbox/SearchIdx.pm
diff options
context:
space:
mode:
authorEric Wong (Contractor, The Linux Foundation) <e@80x24.org>2018-02-14 08:20:38 +0000
committerEric Wong (Contractor, The Linux Foundation) <e@80x24.org>2018-02-14 08:20:38 +0000
commit9b7617b25f58a731bc1ffc6087faed46301e2c26 (patch)
treefcc15e64f26602379018dc5aa1c7ea2b43823dca /lib/PublicInbox/SearchIdx.pm
parent956ab5a5362a76cb70488c042d0e087902ccc2b8 (diff)
downloadpublic-inbox-9b7617b25f58a731bc1ffc6087faed46301e2c26.tar.gz
I decided not to copy the notmuch implementation regarding
serialization of integers to Xapian metadata.
Diffstat (limited to 'lib/PublicInbox/SearchIdx.pm')
-rw-r--r--lib/PublicInbox/SearchIdx.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/PublicInbox/SearchIdx.pm b/lib/PublicInbox/SearchIdx.pm
index 0ee07791..fa5057fd 100644
--- a/lib/PublicInbox/SearchIdx.pm
+++ b/lib/PublicInbox/SearchIdx.pm
@@ -394,7 +394,7 @@ sub term_generator { # write-only
 }
 
 # increments last_thread_id counter
-# returns a 64-bit integer represented as a hex string
+# returns a 64-bit integer represented as a decimal string
 sub next_thread_id {
         my ($self) = @_;
         my $db = $self->{xdb};