Return-Path: Delivered-To: apmail-jakarta-lucene-user-archive@www.apache.org Received: (qmail 12126 invoked from network); 27 Apr 2004 21:27:41 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 27 Apr 2004 21:27:41 -0000 Received: (qmail 72030 invoked by uid 500); 27 Apr 2004 21:27:23 -0000 Delivered-To: apmail-jakarta-lucene-user-archive@jakarta.apache.org Received: (qmail 72008 invoked by uid 500); 27 Apr 2004 21:27:23 -0000 Mailing-List: contact lucene-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Lucene Users List" Reply-To: "Lucene Users List" Delivered-To: mailing list lucene-user@jakarta.apache.org Received: (qmail 71983 invoked from network); 27 Apr 2004 21:27:23 -0000 Received: from unknown (HELO egmsmtp2.e-gatematrix.com) (63.107.91.193) by daedalus.apache.org with SMTP; 27 Apr 2004 21:27:23 -0000 Received: by egmsmtp2.e-gatematrix.com with Internet Mail Service (5.5.2653.19) id ; Tue, 27 Apr 2004 17:27:27 -0400 Message-ID: From: "Narayan, Anand" To: "'lucene-user@jakarta.apache.org'" Subject: Index directory name Date: Tue, 27 Apr 2004 17:27:22 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N I am having a problem with using a network path for the index directory. If I use a path of the form //server/indexdir the IndexWriter finds it and indexes documents but the IndexSearcher throws an exception saying it is not a valid path. I cannot use a local path as I need to be able to support a common index directory for a clustered environment. What is the best solution in this case? Thanks Anand --------------------------------------------------------------------- To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: lucene-user-help@jakarta.apache.org