Re: lucene API

2005-08-18 Thread Erik Hatcher
On Aug 18, 2005, at 1:09 PM, Maros Ivanco wrote: To: java-dev@lucene.apache.org From: Erik Hatcher <[EMAIL PROTECTED]> Date: 18.08.2005 3:45 Subject: Re: lucene API When I first started digging into the Lucene codebase, I felt similarly - the coding convention rule breaking drove m

Re: lucene API

2005-08-18 Thread Maros Ivanco
-Erik Hatcher <[EMAIL PROTECTED]> wrote: - >To: java-dev@lucene.apache.org >From: Erik Hatcher <[EMAIL PROTECTED]> >Date: 18.08.2005 3:45 >Subject: Re: lucene API > >When I first started digging into the Lucene codebase, I felt >similarly - the coding

RE: lucene API

2005-08-18 Thread Robert Engels
ce APIs use a far simpler "consumer" interface. Robert Engels -Original Message- From: Maros Ivanco [mailto:[EMAIL PROTECTED] Sent: Thursday, August 18, 2005 11:40 AM To: java-dev@lucene.apache.org Subject: RE: lucene API -"Robert Engels" <[EMAIL PROTECTED]>

Re: lucene API

2005-08-18 Thread Maros Ivanco
factories following desing patters, extract interfaces and so on. Maros. -Daniel Naber <[EMAIL PROTECTED]> wrote: - >To: java-dev@lucene.apache.org >From: Daniel Naber <[EMAIL PROTECTED]> >Date: 17.08.2005 20:32 >Subject: Re: lucene API > >On Wednesday 17 August

RE: lucene API

2005-08-18 Thread Maros Ivanco
-"Robert Engels" <[EMAIL PROTECTED]> wrote: - >To: >From: "Robert Engels" <[EMAIL PROTECTED]> >Date: 17.08.2005 16:20 >Subject: RE: lucene API > >I think you should leave the API as is, and write a custom XML writer >for >luc

Re: lucene API

2005-08-17 Thread Erik Hatcher
Lucene web service project? Would using that rather than creating your own solution be reasonable? Erik On Aug 17, 2005, at 9:26 AM, Maros Ivanco wrote: Hi there, I am creating a search solution based on Lucene. A part of the solution is Lucene web service. Even though the Lucen

Re: lucene API

2005-08-17 Thread Daniel Naber
On Wednesday 17 August 2005 15:26, Maros Ivanco wrote: > I would personally prefer the third one, but only if the changes will > make it to the official release. Whether a patch is accepted can obviously only be decided when we see the patch, so no promises can be made. Regards Daniel -- htt

RE: lucene API

2005-08-17 Thread Robert Engels
API Hi there, I am creating a search solution based on Lucene. A part of the solution is Lucene web service. Even though the Lucene API is very straitforward to use on a local machine, I found creation of Lucene WS to be extremely difficult. The problem causes the API, which very

lucene API

2005-08-17 Thread Maros Ivanco
Hi there, I am creating a search solution based on Lucene. A part of the solution is Lucene web service. Even though the Lucene API is very straitforward to use on a local machine, I found creation of Lucene WS to be extremely difficult. The problem causes the API, which very often