You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Kayak28 <ka...@gmail.com> on 2020/02/06 06:41:24 UTC

the options of ManagedSynonym(Graph)Filter

Hello, Comunity Members:

I use Solr8.4.1 and the primary language of documents in the Solr is
Japanese.

I have a question about ManagedSynonymFilters.

Before that, let me introduce my story first.

I would like to use ManagedSynonymGraphFilter, and ManagedSynonymFilter,
for my synonym expansion.

In the reference guide, it does not seem to explain about a managed
resources, especially about available parameters.

For example, When we use SynonymFilter or SynonymGraphFilter, we have to
define TokenizerFactory to tokenize synonyms, and we often use
JapaneseTokenizers, and also we set Tokenizer mode, and expand true or not
and so on...

So, I suspect there are several parameters for ManagedSynonymsFilters,
other than on the reference guide below.

"synonymMappings":{
    "initArgs":{
      "ignoreCase":true,
      "format":"solr"},
    "initializedOn":"2014-12-16T22:44:05.33Z",
    "managedMap":{
      "GB":
        ["GiB",
         "Gigabyte"],
      "TV":
        ["Television"],
      "happy":
        ["glad",
         "joyful"]}}}


So, my question is,
 What are all of the available parameters for these
ManagedSynonyms(Graph)Filters?
(is it in the Reference Guide? but I am skipping?)

If my question is not clear enough, could you please let me know.

I appreciate any help.

Sincerely,
Kaya Ota