Question about synonym wordNet

Hi all,
I want to use the synonym filter, with the use of WorldNet, but I have not
found the correct file to dowload it from WorldNet site that contains
different WorldNet synonym, if someone has an idea ?

{
"filter" : {
"synonym" : {
"type" : "synonym",
"format" : "wordnet",
"synonyms_path" : path of synonym file downloaded from worldnet site
]
}
}
}

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

The process of creating a suitable wordnet xml file is described here

It's documented for Solr but the file created should be equivalent to
the file required by ES "synonyms_path"

Jörg

Am 19.03.13 10:39, schrieb Ammar Yahia:

Hi all,
I want to use the synonym filter, with the use of WorldNet, but I have
not found the correct file to dowload it from WorldNet site that
contains different WorldNet synonym, if someone has an idea ?
{
"filter" : {
"synonym" : {
"type" : "synonym",
"format" : "wordnet",
"synonyms_path" : path of synonym file downloaded from worldnet site
]
}
}
}

You received this message because you are subscribed to the Google
Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send
an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.