Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for japanese_analyzer (0.17 sec)

  1. src/main/resources/fess_indices/_aws/fess/doc.json

              }
            }
          },
          {
            "lang_ja": {
              "match": "*_ja",
              "mapping": {
                "type": "text",
                "analyzer": "japanese_analyzer"
              }
            }
          },
          {
            "lang_ko": {
              "match": "*_ko",
              "mapping": {
                "type": "text",
                "analyzer": "korean_analyzer"
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Tue Aug 15 11:50:35 UTC 2023
    - 11.7K bytes
    - Viewed (0)
  2. src/main/resources/fess_indices/_cloud/fess/doc.json

              }
            }
          },
          {
            "lang_ja": {
              "match": "*_ja",
              "mapping": {
                "type": "text",
                "analyzer": "japanese_analyzer"
              }
            }
          },
          {
            "lang_ko": {
              "match": "*_ko",
              "mapping": {
                "type": "text",
                "analyzer": "korean_analyzer"
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Tue Aug 15 11:50:35 UTC 2023
    - 11.7K bytes
    - Viewed (0)
  3. src/main/resources/fess_indices/fess/doc.json

              }
            }
          },
          {
            "lang_ja": {
              "match": "*_ja",
              "mapping": {
                "type": "text",
                "analyzer": "japanese_analyzer"
              }
            }
          },
          {
            "lang_ko": {
              "match": "*_ko",
              "mapping": {
                "type": "text",
                "analyzer": "korean_analyzer"
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Tue Aug 15 11:50:35 UTC 2023
    - 11.8K bytes
    - Viewed (0)
  4. src/main/resources/fess_indices/fess.json

    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Aug 11 01:26:55 UTC 2022
    - 39.9K bytes
    - Viewed (0)
  5. src/main/resources/fess_indices/_aws/fess.json

    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Tue Mar 23 12:38:28 UTC 2021
    - 117.3K bytes
    - Viewed (0)
  6. src/main/resources/fess_indices/_cloud/fess.json

    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Sat Feb 27 09:26:16 UTC 2021
    - 117.3K bytes
    - Viewed (0)
  7. src/test/java/org/codelibs/opensearch/extension/kuromoji/index/analysis/JapaneseStopTokenFilterFactory.java

    import java.util.Map;
    import java.util.Set;
    
    import org.apache.lucene.analysis.CharArraySet;
    import org.apache.lucene.analysis.StopFilter;
    import org.apache.lucene.analysis.TokenStream;
    import org.apache.lucene.analysis.ja.JapaneseAnalyzer;
    import org.apache.lucene.search.suggest.analyzing.SuggestStopFilter;
    import org.opensearch.common.settings.Settings;
    import org.opensearch.env.Environment;
    import org.opensearch.index.IndexSettings;
    Registered: Fri Nov 08 09:08:12 UTC 2024
    - Last Modified: Thu Feb 22 01:36:54 UTC 2024
    - 2.4K bytes
    - Viewed (0)
  8. src/test/java/org/codelibs/opensearch/extension/kuromoji/index/analysis/KuromojiPartOfSpeechFilterFactory.java

    import java.util.HashSet;
    import java.util.List;
    import java.util.Set;
    
    import org.apache.lucene.analysis.TokenStream;
    import org.apache.lucene.analysis.ja.JapaneseAnalyzer;
    import org.apache.lucene.analysis.ja.JapanesePartOfSpeechStopFilter;
    import org.opensearch.common.settings.Settings;
    import org.opensearch.env.Environment;
    import org.opensearch.index.IndexSettings;
    Registered: Fri Nov 08 09:08:12 UTC 2024
    - Last Modified: Thu Feb 22 01:36:54 UTC 2024
    - 1.9K bytes
    - Viewed (0)
Back to top