Microsoft MVP성태의 닷넷 이야기
기타: 9. http://www.google.com/webhp?complete=1&hl=en 검색에 관해서. [링크 복사], [링크+제목 복사],
조회: 26996
글쓴 사람
정성태 (techsharer at outlook.com)
홈페이지
첨부 파일
 
(연관된 글이 1개 있습니다.)

보면... 예를 들어 "e" 자를 치면,,, 아래와 같이 쿼리를 전송합니다.

GET /complete/search?hl=en&js=true&qu=e HTTP/1.1
Accept: */*
Accept-Language: ko
Referer: http://www.google.com/webhp?complete=1&hl=en
Accept-Encoding: gzip, deflate
Host: www.google.com
Connection: Keep-Alive
 
그럼, 아래와 같이 간단하게 나오네요.
 
sendRPCDone(frameElement, "e", new Array("ebay", "election results", "expedia", "espn", "e bay", "ebay.com", "easyjet", "eminem", "electoral college", "election"), new Array("143,000,000 results", "6,270,000 results", "9,470,000 results", "10,100,000 results", "19,700,000 results", "1 result", "1,090,000 results", "11,400,000 results", "1,270,000 results", "24,200,000 results"), new Array(""));
 
위의 결과를 잘 보면... 거의 천 이하는 절삭된 것 같은 느낌인데요.
더군다나,,, result 값이 아마도 며칠에 한번씩 바뀌지 않을 까 싶은데요. 실제로 ebay 에 대한 값이 143,000,000 으로 나오는데, 검색을 막상 해보면 205,000,000 결과가 나오게 됩니다.
 
그런 저런 이유로 ... 사용자로 하여금,,, 어떤 엄청난 데이터를 상당히 빠르게 처리해서 가져온 것 같은 착각이 일어나게 됩니다.
 
한마디로... 뭔가 있어보이도록 하는 것 같은 느낌.
실제로 ebay 에 대한 results 값이 "100,000,000" 이면 어떻고 "150,000,000" 이면 어떤가요? 대강 ebay 값이 좀 많다는 느낌만 주어도 성공하는 것이니까요.
 
그래도... 그러한 인식을 끌어내도록 하는 아이디어가 돋보이네요.
 
 
개인적으로, 위의 검색방식에 있어서, results 는 별로 눈여겨 볼 것은 아니고 그냥 단순히,,, 어떤 키워드로 주로 검색되고 있는지를 알 수 있어서 그게 더 도움이 되는 것 같습니다. 즉.. e 를 치면, ebay, election results, expedia, espn 등의 단어들이 같이 떠주는 것이 더 의미가 있다는 것이지요.
 


[연관 글]






[최초 등록일: ]
[최종 수정일: 2/15/2005]

Creative Commons License
이 저작물은 크리에이티브 커먼즈 코리아 저작자표시-비영리-변경금지 2.0 대한민국 라이센스에 따라 이용하실 수 있습니다.
by SeongTae Jeong, mailto:techsharer at outlook.com

비밀번호

댓글 작성자
 




... 121  122  123  124  125  126  127  128  129  130  131  132  133  [134]  135  ...
NoWriterDateCnt.TitleFile(s)
1797정성태11/4/201421137오류 유형: 255. 이벤트 로그 - The Adobe Flash Player Update Service service entered the stopped state.
1796정성태10/30/201428514개발 환경 구성: 249. Visual Studio 2013에서 Mono 컴파일하는 방법
1795정성태10/29/201430251개발 환경 구성: 248. Lync 2013 서버 설치 방법
1794정성태10/29/201425920개발 환경 구성: 247. "Microsoft Office 365 Enterprise E3" 서비스에 대한 간략 소개
1793정성태10/27/201426922.NET Framework: 474. C# - chromiumembedded 사용 - 두 번째 이야기 [2]파일 다운로드1
1792정성태10/27/201427078.NET Framework: 473. WebClient 객체에 쿠키(Cookie)를 사용하는 방법
1791정성태10/22/201426534VC++: 83. G++ - 템플릿 클래스의 iterator 코드 사용에서 발생하는 컴파일 오류 [5]
1790정성태10/22/201421242오류 유형: 254. NETLOGON Service is paused on [... AD Server...]
1789정성태10/22/201425130오류 유형: 253. 이벤트 로그 - The client-side extension could not remove user policy settings for '...'
1788정성태10/22/201426432VC++: 82. COM 프로그래밍에서 HRESULT 타입의 S_FALSE는 실패일까요? 성공일까요? [2]
1787정성태10/22/201435208오류 유형: 252. COM 개체 등록시 0x8002801C 오류가 발생한다면?
1786정성태10/22/201436622디버깅 기술: 65. 프로세스 비정상 종료 시 "Debug Diagnostic Tool"를 이용해 덤프를 남기는 방법 [3]파일 다운로드1
1785정성태10/22/201425987오류 유형: 251. 이벤트 로그 - Load control template file /_controltemplates/TaxonomyPicker.ascx failed [1]
1784정성태10/22/201432820.NET Framework: 472. C/C++과 C# 사이의 메모리 할당/해제 방법파일 다운로드1
1783정성태10/21/201426793VC++: 81. 프로그래밍에서 borrowing의 개념
1782정성태10/21/201423822오류 유형: 250. 이벤트 로그 - Application Server job failed for service instance Microsoft.Office.Server.Search.Administration.SearchServiceInstance
1781정성태10/21/201424877디버깅 기술: 64. new/delete의 짝이 맞는 경우에도 메모리 누수가 발생한다면?
1780정성태10/15/201428481오류 유형: 249. The application-specific permission settings do not grant Local Activation permission for the COM Server application with CLSID
1779정성태10/15/201423617오류 유형: 248. Active Directory에서 OU가 지워지지 않는 경우
1778정성태10/10/201422045오류 유형: 247. The Netlogon service could not create server share C:\Windows\SYSVOL\sysvol\[도메인명]\SCRIPTS.
1777정성태10/10/201425029오류 유형: 246. The processing of Group Policy failed. Windows attempted to read the file \\[도메인]\sysvol\[도메인]\Policies\{...GUID...}\gpt.ini
1776정성태10/10/201421854오류 유형: 245. 이벤트 로그 - Name resolution for the name _ldap._tcp.dc._msdcs.[도메인명]. timed out after none of the configured DNS servers responded.
1775정성태10/9/201423432오류 유형: 244. Visual Studio 디버깅 (2) - Unable to break execution. This process is not currently executing the type of code that you selected to debug.
1774정성태10/9/201429889개발 환경 구성: 246. IIS 작업자 프로세스의 20분 자동 재생(Recycle)을 끄는 방법
1773정성태10/8/201433433.NET Framework: 471. 웹 브라우저로 다운로드가 되는 파일을 왜 C# 코드로 하면 안되는 걸까요? [1]
1772정성태10/3/201422297.NET Framework: 470. C# 3.0의 기본 인자(default parameter)가 .NET 1.1/2.0에서도 실행될까? [3]
... 121  122  123  124  125  126  127  128  129  130  131  132  133  [134]  135  ...