views:

53

answers:

2

Which is the most efficient data structure or algorithm, which can be used for storing search engine data. Also which distributed file system could go with it?

+1  A: 

Inverted Index

For more details refer open source Lucene and Nutch architecture.

Ankit Jain
+1  A: 

Ternary Tree

I think that it's the best.

Agusti-N