• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Web crawli algorithm to explore pages in web whose meta words match the key word give to search GUI

 
Greenhorn
Posts: 16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi! If i have a spider algorithm which implement a crawl method that crawl the web from a given seed URL and list all the URL that it visit and a GUI which allows a user to specify seed URL and a keyword to be searched, then how can i use that algorithm to explore the web searching for pages whose meta keywords contain the specified key word that was given in the GUI and display them on screen? Went through several materials but got stuck to start on how can i like the output of a method to display on the ListModel, pic of my GUI is attached hereby , some ideas please. Cheers!!


Capture.PNG
[Thumbnail for Capture.PNG]
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic