Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 68 for languages (0.06 sec)

  1. src/main/resources/fess_config.properties

    # Sorts for inner hits in collapse queries.
    query.collapse.inner.hits.sorts=
    # Default languages for queries.
    query.default.languages=
    # Default preference for JSON queries.
    query.json.default.preference=_query
    # Default preference for GSA queries.
    query.gsa.default.preference=_query
    # Language mapping for queries.
    query.language.mapping=\
    ar=ar\n\
    bg=bg\n\
    bn=bn\n\
    ca=ca\n\
    ckb-iq=ckb-iq\n\
    ckb_IQ=ckb-iq\n\
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 05 14:45:37 UTC 2025
    - 54.7K bytes
    - Viewed (0)
  2. src/main/resources/suggest_indices/_aws/suggest_analyzer.json

            "type":       "stemmer",
            "language":   "arabic"
          },
          "bulgarian_stop": {
            "type":       "stop",
            "stopwords":  "_bulgarian_"
          },
          "bulgarian_keywords": {
            "type":       "keyword_marker",
            "keywords":   ["Добър ден"]
          },
          "bulgarian_stemmer": {
            "type":       "stemmer",
            "language":   "bulgarian"
          },
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Wed Mar 24 12:55:37 UTC 2021
    - 57.4K bytes
    - Viewed (0)
  3. src/main/resources/suggest_indices/suggest_analyzer.json

            "type":       "stemmer",
            "language":   "arabic"
          },
          "bulgarian_stop": {
            "type":       "stop",
            "stopwords":  "_bulgarian_"
          },
          "bulgarian_keywords": {
            "type":       "keyword_marker",
            "keywords":   ["Добър ден"]
          },
          "bulgarian_stemmer": {
            "type":       "stemmer",
            "language":   "bulgarian"
          },
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu May 23 05:09:51 UTC 2019
    - 57.7K bytes
    - Viewed (0)
  4. src/main/resources/suggest_indices/_cloud/suggest_analyzer.json

            "type":       "stemmer",
            "language":   "arabic"
          },
          "bulgarian_stop": {
            "type":       "stop",
            "stopwords":  "_bulgarian_"
          },
          "bulgarian_keywords": {
            "type":       "keyword_marker",
            "keywords":   ["Добър ден"]
          },
          "bulgarian_stemmer": {
            "type":       "stemmer",
            "language":   "bulgarian"
          },
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Feb 27 09:26:16 UTC 2021
    - 57.4K bytes
    - Viewed (1)
  5. src/main/java/org/codelibs/fess/helper/ViewHelper.java

                return path;
            }
    
            return "index.jsp";
        }
    
        /**
         * Constructs a localized page path with language and country.
         *
         * @param page the page name
         * @param lang the language code
         * @param country the country code
         * @return the localized page path
         */
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 52.4K bytes
    - Viewed (0)
  6. src/main/java/org/codelibs/fess/mylasta/direction/FessProp.java

                final String language = locale.getLanguage();
                final String country = locale.getCountry();
                if (StringUtil.isNotBlank(language)) {
                    if (StringUtil.isNotBlank(country)) {
                        return language.toLowerCase(Locale.ROOT) + "-" + country.toLowerCase(Locale.ROOT);
                    }
                    return language.toLowerCase(Locale.ROOT);
                }
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 86.5K bytes
    - Viewed (0)
  7. src/main/java/org/codelibs/fess/crawler/transformer/FessXpathTransformer.java

        }
    
        /**
         * Gets the XPath expression for extracting language information.
         *
         * @param fessConfig the Fess configuration
         * @param xpathConfigMap the XPath configuration map
         * @return the XPath expression for language extraction
         */
        protected String getLangXpath(final FessConfig fessConfig, final Map<String, String> xpathConfigMap) {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 54.4K bytes
    - Viewed (0)
  8. src/main/java/org/codelibs/fess/opensearch/config/cbean/ca/bs/BsRoleTypeCA.java

     * distributed under the License is distributed on an "AS IS" BASIS,
     * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
     * either express or implied. See the License for the specific language
     * governing permissions and limitations under the License.
     */
    package org.codelibs.fess.opensearch.config.cbean.ca.bs;
    
    import org.codelibs.fess.opensearch.config.allcommon.EsAbstractConditionAggregation;
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Mar 15 06:53:53 UTC 2025
    - 49K bytes
    - Viewed (0)
  9. src/main/java/org/codelibs/fess/opensearch/config/cbean/ca/bs/BsBoostDocumentRuleCA.java

     * distributed under the License is distributed on an "AS IS" BASIS,
     * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
     * either express or implied. See the License for the specific language
     * governing permissions and limitations under the License.
     */
    package org.codelibs.fess.opensearch.config.cbean.ca.bs;
    
    import org.codelibs.fess.opensearch.config.allcommon.EsAbstractConditionAggregation;
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Mar 15 06:53:53 UTC 2025
    - 50.6K bytes
    - Viewed (0)
  10. src/main/java/org/codelibs/fess/opensearch/config/cbean/ca/bs/BsDuplicateHostCA.java

     * distributed under the License is distributed on an "AS IS" BASIS,
     * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
     * either express or implied. See the License for the specific language
     * governing permissions and limitations under the License.
     */
    package org.codelibs.fess.opensearch.config.cbean.ca.bs;
    
    import org.codelibs.fess.opensearch.config.allcommon.EsAbstractConditionAggregation;
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Mar 15 06:53:53 UTC 2025
    - 50.7K bytes
    - Viewed (0)
Back to top