BrazilianStemFilter?

Hi,

How can i use BrazilianStemFilter ??

--
Gustavo Maia

Is this what you need?

Regards,
Peter.

On 2 Dez., 21:04, Gustavo Maia gustavobbm...@gmail.com wrote:

Hi,

How can i use BrazilianStemFilter ??

--
Gustavo Maia

Thanks.... I will try use Language Analyzers.
Because the stemmer-tokenfilter don't have brazilian language.

2011/12/2 Karussell tableyourtime@googlemail.com:

Is this what you need?

Elasticsearch Platform — Find real-time answers at scale | Elastic
Elasticsearch Platform — Find real-time answers at scale | Elastic

Regards,
Peter.

On 2 Dez., 21:04, Gustavo Maia gustavobbm...@gmail.com wrote:

Hi,

How can i use BrazilianStemFilter ??

--
Gustavo Maia

--
Gustavo Maia

Sorry, i need you only stemmerFilter because i use whitespace analyzer.
And i need combine whitespace analyzer with BrazilianStemmerFilter,
could i do it ?

2011/12/2 Gustavo Maia gustavobbmaia@gmail.com:

Thanks.... I will try use Language Analyzers.
Because the stemmer-tokenfilter don't have brazilian language.

2011/12/2 Karussell tableyourtime@googlemail.com:

Is this what you need?

Elasticsearch Platform — Find real-time answers at scale | Elastic
Elasticsearch Platform — Find real-time answers at scale | Elastic

Regards,
Peter.

On 2 Dez., 21:04, Gustavo Maia gustavobbm...@gmail.com wrote:

Hi,

How can i use BrazilianStemFilter ??

--
Gustavo Maia

--
Gustavo Maia

--
Gustavo Maia

You could use it in the configuration file like I did here and combine
it like you want:

Peter.

On 3 Dez., 01:38, Gustavo Maia gustavobbm...@gmail.com wrote:

Sorry, i need you only stemmerFilter because i use whitespace analyzer.
And i need combine whitespace analyzer with BrazilianStemmerFilter,
could i do it ?

2011/12/2 Gustavo Maia gustavobbm...@gmail.com:

Thanks.... I will try use Language Analyzers.
Because the stemmer-tokenfilter don't have brazilian language.

2011/12/2 Karussell tableyourt...@googlemail.com:

Is this what you need?

Elasticsearch Platform — Find real-time answers at scale | Elastic...
Elasticsearch Platform — Find real-time answers at scale | Elastic...

Regards,
Peter.

On 2 Dez., 21:04, Gustavo Maia gustavobbm...@gmail.com wrote:

Hi,

How can i use BrazilianStemFilter ??

--
Gustavo Maia

--
Gustavo Maia

--
Gustavo Maia

Something like this should work

...
"analyzer" : {
"analyzer" : {
"tokenizer" : "whitespace",
"filter" : ["brazilian_stem"]
}

wel;, thanks..... i will try it.

if it's work i tell you.

2011/12/4 Karussell tableyourtime@googlemail.com:

Something like this should work

...
"analyzer" : {
"analyzer" : {
"tokenizer" : "whitespace",
"filter" : ["brazilian_stem"]
}

--
Gustavo Maia