On Thu, Jan 7, 2010 at 7:56 AM, Dvora <[email protected]> wrote: > Yep, this seems to work :-) Thanks!
Super! > The other way of Directory custom implementation seems interesting, and I > would like try it (at least as an oppurtunity to know Lucene better) - is > there a simple guide describing how to that? Perhaps some other similar > Directory implementations? I would start by looking @ FSDirectory/SimpleFSDirectory's source code. They are simple wrappers around the corresponding java io APIs. Mike --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
