Hello, Lucene gurus: I am reading lucene source code to understand how search is processed and how documents are ranked. The indexing part is relatively easy because the index format is well-document. However, the searching part is difficult to me. I don't understand how different Query classes, Scorer classes and IndexReader class work together to filter and rank documents. I found little document on this.
Could somebody give me some hints and pointers? Thanks a lot! Roy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]