Re: QueryTerms vs. IndexTerms

2006-07-03 Thread Paul Elschot
On Monday 03 July 2006 19:52, Patricio wrote: > Hello, I'm novice in Java. > I try to understand how the query terms are matched with the index terms to > calculate the Hits. > > I thought that the class "IndexSearcher" was responsible for this process, > but apparently the classes "Scorer" and "H

QueryTerms vs. IndexTerms

2006-07-03 Thread Patricio
Hello, I'm novice in Java. I try to understand how the query terms are matched with the index terms to calculate the Hits. I thought that the class "IndexSearcher" was responsible for this process, but apparently the classes "Scorer" and "HitCollector" are essential to determine the retrieved docu