|
I wondered how Google find the exact word ,even if we mistyped it in search box. I want to know if such open source algorithm is available.?.
Thanks you.
Started by vipin k. on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Check out Peter Norvig's How to Write.
Though no doubt not as clever as Google's) to what Google does.
|
|
Ok I'm searching for twitter profiles with Google Ajax Search
I'm using the following query :
?q=Radiant+Hex+site:twitter.com
I'm looking for urls like these:
twitter.com/radianthex twitter.com/ignighted ...
But I often stumble in URLs of the form:
twitter...
Started by RadiantHex on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
The twitter call would look like this:
http://api.twitter.com/1/users cool search options to tighten the ....
Yeah if using the negate option in google, you could do that to get rid of some more sub-paths method to search for users...
|
|
Out of curiosity, is anyone here using Google Mini or Google Search Appliance to provide intranet search? Was it easy to set up? What kind of prices do they charge (ball park figure, I'm sure it depends on the customer)?
Started by username on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at serverfault):
Systems / single sign-on systems, consider the Google Search Appliance.) Up to 220 different file) search results Configuration of suggested synonyms Comes with Google Analytics Cons
Configuring with network shares; web crawling....
|
Ask your Facebook Friends
|
Hi! I am trying to make a google custom search (I just need some sort of search engine on my site) and I need to make it so that I can use my own search box (input field). I need it to be an exact size. I also need to be able to make my own button to ...
Started by Sean on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
If you want to set up Google custom search - this link is the most comprehensive one I could find, with screenshots,
http://www.doshdosh.com/how-to-set-up-google-custom-search-and-make-money/
If you='MyButton' is the button....
|
|
I inherited a Drupal 5 site recently and have a series of enhancements to make. Several of then revolve around search results.
Unpublished pages showing up in search engine results. Some of these are old pages, others are recently unpublished. All are...
Started by easement on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
If Drupal is handling the searchyou ....
It could be you are using views to do search but forgot to only take published nodes.
Google would need db access to show unpublished nodes.
Sounds like it's drupal that is handling the search.
|
|
Hello all,
I'm looking at 'pygoogle' python library for google search, call from my python script. But google doesn't give out license key anymore, and looks like pygoogle needs license key to work.
Does anyone have suggestions of libraries to use for...
Started by jay on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Yahoo! now offers a new search service called BOSS which looks very interesting in python): http://dcortesi.com/2008/05/28/google-ajax-search-api-example-python-code/.
Made me look.
|
|
Does google provide a Java server side api * (NOT java script). *I dont want the ajax api which works at clint side. What i want is that the result returned for a keyword should return me search result in some specific data structure.Like List or set ...
Answer Snippets (Read the full thread at stackoverflow):
;-)
There is at least a SOAP API that I'm aware of: Google SOAP Search API
I don't think Google wants 3rd parties Custom Search
From Google's terms of service
You may not send automated queries of any sort to ....
|
|
I am creating auto suggest function in my website search box, every time the user press a new key, javascript call a webservice on the server side to get 10 most relevant keywords from the db and gives to the javascript again, and javascript populate ...
Started by Amr ElGarhy on
, 9 posts
by 9 people.
Answer Snippets (Read the full thread at stackoverflow):
Any answer to "how ....
Google does it (1 the current search term against this prefix map, you can give suggestions far faster that Google question.
There's no reason to request search terms with every keypress.
More instant.
|
|
Hi I want to add my website link to get tagged with google search can anybody tell me how to add my website on google search link.
Answer Snippets (Read the full thread at stackoverflow):
You need to submit site to Google http://www.google.com/addurl/
Use Google's Add your URL to Google service..
|
|
I want to add a Google search bar on my website.
How can I do this?
Started by PROFESSOR on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
And you can make some moneySearching Google FTW!
All instructions are here: http://www.google.com/coop/cse/
I'm assuming you're familiar with google :D
The ....
Find all you need to know about how to add a Google search bar.
|