"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]>
