Re: [cx-oracle-users] [External] : Load binary file (eg. PDF, word, ...) into collection using SOD
Brought to you by:
atuining
From: Christopher J. <chr...@or...> - 2021-02-23 11:14:21
|
On 23/2/21 9:26 pm, Giuseppe Difalco wrote: > Hi all, > I want to kindly ask you if is possible to load binary file like PDF, doc, ... into a collection using SODA features. > If yes, please, can you provide an example?In addtion, is it possible to execute textual search on these binary files using SEARCH INDEX? > > Thanks in advance. > > Reagards. It's possible to store binary data. From [1]: Documents are generally JSON data but they can be any data at all (including video, images, sounds, or other binary content). If you open an issue on GitHub [2], I will tag the SODA expert who should be able to point you at the best metadata to use when creating your collection, and who can comment on searching. Please include the Oracle DB and Oracle Client library versions. Chris [1] https://cx-oracle.readthedocs.io/en/latest/user_guide/soda.html [2] https://github.com/oracle/python-cx_Oracle/issues -- https://twitter.com/ghrd |