RQ help with Java search Tool

E

enanito

I am trying to create a Site Search Tools, in Java. It is aimed to search
documents (stored in an Archives folder) that are in a specific web site,
by looking for the Author or the Keyword. I am wondering if anyone could
help me out by telling me what I should read or look for in regards to
accomplishing this task.

Thank you.
 
M

Marco Schmidt

enanito:
I am trying to create a Site Search Tools, in Java. It is aimed to search
documents (stored in an Archives folder) that are in a specific web site,
by looking for the Author or the Keyword. I am wondering if anyone could
help me out by telling me what I should read or look for in regards to
accomplishing this task.

A search engine library written entirely in Java is Lucene
<http://jakarta.apache.org/lucene/>.

As an alternative, you could put all (author, keywords, article, date,
....) records (one document = one record) into a regular database with
a full text index on the relevant columns. Then all you need to do
queries are SQL statements. Here's how it works with MySQL:
<http://www.mysql.com/doc/en/Fulltext_Search.html>. To do the queries
in Java use the java.sql package of the runtime library.

Regards,
Marco
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,764
Messages
2,569,565
Members
45,041
Latest member
RomeoFarnh

Latest Threads

Top