• 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
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

search in a site???

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi..
i had to add search feature in my website, which will search contents in my site..
please anybody help....
 
Greenhorn
Posts: 22
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
U would be required to have components such as Gatherer and Broker to enable Search option in ur website. The Gatherer is responsible for fetching Web-accessible resources from the Internet, parsing metadata from <META> tags embedded in HTML files into attribute-value pairs, encoding the metadata into SOIF (Summary Object Interchange Format), and sending the SOIF abstracts to a Repository managed by the Broker.
The Broker receives indexing information (as SOIFs) from one or more Gatherers, removes duplicate information, incrementally indexes the collected information (saving into the metadata repository), and provides a WWW query interface to it.
This just a initial implementation of implementing Search option, shall keep posting solutions to it as i progress with my development on it!
cheers
Aman
 
And tomorrow is the circus! We can go to the circus! I love the circus! We can take this tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic