| entry | Entry to split. | 
| entrySeparators | List of separators that indicate split points. | 
IEnumerable<string> Returns list of tokens in lowercase.
Split an entry according to a specified list of separators.
See SearchUtils.SplitFileEntryComponents for more info.