I have complete the first version of the search service. It requires lucene-1.2-rc2.jar but will probably work with earlier versions. Can some let me know where to post the source code. It consists of four files for now.
I have compiled it with the latest Fulcrum CVS. r, Hugh ----- Original Message ----- From: "Hugh Brien" <[EMAIL PROTECTED]> To: "Turbine Developers List" <[EMAIL PROTECTED]> Sent: Tuesday, November 27, 2001 8:49 AM Subject: Re: Search Service > I have the search engine completed and about a 50% solution for the > indexing. I have the CVS tree for fulcrum and will use it for the > development. I should have a basic system by the end of the week. > r, > Hugh > ----- Original Message ----- > From: "Daniel Rall" <[EMAIL PROTECTED]> > To: "Turbine Developers List" <[EMAIL PROTECTED]> > Sent: Monday, November 26, 2001 1:49 AM > Subject: Re: Search Service > > > > "Hugh Brien" <[EMAIL PROTECTED]> writes: > > > > > I have prototyped a SearchService for Turbine that uses Lucene. It > provides > > > methods for searching a Lucene created index. That being said I will > ask > > > the following: > > > > > > 1. Does anyone think this is a good idea? > > > > Definitely. > > > > > 3. Should indexing be part of service or a separate service. > > > > Would an IndexService be very useful on its own? You always need a > > way to query it, but I suppose you could use various implementations > > of query engine. A complexity vs. flexiblity tradeoff -- I lean > > towards keeping it simple and including indexing in SearchService. > > > > -- > > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > > > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
