How to index embedded documents [message #214269] |
Mon, 15 January 2007 10:54 |
lllampe
Messages: 1 Registered: January 2007 Location: Bend, OR
|
Junior Member |
|
|
I have a context index on a BLOB that contains embedded documents (DOC, PDF) in encoded base64 wrapped within XML. I need to be able to extract these docs, decode them, and have them indexed within the same text index. Using a nested_datastore is not an option to store the extracted decoded docs (due to increase in overall blob size.) A user_datastore or policy_filter only operates on 1 blob for the row, so I can't see any way to recursively pass multiple blobs (these cannot be concatenated together) to the index. Any suggestions? Thanks.
|
|
|