You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Christopher Spooner <ch...@gmail.com> on 2019/06/26 16:53:43 UTC

Postgres Large Object Facility

I am using SOLR 7.7.2  and trying to index binary data that is stored in
postgresql's large object feature (OID type / lo module) and not directly
in the database.  Is this possible?  If so are there any examples of others
configuring SOLR in this way?

Attached are my db-data-config and managed-schema files for reference.
This same file works against an oracle database with the same data.