Is support for setting the FSDirectory this way built into 1.3.0
release? Or is it necessary to grab a trunk build.

-Todd Feak

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Yonik
Seeley
Sent: Wednesday, November 12, 2008 11:59 AM
To: solr-user@lucene.apache.org
Subject: NIO not working yet

NIO support in the latest Solr development versions does not work yet
(I previously advised that some people with possible lock contention
problems try it out).  We'll let you know when it's fixed, but in the
meantime you can always set the system property
"org.apache.lucene.FSDirectory.class" to
"org.apache.lucene.store.NIOFSDirectory" to try it out.

for example:

java
-Dorg.apache.lucene.FSDirectory.class=org.apache.lucene.store.NIOFSDirec
tory
  -jar start.jar

-Yonik

Reply via email to