Hi,

I found how to add PhoneticSearch to my field definition.
Well, that is ok. But how can I configure this one?
For example if I search for "Testkudne" that a document is found that has
the value "Testkunde" or if I search for "Andre" that "André“ is found, too?
The following is my definition that is used for index and query:




* <dynamicField name="*_txt_de" type="text_de"  indexed="true"
 stored="true"/>    <fieldType name="text_de" class="solr.TextField"
positionIncrementGap="100">      <analyzer>*
<tokenizer class="solr.StandardTokenizerFactory"/>
        <filter class="solr.LowerCaseFilterFactory"/>
        <filter class="solr.StopFilterFactory" ignoreCase="true"
words="lang/stopwords_de.txt" format="snowball" />
        <filter class="solr.GermanNormalizationFilterFactory"/>

*<filter class="solr.BeiderMorseFilterFactory" nameType="GENERIC"
ruleType="APPROX" concat="true" languageSet="auto" />*

Christian

Reply via email to