For a while now I have been working on a program that will search my site. The program has evolved a lot and I think has come a long way since I started. I also think that it is fairly fast too, but then again there are only 300+ files to search through in my database.
recently I came across an indexing program called sphider that does something called full text indexing, which is a new term for me. I am trying to figure out whether indexing is better and/or faster than what I am currently doing. As far as I can tell it should be pretty similar to doing a simple sql query.
I guess the question is whether indexing should be the next step in making my search program better.
thanks



Reply With Quote
However, if I do give up I will install some sort of search program. That actually might not be that bad of an idea really. Why mess with what works? For now I kinda want to get my hands dirty and construct a program of my own that operates exactly how I want. 

Bookmarks