Hey, thanks. Yeah i found a way.. I sued for these files my on fieldtype. In these I'm using the WhitespaceTokenizerFactory for query an index.. and now everything is like it should be..
:-) Thanks David -----Ursprüngliche Nachricht----- Von: Shawn Heisey [mailto:[email protected]] Gesendet: Freitag, 4. August 2017 14:53 An: [email protected] Betreff: Re: AW: plus sign in request / looking for + in title On 8/4/2017 2:15 AM, [email protected] wrote: > So how can I prevent e.g. the ST (standartTokenizer) to remove the plus sign? > An suggestions? You can't. The standard tokenizer really isn't configurable at all. You'd need to change your analysis chain (tokenizer and filters) to produce the results you want. Thanks, Shawn
