Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for lang_it (0.33 sec)

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

            "lang_id": {
              "match": "*_id",
              "mapping": {
                "type": "text",
                "analyzer": "indonesian_analyzer"
              }
            }
          },
          {
            "lang_it": {
              "match": "*_it",
              "mapping": {
                "type": "text",
                "analyzer": "italian_analyzer"
              }
            }
          },
          {
            "lang_ja": {
    Json
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Tue Aug 15 11:50:35 GMT 2023
    - 11.7K bytes
    - Viewed (0)
  2. src/main/resources/fess_indices/_cloud/fess/doc.json

            "lang_id": {
              "match": "*_id",
              "mapping": {
                "type": "text",
                "analyzer": "indonesian_analyzer"
              }
            }
          },
          {
            "lang_it": {
              "match": "*_it",
              "mapping": {
                "type": "text",
                "analyzer": "italian_analyzer"
              }
            }
          },
          {
            "lang_ja": {
    Json
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Tue Aug 15 11:50:35 GMT 2023
    - 11.7K bytes
    - Viewed (0)
  3. src/main/resources/fess_indices/fess/doc.json

            "lang_id": {
              "match": "*_id",
              "mapping": {
                "type": "text",
                "analyzer": "indonesian_analyzer"
              }
            }
          },
          {
            "lang_it": {
              "match": "*_it",
              "mapping": {
                "type": "text",
                "analyzer": "italian_analyzer"
              }
            }
          },
          {
            "lang_ja": {
    Json
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Tue Aug 15 11:50:35 GMT 2023
    - 11.8K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/helper/SearchHelper.java

                                langSet.add(normalizeLang);
                            }
                        }
                    }
                }
                if (langSet.size() > 1 && langSet.contains(Constants.ALL_LANGUAGES)) {
                    return new String[] { Constants.ALL_LANGUAGES };
                }
                langSet.remove(Constants.ALL_LANGUAGES);
                return langSet.toArray(new String[langSet.size()]);
            }
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 16.8K bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/fess/app/web/search/SearchAction.java

                        if (normalizeLang != null) {
                            langSet.add(normalizeLang);
                        }
                    }
                }
                if (!langSet.isEmpty()) {
                    for (final String lang : langSet) {
                        pagingQueryList.add("&lang=" + LaFunctions.u(lang));
                    }
                }
            }
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 12.3K bytes
    - Viewed (0)
  6. android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

                        Advice from a Caterpillar
    
    
      The Caterpillar and Alice looked at each other for some time in
    silence:  at last the Caterpillar took the hookah out of its
    mouth, and addressed her in a languid, sleepy voice.
    
      `Who are YOU?' said the Caterpillar.
    
      This was not an encouraging opening for a conversation.  Alice
    replied, rather shyly, `I--I hardly know, sir, just at present--
    Plain Text
    - Registered: Fri May 03 12:43:13 GMT 2024
    - Last Modified: Fri Apr 21 02:27:51 GMT 2017
    - 145.2K bytes
    - Viewed (0)
  7. guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

                        Advice from a Caterpillar
    
    
      The Caterpillar and Alice looked at each other for some time in
    silence:  at last the Caterpillar took the hookah out of its
    mouth, and addressed her in a languid, sleepy voice.
    
      `Who are YOU?' said the Caterpillar.
    
      This was not an encouraging opening for a conversation.  Alice
    replied, rather shyly, `I--I hardly know, sir, just at present--
    Plain Text
    - Registered: Fri Apr 12 12:43:09 GMT 2024
    - Last Modified: Mon Oct 29 21:35:03 GMT 2012
    - 145.2K bytes
    - Viewed (0)
Back to top