Hello Florian,

StandardTokenizer removes quite some punctuation characters and symbols,
WhitespaceTokenizer would be more useful if you want to keep symbols, but
it will also keep punctuation which you need to remove with another filter.

Use Solr's analysis GUI to test and develop your token filter chain, the
reindex and try again.

Regards,
Markus

Op do 15 dec. 2022 om 19:55 schreef Hansmann, Florian <
[email protected]>:

> Hey solr-team,
>
> how is it possible to search for special character like ° (degree), or >
> And < ?
> I use the StandardTokenizer for my _text_ field and text_general.
>
> The degree symbol is in the text field in solr, but when I search with
> *°*, I cant find that article?
> When I search with articlenumber, I find the article of course.
>
>
> Best regards
>
> Florian Hansmann
>
>

Reply via email to