Represents a Searcher which uses CharSequence.indexOf to find expected objects.
Searches in the given searchIn for the given searchFor, using its toString implementation, and returns the number of occurrences.