Can you map the remote file system in window or mount in Linux? Lucene rely on 
the OS level file system access.
Has anyone try to store the index file in a NAS/SAN? How is the performance?

Regards,
Li


-----Original Message-----
From: othman [mailto:[EMAIL PROTECTED] 
Sent: Thursday, September 27, 2007 2:51 PM
To: java-user@lucene.apache.org
Subject: store index on web server directory


Hi all,
I'm developing a search tool for a  web site using lucene. 
One issue i need you to clarify is where we should store the generated
lucene indexes ?
 lucene provides a file system storage method FSDirectory.so we need to
specify a path like (/usr/lucene on linux) or (c:/lucene on windows).
I’m wondering how we can store the indexes in remote server directory ? 
should we specify a url path for index directory ? are URLs valid paths to
create File objects directories ? .

what you think about best way to store indexes to be searched later from a
web page on a given server ?

thanks.
-- 
View this message in context: 
http://www.nabble.com/store-index-on-web-server-directory-tf4531280.html#a12931010
Sent from the Lucene - Java Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Reply via email to