Quoting [EMAIL PROTECTED]: > Hi everybody, > > which kind of retrieval model is lucene using? Is it a simple vector model, > a extended boolean model or another model? A reliable source with > information about it would be fine, cause every source i found is telling > something different. :) >
Lucene uses the standard vector space model, basically TF*IDF. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]