Thulur / IRSearchEngine

Our search engine solution for Information Retrieval 2015/2016
0 stars 0 forks source link

Implement Seeklist #15

Closed mr-flannery closed 8 years ago

mr-flannery commented 8 years ago

At the the moment we hold the whole index in main memory. But the index can potentially exceed our RAM limit. Therefore we need a seeklist (which maps from letter to position in index.txt) to only load those parts of the index that we actually need to answer the respective query.