Coder's Guild Mailing List

Java Search Engine.

Posted by adnoctum on 2001-04-23

I have to write a Search Engine for a CD-ROM publication. As I can't use any
server-side scripting I'm thinking about writing it as a Java Applet wich
read an index from a file and search the keywords on that index.

Any one of you guys have something like this?. What about the format of the
index file? Should I use a plain text format(like xml) or use some binary
structures?.

Ok, thanks.