Talk:Inverted index: Difference between revisions

From Rosetta Code
Content added Content deleted
(Task could be clarified)
(No difference)

Revision as of 09:56, 21 April 2010

Which Kind of Inverted Index?

Were we supposed to do an inverted file index or a full inverted index? I've implemented both in the Tcl solution even though that does make the code quite a bit more complex (and in production code, I'd use SQLite with its FTS module as that lets you do all this and more). –Donal Fellows 09:56, 21 April 2010 (UTC)