Help Needed: Developing a Search Engine in Java
Hi
i want to develop a search engine in java. Could somebody help me?
[75 byte] By [
rixit] at [2007-11-11 6:47:48]

# 1 Re: Help Needed: Developing a Search Engine in Java
help you with what exactly? be more specific.
# 2 Re: Help Needed: Developing a Search Engine in Java
I have some code that searches locally stored web pages (like the jacva doc),
it can easily be modified to do web search as it now only accepts url's that start
with "file:". I utilzes a BigBuffer class to harness the memory usage during multiple
threaded text scan and it is not a beginners type of app, but if you want to have a
look I can zip and post it here.
sjalle at 2007-11-11 22:41:14 >

# 3 Re: Help Needed: Developing a Search Engine in Java
I have some code that searches locally stored web pages (like the jacva doc),
it can easily be modified to do web search as it now only accepts url's that start
with "file:". I utilzes a BigBuffer class to harness the memory usage during multiple
threaded text scan and it is not a beginners type of app, but if you want to have a
look I can zip and post it here.
I'm interested in looking at a code that does that, not that I wanna do a search engine myself, but just to learn...can you post the zip file? Thanks.
chimps at 2007-11-11 22:42:18 >

# 4 Re: Help Needed: Developing a Search Engine in Java
It has some 29 classes and is basically a pre-beta version. It compiles and
runs ok, but some processing options are visible but not implemented
yet and should be regarded as suggested/intended additions to the program.
However, it utilizes many classes for HTML parsing and processing.
If you find something that is totally wrong then please let me know.
sjalle at 2007-11-11 22:43:23 >

# 5 Re: Help Needed: Developing a Search Engine in Java
i have decided to develope a engine,which will be having a user interface (developed using jsp)and based on the matching of keyword entered by user .It will be displaying the sites to user.but the problem is how to match the keywords & how the dynamic display of sites can be done. will there be any need to learn spider programming.will it be searching the meta tags in sites. I will be waiting for ur reply.
rixit at 2007-11-11 22:44:16 >

# 6 Re: Help Needed: Developing a Search Engine in Java
I Would Like To Give A Look At The Code. It Might Be Possible That It Would Be Helpful. Thank You
rixit at 2007-11-11 22:45:20 >

# 7 Re: Help Needed: Developing a Search Engine in Java
Thanx Sjalle
I Would Like To Give A Look At The Code. It Might Be Possible That It Would Be Helpful. Thank You
rixit at 2007-11-11 22:46:24 >

# 8 Re: Help Needed: Developing a Search Engine in Java
You should have a look at the WScanner and the WScanFilter, it does the whole job
of extracting tags and page contents, eg, all links found in a webPabe are returned as
a NameValArray (an arraylist & hashtable hybrid) with mapping like linktext->url.
It uses the setup provided by the HTMLEditorKit.Parser and HTMLEditorKit.ParserCallback classes from the
javax.swing.text.html package.
Good luck !
sjalle at 2007-11-11 22:47:22 >

# 9 Re: Help Needed: Developing a Search Engine in Java
Our instructor told us to research some game programs with codes that we are to modify and develop these programs...because of this we can also post here later if anyone could give these programs.
jbwebs at 2007-11-11 22:48:19 >
