Changes to default tokenizer / analyzer in 2.x?

We're upgrading from 1.x to 2.x and confused about possible changes in default behavior around the analyzer / tokenizer.

We index an object with a string field whose value contains a "." in it, for example, "123.abc".

In 1.x, we were able to treat that "." as a normal character, for example, searching for items whose field is an exact match on "123.abc" would work as expected. In 2.x, the same query returns no results. However, searching for "123" will return the item. How do we restore the behavior to what was happening in 1.x? Thanks!

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.