Hi, 

I am currently using Lucene to build a search engine and is trying to
understand better so I am going through its source code. I track it all the
way from the beginning till end, and has managed to located all the class
that calculate the score and return the results.

What I am missing is that I fail to locate the class that perform the actual
comparison to determine if a query match any term in a document. I also fail
to locate the class that is responsible for retrieving the document that
contains the term specify. Can anyone help me with this? Maybe just tell me
the class related. Thanks
-- 
View this message in context: 
http://www.nabble.com/Class-in-Lucene-that-Perform-Search-tp18250664p18250664.html
Sent from the Lucene - Java Developer mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to