Discussion Board
Go to the previous messageGo to the following message
Current Forum: Homework 5 - Part 3
Date: Thu Nov 15 2001 10:25 am
Author: Goodman, Brian J. <bjg@andrew.cmu.edu>
Subject: Re: final results

The fact that WebSearch assumes an ObjectIterator of Strings does not prevent you from returning toe relevancy. Again, and in case its been unclear so far, your output should look like this:


resulturl1 relevancy1
resulturl2 relevancy2
...

As you acquire your resuts in retrievePages, simply create strings of this form: url + " " + relevancy, and return an ObjectIterator over these strings.
Post response

Go to the previous messageGo to the following message
Current Thread Detail:
final results      White, David      Thu Nov 15 2001 9:04 am       
Re: final results      Goodman, Brian J.      Thu Nov 15 2001 10:25 am       
Re: final results      Bortz, Andrew S.      Thu Nov 15 2001 1:22 pm       
Re: final results      Goodman, Brian J.      Thu Nov 15 2001 3:17 pm       
Re: final results      Danish, Matt R.      Fri Nov 16 2001 10:30 pm       
Re: final results      Goodman, Brian J.      Sat Nov 17 2001 1:16 am       

Back to previous screen