John Patterson wrote:
Yonik Seeley wrote:
On 10/26/07, John Patterson <[EMAIL PROTECTED]> wrote:
Most things in an inverted index are sorted (terms, matching document
ids, term positions within a field, etc). Can you be more specific
about what you are trying to accomplish?
Sorry, I mean s
Yonik Seeley wrote:
>
> On 10/26/07, John Patterson <[EMAIL PROTECTED]> wrote:
> Most things in an inverted index are sorted (terms, matching document
> ids, term positions within a field, etc). Can you be more specific
> about what you are trying to accomplish?
>
Sorry, I mean sorting the d
On 10/26/07, John Patterson <[EMAIL PROTECTED]> wrote:
> What's the best way to maintain an index that is sorted?
Most things in an inverted index are sorted (terms, matching document
ids, term positions within a field, etc). Can you be more specific
about what you are trying to accomplish?
-Yon