orange_profile-2.0.x-dev/config/install/search_api_solr.solr_field_type.text_phonetic_und_7_0_0.yml
config/install/search_api_solr.solr_field_type.text_phonetic_und_7_0_0.yml
langcode: en
status: true
dependencies: { }
id: text_phonetic_und_7_0_0
label: 'Fulltext Phonetic'
minimum_solr_version: 7.0.0
custom_code: phonetic
field_type_language_code: und
domains: { }
field_type:
name: text_phonetic_und
class: solr.TextField
positionIncrementGap: 100
analyzers:
-
type: index
tokenizer:
class: solr.WhitespaceTokenizerFactory
filters:
-
class: solr.StopFilterFactory
ignoreCase: true
words: stopwords_phonetic_und.txt
-
class: solr.WordDelimiterGraphFilterFactory
catenateNumbers: 1
generateNumberParts: 1
protected: protwords_phonetic_und.txt
splitOnCaseChange: 0
generateWordParts: 1
preserveOriginal: 1
catenateAll: 0
catenateWords: 1
-
class: solr.LengthFilterFactory
min: 2
max: 100
-
class: solr.LowerCaseFilterFactory
-
class: solr.BeiderMorseFilterFactory
languageSet: auto
nameType: GENERIC
ruleType: APPROX
concat: true
-
class: solr.RemoveDuplicatesTokenFilterFactory
-
type: query
tokenizer:
class: solr.WhitespaceTokenizerFactory
filters:
-
class: solr.StopFilterFactory
ignoreCase: true
words: stopwords_phonetic_und.txt
-
class: solr.WordDelimiterGraphFilterFactory
catenateNumbers: 0
generateNumberParts: 1
protected: protwords_phonetic_und.txt
splitOnCaseChange: 0
generateWordParts: 1
preserveOriginal: 1
catenateAll: 0
catenateWords: 0
-
class: solr.LengthFilterFactory
min: 2
max: 100
-
class: solr.LowerCaseFilterFactory
-
class: solr.BeiderMorseFilterFactory
languageSet: auto
nameType: GENERIC
ruleType: APPROX
concat: true
-
class: solr.RemoveDuplicatesTokenFilterFactory
unstemmed_field_type: null
spellcheck_field_type: null
collated_field_type: null
solr_configs: { }
text_files:
stopwords: "a\nan\nand\nare\nas\nat\nbe\nbut\nby\nfor\nif\nin\ninto\nis\nit\nno\nnot\nof\non\nor\ns\nsuch\nt\nthat\nthe\ntheir\nthen\nthere\nthese\nthey\nthis\nto\nwas\nwill\nwith\n"
protwords: ''
