Re: Having some trouble running tests with custom codec

2015-10-12 Thread Sigbjørn Lund Olsen
riting your own > PostingsFormat... Writing your own codec is in most cases not needed... :-) > > Uwe > > - > Uwe Schindler > H.-H.-Meier-Allee 63, D-28213 Bremen > http://www.thetaphi.de > eMail: u...@thetaphi.de > > > > -Original Message- > >

Re: Having some trouble running tests with custom codec

2015-10-12 Thread Sigbjørn Lund Olsen
means - I assume - that there is some problem with HelloCodec not being loaded or recognized as a Codec. Sincerely, Sigbjørn Lund Olsen On 12 October 2015 at 14:07, Sigbjørn Lund Olsen < sigbjorn.lund.ol...@gmail.com> wrote: > Thank you very much for your help :) > > I am not to

Re: Having some trouble running tests with custom codec

2015-10-12 Thread Sigbjørn Lund Olsen
the right place to modify build.xml? As to fullfeaturedness: Shouldn't getName() get inherited from Codec (via FilterCodec), private string name getting set through calling super("Hello", new FilterCodec())? Regards, Sigbjørn Lund Olsen On 12 October 2015 at 09:12, Uwe Schindle

Having some trouble running tests with custom codec

2015-10-09 Thread Sigbjørn Lund Olsen
why? (Be adviced: I have also asked this question on StackOverflow: http://stackoverflow.com/questions/33039973/how-to-configure-lucene-to-use-a-custom-codec-from-external-jar ) Sincerely, Sigbjørn Lund Olsen