My approach would be to see how other lucene ports have handled this problem, and learn from their experience. There are ports to C#/.NET, perl, python, and C++, among others.
On 4/16/05, Mario Alejandro M. <[EMAIL PROTECTED]> wrote: > I'm porting Lucene to Delphi. And is going great, I only need to pass 10 > test case to get the indexing code... however I'm stuck with > StandarTokenizer and QueryParser, all the JavaCC generated code. > > Port it prove dificult, the code is machine generate, and I don't get it. I > can spend hours porting it voodo style! but that is not a productive way. > Also if this code is changed later then I need to recode it. > > So, how I can work on this? > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
