in reply to Re: Search Engine Theory
in thread Search Engine Theory
That would make the index smaller. Then with some trivial splitting, you end up with something like:foo: index.html,5,18; bar: index.html,6;page1.html,1; baz: index.html,7;
Now I just need a clever algorithm to iterate over it all and figure out which document has foo bar baz in order. Hmmm.$seq{'foo'}{'index.html'} = [5,18]; $seq{'bar'}{'index.html'} = [6]; $seq{'bar'}{'page1.html'} = [1]; $seq{'baz'}{'index.html'} = [7];
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
RE: RE: Re: Search Engine Theory
by nardo (Friar) on Jun 06, 2000 at 20:16 UTC |