as i know inverted index consist of keywords and the document identifiers contain this keyword and the search on this index structure is sequential for single keyword search but if i want to search for multi keyword in this index . will divide this multi keyword for single keywords and search for it sequentially . iam thinking to use map-reduce algorithm to make this search in parallel.

More Amal Hashim's questions See All
Similar questions and discussions