Does solr include the functionality to split words but give the same offsets to both words. So for instance if I have a word like "pop-dop", and I split on "-", I get two words "pop" and "dop" but both have offsets start and end 0,3 instead of 0,2 followed by (4,6) Thanks ! Geetu
- Splitting Words but retaining offsets Geetu Ambwani