in reply to Help on building a search engine (design / algorithms / parsing / tokenising / database design)
The search engine approach involves indexing the files as a preparation process followed by searching. The indexing part will require that the files are read (spidered) and filtered to extract content and metadata. Once the index is prepared, the search engine's query interface can be used to get reults.
Links to a couple of sites:
http://www.searchtools.com/index.html
http://searchenginewatch.com/
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Help on building a search engine (design / algorithms / parsing / tokenising / database design)
by bobtfish (Scribe) on Jun 07, 2004 at 12:35 UTC | |
by inman (Curate) on Jun 07, 2004 at 13:45 UTC | |
by BrowserUk (Patriarch) on Jun 07, 2004 at 19:03 UTC |