This is an *extremely* useful page for figuring out what various tokenizers/filters are doing. The javadocs for the classes referenced can also provide some additional details....
http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters Erick On Sun, Jan 3, 2010 at 11:26 AM, Bernd Brod <bernd.b...@gmail.com> wrote: > 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 >