RE: Having some trouble running tests with custom codec

2015-10-12 Thread Uwe Schindler
Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: u...@thetaphi.de > -Original Message- > From: Sigbjørn Lund Olsen [mailto:sigbjorn.lund.ol...@gmail.com] > Sent: Monday, October 12, 2015 6:08 PM > To: java-user@lucene.apache.org &

Re: Having some trouble running tests with custom codec

2015-10-12 Thread Sigbjørn Lund Olsen
gt; > > > On 12 October 2015 at 09:12, Uwe Schindler wrote: > > > > > >> Hi, > > >> > > >> One debugging solution is to use the "-verbose" parameter in the ANT > > >> command line. Shortly before starting the test runner it prints the >

RE: Having some trouble running tests with custom codec

2015-10-12 Thread Uwe Schindler
> From: Sigbjørn Lund Olsen [mailto:sigbjorn.lund.ol...@gmail.com] > Sent: Monday, October 12, 2015 4:55 PM > To: java-user@lucene.apache.org > Subject: Re: Having some trouble running tests with custom codec > > Ok, found that core/build.xml was the place to edit. The jar is now

Re: Having some trouble running tests with custom codec

2015-10-12 Thread Sigbjørn Lund Olsen
>> classpath >> > is isolated from anything outside, especially ANT's classpath. >> > In addition, your codec must be a full-featured codec with own name, >> > returned by getName(). This name should not contain the String "Codec", >> > jus

Re: Having some trouble running tests with custom codec

2015-10-12 Thread Sigbjørn Lund Olsen
not contain the String "Codec", > > just the plain name (like "Lucene53", "Hello", "FooBar123"). This name > must > > be passed to "-Dtests.codec". > > > > Uwe > > > > - > > Uwe Schindler > > H.-H.-Meier-Allee 63,

RE: Having some trouble running tests with custom codec

2015-10-12 Thread Uwe Schindler
Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: u...@thetaphi.de > -Original Message- > From: Uwe Schindler [mailto:u...@thetaphi.de] > Sent: Monday, October 12, 2015 8:47 AM > To: java-user@lucene.apache.org > Subject: RE: Having some trouble r

RE: Having some trouble running tests with custom codec

2015-10-11 Thread Uwe Schindler
:sigbjorn.lund.ol...@gmail.com] > Sent: Friday, October 09, 2015 4:08 PM > To: java-user@lucene.apache.org > Subject: Having some trouble running tests with custom codec > > As part of my master's thesis I am planning on implementing a custom > Lucene codec for compression experiments.

Re: Having some trouble running tests with custom codec

2015-10-11 Thread Duke DAI
How about add line feed for the single line? It seems I have the impression that line feed is required. Best regards, Duke If not now, when? If not me, who? On Fri, Oct 9, 2015 at 10:07 PM, Sigbjørn Lund Olsen < sigbjorn.lund.ol...@gmail.com> wrote: > As part of my master's thesis I am planning

Having some trouble running tests with custom codec

2015-10-09 Thread Sigbjørn Lund Olsen
As part of my master's thesis I am planning on implementing a custom Lucene codec for compression experiments. To get started with my prototype, I've tried following the instructions here (but using the more recent Lucene 5.3.1): http://opensourceconnections.com/blog/2013/06/05/build-your-own-luc