Hello Fabric.* It's hard to get the context of your question, but it sounds like related to Lucene File Formats. Beside of the documentation I really favor these cute pics http://hackerlabs.org/blog/2011/10/01/hacking-lucene-the-index-format/ I hope it might help you to expand your question.
On Mon, Apr 28, 2014 at 8:33 AM, fabric fabricio < [email protected]> wrote: > Can you explain how dictionary are linked with this implementation of > posting lists. In traditional case we have dictionary like > hashmap[String,List(int,int)] //word -> docid, termfreq. In this case > dictionary points to "parallel arrays" slots and in the "poitner array" > points to most recent docid in the posting list what means "to search the > posting list" in other words how this maps to List(int,int) part > -- Sincerely yours Mikhail Khludnev Principal Engineer, Grid Dynamics <http://www.griddynamics.com> <[email protected]>
