Hoe to search Nutch DB

View: New views
3 Messages — Rating Filter:   Alert me  

Hoe to search Nutch DB

by Saurabh Suman :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi I am new to nutch. My search nutch is working fine.I can see the result through tomcat.Http://localhost:8080. I want to search the DB through Java Code. Like suppose i pass a query apache. I want content,url,metadata . How will i get this?

Re: Hoe to search Nutch DB

by Xiangjun(XJ) Wang :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

You can use the nutch or opensearch api

this tutorial should give you some ideas to dig into...
http://today.java.net/pub/a/today/2006/02/16/introduction-to-nutch-2.html

Saurabh Suman wrote:
> Hi
>  I am new to nutch. My search nutch is working fine.I can see the result
> through tomcat.Http://localhost:8080.
> I want to search the DB through Java Code. Like suppose i pass a query
> apache. I want content,url,metadata . How will i get this?
>  


Re: How to search Nutch DB

by Saurabh Suman :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Xiangjun
 Thanks for ur help. I follow that link. Its working now.
Xiangjun(XJ) Wang wrote:
You can use the nutch or opensearch api

this tutorial should give you some ideas to dig into...
http://today.java.net/pub/a/today/2006/02/16/introduction-to-nutch-2.html

Saurabh Suman wrote:
> Hi
>  I am new to nutch. My search nutch is working fine.I can see the result
> through tomcat.Http://localhost:8080.
> I want to search the DB through Java Code. Like suppose i pass a query
> apache. I want content,url,metadata . How will i get this?
>