Combine multiple text search configuration

From: hmidi slim <hmidi(dot)slim2(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Combine multiple text search configuration
Date: 2017-11-06 08:17:25
Message-ID: CAMsqVxsSy444Lj9oTiva6d62cWCWc+cYt-Uj7M6SpgC0KQUKHw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,
I want to know if I can combine multiple text search configurations when I
tried to use FTS.
Is there any options like this:
*to_tsvector(['english', 'french'], document)*

Trying to create a new text configuration:
*Create text search configuration test (copy=simple)*
*Alter text search configuration test*
*add mapping for asciiword with english_stem,french_stem*

This query doesn't work. How can I combine multiple text search
configurations if I need more than one into my query to search a word?

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Luca Ferrari 2017-11-06 09:36:06 xmin increasing within a transaction block?
Previous Message tao tony 2017-11-06 01:11:35 Re: checkpoint and recovering process use too much memory