I have used Lucene on SAN in a federal project, works out great. It supports search clustering, where several other servers search on the shared index which is produced by another server. Only need to refresh the other searching servers' IndexSearcher after indexing is done.
-- Chris Lu ------------------------- Instant Scalable Full-Text Search On Any Database/Application site: http://www.dbsight.net demo: http://search.dbsight.com Lucene Database Search in 3 minutes: http://wiki.dbsight.com/index.php?title=Create_Lucene_Database_Search_in_3_minutes On 10/11/07, yasoja seneviratne <[EMAIL PROTECTED]> wrote: > > > Hi, > > I wonder if there are any known issues having a lucene index on a NAS or > SAN drive? Some basic tests show that it works fine. But are there > performance issues with indexing on NAS for instance? > > Thanks, > Yasoja >