|
From: Kouhei S. <ko...@cl...> - 2016-09-08 15:01:52
|
Hi, In <201...@we...> "[groonga-talk:337] Re: Spanish tokens" on Thu, 08 Sep 2016 10:56:47 -0300, Gustavo Courault <gco...@un...> wrote: > I just installed the groonga-normalizer-mysql. > > But when I want make the index, I obtain; > > CREATE INDEX pgroonga_content_index ON datos_catalogo USING > pgroonga(valor) with (tokenizer='NormalizerMySQLUnicode520CI'); > ERROR: pgroonga: nonexistent tokenizer: <NormalizerMySQLUnicode520CI> > > Perhaps I need reconstruct the postgres extension? Ah, sorry. I had a typo. WITH (normalizer='NormalizerMySQLUnicode520CI') is correct. "tokenizer" is wrong. http://pgroonga.github.io/reference/create-index-using-pgroonga.html#custom-normalizer Thanks, -- kou |