Hello! I am working on a project and I beleive that JCS can help me. I have a simple application that runs on many people's PC's that streams information to a central server, where it is recorded and indexed using Lucene.
Since Lucene likes to index many documents at once, instead of one document at a time, I'd like to cache the information comming in from each user into one hash per user, then at some later time index each hash one by one (into seperate indexes). Can this be done dynamically? Or do I have to reconfigure JCS each time I add a new user (to create a new region or group for that user)? Does JCS seem appropriate for this sort of thing, or is it over kill? Also, is there a pre-built JAR of JCS I can get a hold of? Thanks Very Much! -Peter _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
