Re: Splitting Words but retaining offsets

2011-11-30 Thread lboutros
I think this is what you are looking for : http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.PositionFilterFactory Ludovic. - Jouve France. -- View this message in context: http://lucene.472066.n3.nabble.com/Splitting-Words-but-retaining-offsets-tp3546104p3547977.html Sent

Splitting Words but retaining offsets

2011-11-29 Thread Geetu Ambwani
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