Hi, 
Thanks for the idea. The second option is a nice idea. I dont want to use 
google api. The second option of urs says that , use a crawler to crawl the 
webpage and use lucene to search ,"tats a nice idea". Is there any other 
posibility than this. Adivce will be appreciated.
-----Original Message-----
From: gekkokid [mailto:[EMAIL PROTECTED]
Sent: Thursday, March 23, 2006 11:58 AM
To: java-user@lucene.apache.org
Subject: Re: Can i use lucene to search the internet.


Can i use lucene to search the internet.you could use the google api, that 
would seem the easiest method, however im not 100% sure what the program is 
meant to do, search the whole site or just that page?

with the google api, you create a window, with inputs for the url and the 
keyword and it would search that domain returning the first 10 results

if you are after a program that when you search with the url and keyword, it 
crawls that domain, you can use lucene but you would have to find or create a 
basic crawler http://java-source.net/open-source/crawlers, so it would crawl 
the domain and index the pages into RAM and once queried you could get the 
result.

am i close? or miles off?
  ----- Original Message ----- 
  From: Babu, KameshNarayana (GE, Research, consultant) 
  To: java-user@lucene.apache.org 
  Sent: Thursday, March 23, 2006 5:58 AM
  Subject: RE: Can i use lucene to search the internet.


  Thanks for the information. My requirement is i should have a window and when 
i type the url and keyword , the search should happen and display the result in 
my window itself. Is there any open source engines...Please let me know 
...Thanks once again
    -----Original Message-----
    From: gekkokid [mailto:[EMAIL PROTECTED]
    Sent: Thursday, March 23, 2006 11:22 AM
    To: java-user@lucene.apache.org
    Subject: Re: Can i use lucene to search the internet.


    Hi, are you asking does it have a crawler? no it doesn't but nutch does 
http://lucene.apache.org/nutch/ :)

    _gk
      ----- Original Message ----- 
      From: Babu, KameshNarayana (GE, Research, consultant) 
      To: java-user@lucene.apache.org 
      Sent: Thursday, March 23, 2006 5:44 AM
      Subject: Can i use lucene to search the internet.


      hi all, 
      Can i use lucene to search the internet. Are do we have nay open source 
applications. Thanks in advance 

       GE Global Research 
      Kamesh NarayanaBabu 
      John F. Welch Technology Centre
      Information Technology Management, Plot 122, Export Promotion Industrial 
Park,
      Phase II, Hoodi Village, Whitefield Road, Bangalore, Karnataka - 560066, 
INDIA.
      Phone: +91 (80) 2503 0457 | GE Dial comm.: 8 * 901 0359 | Mobile: +91 
9986259850 | Email:-  [EMAIL PROTECTED] 



------------------------------------------------------------------------------


  ---------------------------------------------------------------------
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to