Dear Monks (and Monk Humphrey),
I have built an invindex of documents and now (just don't ask why..) I would like to iterate over *each* document stored in the index. Is that possible?
I would like to do it without hit-lists, so I don't get a "subset of documents" (which btw, accessing all docs this way is too slow), but a list of "all documents" to iterate over.
So far I poked around in (version 0.15 of) KinoSearch::Index::IndexReader, KinoSearch::Index::SegReader and KinoSearch::Document::Doc. Without luck. As it seems I am too unfamilar with the internals to get anywhere far.
Any kinosearch users around?
(BTW: Congrats on a great piece of code!)
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.