http://7fh6tueqddpjyxjmgtdiueylzoqt6pt7hec3pukyptlmohoowvhde4yd.onion/public-inbox.git/tree/lib/PublicInbox/AltId.pm
. # The PREFIX will be a searchable boolean prefix in Xapian # Example: serial:gmane:file=/path/to/altmsgmap.sqlite3 sub new { my ( $class , $ibx , $spec , $writable ) = @_ ; my ( $type , $pfx , $query ) = split /:/ , $spec , 3 ; $type eq 'serial' or die "E: non-serial not supported, yet ( $spec ) \n " ; my $self = bless {}, $class ; my $params = $self -> extra_indexer_new_common ( $spec , $pfx , $query ); my $f = delete $params ->{ file } or die "E: file= required for $type spec $spec \n...