search application in java
Hi,
I want to create a java web application which takes the String as input and search the web and results the output as google does. The output also i need to store in some array so that i can pick best of one and send to the user. Can you please guide me which API would be best suitabe. I am trying to do using Azure bing API but iam getting problem when iam trying to access the constructed URL to search the net.
Thanks.
Re: search application in java
Why would you want to create a search engine such as this when Google, Bing, Yahoo, Ask, etc... already exist and do this job very well?
Re: search application in java
Quote:
Originally Posted by
tyeeeee1
Why would you want to create a search engine such as this when Google, Bing, Yahoo, Ask, etc... already exist and do this job very well?
Currently iam working on a project for which when a user submits a string i have to return him data about that string what the user has submitted, like for example if he submit string as "i want to know about java" , response should be something about java around 2 to 3 lines describing java,for achieving this we have azure api and few more. but which search API would be the best one and please provide example link if possible.
Thanks.