From: Ashvil <as...@i3...> - 2000-05-16 18:28:35
|
he...@i3... said: > I think the indexing criteria must be a combination of > 1) Job Category (Industry, Job Function, Sub Funbction etc.) > 2) Geographical Location > 3) Free Key words (Weighted key words that can be used in free form to > provide ultimate flexibility in defining the job and search criteria) > > 1 and 2 are relatively easy to define and implement, but number 3 (keyword > based) indexing scheme is the most critical and difficult to do. There is an article written on inverted indexing http://hotwired.lycos.com/webmonkey/code/97/16/index2a.html The database used is Open Source. However, it looks like it had Perl interfaces and the sample of the article is in Perl. Since SourceForge supports PHP, we may need someone to port the Perl code over to PHP. http://www.sleepycat.com/ I think if we use a combination of hierarchial indexes and inverted indexes along with issue of the context of the XML element, we should have a killer search/indexing capability. Regards, Ashvil |