ReadOnly option was introduce with 2.4 from javadoc: "...as of 2.4, it's possible to open a read-only IndexReader using one of the static open methods that accepts the boolean readOnly parameter."
http://lucene.apache.org/java/2_4_1/api/core/org/apache/lucene/index/IndexReader.html#open(org.apache.lucene.store.Directory,%20boolean) simon On Fri, Mar 27, 2009 at 4:55 PM, <[email protected]> wrote: >> > How can I open it "readonly"? >> >> See the javadocs for IndexReader. > > I did it already for 2.3 - cannot find readonly > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
