>>Daniel Westermann schrieb am 19.02.2016 um 11:53:
>>> if I'd need to implement/replace Oracle Text (ww.oracle.com/technetwork/testcontent/index-098492.html). >>>> What choices do I have in PostgreSQL (9.5+) ?
>Postgres also has a full text search (which I find much easier to use than Oracle's): > >http://www.postgresql.org/docs/current/static/textsearch.html
Yes, i have seen this. Can this be used to index and search binary documents, e.g. pdf ?
What we do is extract plain-text from PFD/Word etc. clientside in the application, and then index that in the database.