Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for russian_stop (0.16 sec)

  1. src/main/resources/fess_indices/fess/ru/stopwords.txt

    # https://github.com/apache/lucene-solr/blob/master/lucene/analysis/common/src/resources/org/apache/lucene/analysis/snowball/russian_stop.txt
    и
    в
    во
    не
    что
    он
    на
    я
    с
    со
    как
    а
    то
    все
    она
    так
    его
    но
    да
    ты
    к
    у
    же
    вы
    за
    бы
    по
    только
    ее
    мне
    было
    вот
    от
    меня
    еще
    нет
    о
    из
    ему
    теперь
    когда
    даже
    ну
    вдруг
    ли
    если
    уже
    или
    Plain Text
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Mon Nov 27 12:59:36 GMT 2023
    - 1.5K bytes
    - Viewed (0)
  2. src/main/resources/fess_indices/fess.json

              "language":   "romanian"
            },
            "romanian_override": {
              "type":       "stemmer_override",
              "rules_path": "${fess.dictionary.path}ro/stemmer_override.txt"
            },
            "russian_stop": {
              "type":       "stop",
              "stopwords_path": "${fess.dictionary.path}ru/stopwords.txt"
            },
            "russian_keywords": {
              "type":       "keyword_marker",
    Json
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Aug 11 01:26:55 GMT 2022
    - 39.9K bytes
    - Viewed (2)
Back to top