sql2005 fulltext PDF 검색 정보
HTML sql2005 fulltext PDF 검색본문
예전의 2000 의 fulltext search 는 ms 제품군 즉 엑셀이나 워드 html CSV txt 등만 되었다
그러나 이제는 놀라운 일이 일어났습니다. pdf 도 검색할 수 있습니다.
select * from sys.fulltext_document_types -- where document_type like '%p%'
위와 같은 명령어로 검색해 보면 full text 의 모든 type 을 검색해 볼 수 있다
또한 adobe 의 ifilter 를 깔면
그냥 adobe 사이트 가서 다운 받아서 설치 후
exec sp_fulltext_service 'load_os_resources', 1;
exec sp_fulltext_service 'verify_signature', 0;
위 명령을 수행 후
sql server 를 restart 하고 난 후
select * from sys.fulltext_document_types where document_type like '%pdf%'
라고 검색해 보면
.pdf 4C904448-74A9-11D0-AF6E-00C04FD8DC02 C:\Program Files\Adobe\PDF IFilter 6.0
\PDFFILT.dll 6.0.0.0 Adobe Systems Incorporated
헉~ 이 놀라운 것.....
fulltext 검색 엔진으로 pdf 도 검색 할 수 있다.
관련문서
http://www.adobe.com/support/downloads/thankyou.jsp?ftpID=2611&fileID=2457
http://www.simple-talk.com/sql/learn-sql-server/sql-server-full-text-search-language-features/<div class='small'>[이 게시물은 관리자님에 의해 2011-10-31 17:27:00 MySQL에서 이동 됨]</div>
그러나 이제는 놀라운 일이 일어났습니다. pdf 도 검색할 수 있습니다.
select * from sys.fulltext_document_types -- where document_type like '%p%'
위와 같은 명령어로 검색해 보면 full text 의 모든 type 을 검색해 볼 수 있다
또한 adobe 의 ifilter 를 깔면
그냥 adobe 사이트 가서 다운 받아서 설치 후
exec sp_fulltext_service 'load_os_resources', 1;
exec sp_fulltext_service 'verify_signature', 0;
위 명령을 수행 후
sql server 를 restart 하고 난 후
select * from sys.fulltext_document_types where document_type like '%pdf%'
라고 검색해 보면
.pdf 4C904448-74A9-11D0-AF6E-00C04FD8DC02 C:\Program Files\Adobe\PDF IFilter 6.0
\PDFFILT.dll 6.0.0.0 Adobe Systems Incorporated
헉~ 이 놀라운 것.....
fulltext 검색 엔진으로 pdf 도 검색 할 수 있다.
관련문서
http://www.adobe.com/support/downloads/thankyou.jsp?ftpID=2611&fileID=2457
http://www.simple-talk.com/sql/learn-sql-server/sql-server-full-text-search-language-features/<div class='small'>[이 게시물은 관리자님에 의해 2011-10-31 17:27:00 MySQL에서 이동 됨]</div>
추천
0
0
댓글 0개