ashmish2
ashmish2

Reputation: 2967

how search in wikipedia works?

I am a beginer in web technologies so sry if its a lame question.

Wikipedia and other such sites which host million of web pages. How search works in these pages. Do they store all html pages in memory? if yes What are the possible data structure used to store all the html pages to store in-memory and do search among those so fast?

Upvotes: 3

Views: 694

Answers (3)

Niklas
Niklas

Reputation: 30002

They have quite detailed descriptions of what exactly they got.

Upvotes: 3

Rook
Rook

Reputation: 62548

Wikipedia: Web search
How Internet Search Engines Work How Search Engines Work (rather nice explanation)

Upvotes: 0

rid
rid

Reputation: 63542

Wikipedia uses the Lucene full text search engine. Another popular full text search engine is Sphinx.

Upvotes: 3

Related Questions