Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

Search::GIN - Generalized Inverted Indexing

Author

       XXXX XXX'XX (Yuval Kogman) <nothingmuch@woobling.org>

Contributors

       •   Karen Etheridge <ether@cpan.org>

       •   Sawyer X <xsawyerx@cpan.org>

       •   Daniel Ruoso <daniel@ruoso.com>

       •   Robin Berjon <robin@robineko.com>

       •   sawyer <sawyer@dungeon.(none)>

       •   Robert Norris <rob@eatenbyagrue.org>

       •   jrockway <jrockway@3efe9002-19ed-0310-8735-a98156148065>

       •   sawyer <sawyer@potato.(none)>

perl v5.34.0                                       2022-06-17                                   Search::GIN(3pm)

Description

       Inverted Indexing is an indexing method that maps from content to location in storage.

       Generalized Inverted Indexing (GIN, for short) is an inverted indexing method in which the index is
       unaware of what data exactly is it indexing.

       Search::GIN is primarily used by KiokuDB for custom indexing.

Name

       Search::GIN - Generalized Inverted Indexing

See Also

Version

       version 0.11

See Also