One way of achieving a site search is to spider the site using any web page search tool. I believe this is possible with Lucene, ht://Dig or mnoGoSearch. Presuming your site allows users to navigate round all the data this will allow them to search the whole site.
If there is no navigation round the data you could easily write a License crawler to scan the database. Thanks Ben > -----Original Message----- > From: Eric Emminger [mailto:[EMAIL PROTECTED]] > Sent: 09 January 2003 23:56 > To: Turbine Users List > Subject: site search strategies > > > I'm looking at how to implement a site search function in a > Turbine application. We have content in HTML files on disk > and all the data in the database, and all the content needs > to be searched. > > I see a few options. > > 1. Search the files and database separately and combine the > results. 2. Create files from the database content and search > all the files. 3. Store the files in the database and search > the database. > > I'd like to hear what others have to say. Your feedback will > be greatly appreciated. > > Eric > > -- > Eric Emminger > [EMAIL PROTECTED] > > > -- > To unsubscribe, e-mail: > <mailto:turbine-user-> [EMAIL PROTECTED]> > For > additional commands, > e-mail: <mailto:[EMAIL PROTECTED]> > > > ______________________________________________________________ > __________ > This e-mail has been scanned for all viruses by Star > Internet. The service is powered by MessageLabs. For more > information on a proactive anti-virus service working around > the clock, around the globe, visit: http://www.star.net.uk > ______________________________________________________________ > __________ > ________________________________________________________________________ This e-mail has been scanned for all viruses by Star Internet. The service is powered by MessageLabs. For more information on a proactive anti-virus service working around the clock, around the globe, visit: http://www.star.net.uk ________________________________________________________________________ -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
