Re: Directory, IndexInput and IndexOutput concurrency

2012-05-29 Thread Dhruv
one thread at a time interacting with a single > instance of IndexInput and IndexOutput. > > Mike McCandless > > http://blog.mikemccandless.com > > > On Tue, May 29, 2012 at 6:39 PM, Dhruv wrote: > > I am trying to implement an in-memory version of the Directory, &g

Directory, IndexInput and IndexOutput concurrency

2012-05-29 Thread Dhruv
Stream and RAMIndexOutputStream code but it does not explicitly mention any concurrency requirements. Any help in this regard will be appreciated. Thank you, -Dhruv

Applying LUCENE-3653 patch to Lucene 3.0.3

2012-02-07 Thread Dhruv
Can someone please point out a rough draft of what is involved in modifying 3.0.3 to just accomodate LUCENE-3653? Can I just strip out the changes affecting SegmentCoreReader.java? Thanks, -Dhruv