Design custom analyzer with custom tokenizers

Hi,

I want to design a custom analyzer which will not split the text on white spaces and will not lowercase all the tokens. Can anyone please help me out on this!

Try this or the other Tokenizers and Analyzers

https://www.elastic.co/guide/en/elasticsearch/reference/current/analysis-pattern-tokenizer.html

Hi ,

Try keyword analyzer.