RE: Antw: Re: Correct order of mappinCharFilter, Tokenizer and GermanStemFilter

2019-07-19 Thread Doris Peter
src/java/org/apache/lucene/analysis/de/GermanStemmer.java#L164 [2] https://github.com/apache/lucene-solr/blob/master/lucene/analysis/common/src/java/org/apache/lucene/analysis/de/GermanNormalizationFilter.java#L31 -Original Message- From: Doris Peter Sent: Freitag, 19. Juli 2019 11:13 To

Antw: Re: Correct order of mappinCharFilter, Tokenizer and GermanStemFilter

2019-07-19 Thread Doris Peter
quot; There seems to be nothing like this mapping file in the ICUFoldingFilter? Exclusion is not enough >>> Shawn Heisey 7/18/2019 3:08 PM >>> On 7/18/2019 3:01 AM, Doris Peter wrote: > So, the mappingCharFilter seems to be executed at first, no matter which > pos

Correct order of mappinCharFilter, Tokenizer and GermanStemFilter

2019-07-18 Thread Doris Peter
Hi, another problem with the stemming: Most of our texts are in German, so we use the GermanStemFilterFactory. But we also use MappingCharFilterFactory where we map for example ä->ae. But of course we want the stemming to turn for example 'häuser' into 'haus', which the GermanStemFilterFactor

Problems with StemFilter and Wildcards

2019-07-18 Thread Doris Peter
Hi, we have got some problems with the stemming of our ocr-texts: We use the following configuration for our full-text-ocr field: Now it seems, the StemFilter and wildcard queries don't work together. When I search for

Antw: Re: Behaviour of punctuation marks in phrase queries

2019-05-17 Thread Doris Peter
after it in the index config 2> It is usually unnecessary to have the exact same parameters at both query and index time for WDGFF. If you’ve split parts up at index time then mashed them all back together, you can usually only split them up at query time. 3> try adding &debug=query to

Behaviour of punctuation marks in phrase queries

2019-05-17 Thread Doris Peter
other non-word characters, like ' or , for example. The strange thing about it is, that the Solr Analysis-Tool reports a match for the first version, but when we send a Solr Query, we get no result Documents. Has anyone got an idea, what this could be? Thank you very much in advance, Doris Peter