Author Topic: PDF Indexer with separate index data  (Read 2072 times)

Norbert Novotny

  • Jr. Member
  • **
  • Posts: 46
    • View Profile
PDF Indexer with separate index data
« on: June 20, 2017, 12:46:13 PM »
Hi guys,
I have PDFs previously intended to be loaded by using Generic indexer (.IND) The PDF files do not contain PPDs.

However, I would like to use resource separation, in order to increase compression ratio, to do so I (guess) have to use the PDF Indexer.

Can you advise how to merge or instruct PDF Indexer to use the index data from .IND?

Note: I was looking into arspdoci tool, however 'm not sure if this is the right way (only way or no way) to go about.

Thx a lot
Norbert Novotny
Legal archiving - Swisscom AG

Mobile:  +41-On-request

Dev: #SQL, #Perl, #Java, #C

Interests: #CMOD, #Multiplatforms, #DB2, #Oracle, #TSM, #ERM, #Performance

RHPharr

  • Jr. Member
  • **
  • Posts: 12
    • View Profile
Re: PDF Indexer with separate index data
« Reply #1 on: June 22, 2017, 10:31:24 AM »
Ditto

Greg Ira

  • Full Member
  • ***
  • Posts: 240
    • View Profile
Re: PDF Indexer with separate index data
« Reply #2 on: June 22, 2017, 12:57:07 PM »
Since you'll probably be using the RESTYPE parameter you would have to convert your indexing in the .IND file to the non-generic format:
TRIGGER1=
FIELD1=
FIELD2=
INDEX1=
INDEX2=

I've haven't set it up myself but you probably could use ARSPDOCI with a parm file in an almost similar manner as you use the generic loader with the .ind file.