PDF documents not indexed by OracleText using auto-filter and format_column [message #463107] |
Tue, 29 June 2010 12:50 |
leon_buijsman
Messages: 13 Registered: March 2009 Location: Rotterdam
|
Junior Member |
|
|
We have created an Oracle index on a document table. The table contains docs of all different formats. For some reason PDFs are not indexed.
This is example of what we record:
ORACLETEXT INDEX
ctx_ddl.create_preference('WD_CAND_DOC_LOB_TEXT_FIL','AUTO_FILTER');
create index wd_cand_doc_lob_text
on wd_cand_doc_lob (doc_blob)
indextype is ctxsys.context
parameters('
format column ORACLETEXT_FMT
datastore WD_CAND_DOC_LOB_TEXT_DST
etc...
DOCUMENT LINE IN DB
452900 (HugeClob) (HUGEBLOB) 2/9/2010 11:03:58 am 22482 4/24/2010 12:38:00 pm 3145 1428383 CV BINARY
where BINARY is the value in the ORACLETEXT_FMT column.
Entering nothing into the ORACLETEXT_FMT column makes no difference. Word documents are indexed by the way.
DB/OS
Oracle10g running on Linux
Does anybody has any clue?
|
|
|
|
|
|
|
|
|