Re: Replacement for Oracle Text

From: Daniel Westermann <daniel(dot)westermann(at)dbi-services(dot)com>
To: Thomas Kellerer <spam_eater(at)gmx(dot)net>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Replacement for Oracle Text
Date: 2016-02-19 11:41:49
Message-ID: 1732128918.173153.1455882109661.JavaMail.zimbra@dbi-services.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

>>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 ?

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Thomas Kellerer 2016-02-19 11:46:14 Re: Replacement for Oracle Text
Previous Message Thomas Kellerer 2016-02-19 11:24:25 Re: Replacement for Oracle Text