Hi Folks,

I have created a custom charFilter for use in Solr which does everything I need 
it to with one exception - it kills Solr when highlighting is used.

I am modifying the input with the following:

public myCharFilter (ChearStream input) {
super(input);

...

CharStream result = CharReader.get(new StringReader(modified));
this.input = result

}

Is there any way of modifying the input offset to that it doesn't throw the 
error?

Thanks,

Luke

Reply via email to