Hello, when searching for a string: "asdf5qwerty" solr will tokenize it to: "asdf", "5", "qwerty" and display documents matching either string.
How can i stop this behaviour and make it just search for plain "asdf5qwerty"? thanks in advance. Bernd
Hello, when searching for a string: "asdf5qwerty" solr will tokenize it to: "asdf", "5", "qwerty" and display documents matching either string.
How can i stop this behaviour and make it just search for plain "asdf5qwerty"? thanks in advance. Bernd