Re: Replacement for Oracle Text

From: Andreas Joseph Krogh <andreas(at)visena(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Replacement for Oracle Text
Date: 2016-02-19 11:48:50
Message-ID: VisenaEmail.5.8f5d64f00e8d651c.152f95ba188@tc7-visena
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

På fredag 19. februar 2016 kl. 12:41:49, skrev Daniel Westermann <
daniel(dot)westermann(at)dbi-services(dot)com <mailto:daniel(dot)westermann(at)dbi-services(dot)com>>:
>>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.
Works very well.
 
-- Andreas Joseph Krogh
CTO / Partner - Visena AS
Mobile: +47 909 56 963
andreas(at)visena(dot)com <mailto:andreas(at)visena(dot)com>
www.visena.com <https://www.visena.com>
<https://www.visena.com>

 

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Maxim Boguk 2016-02-19 11:49:03 How to analyze locking issues of the startup process on hot standby replica?
Previous Message Thomas Kellerer 2016-02-19 11:46:14 Re: Replacement for Oracle Text