Re: Webfarm and Index Location

2005-10-24 Thread Chris Hostetter
: java-user@lucene.apache.org : Subject: Webfarm and Index Location : : Hey- : : I would like to store my index in one location, and then have all my IIS servers on the farm call that one index. Basically, I am looking for the best approach here...and any ideas anyone has... : : Options: : : 1

Webfarm and Index Location

2005-10-24 Thread msftblows
Hey- I would like to store my index in one location, and then have all my IIS servers on the farm call that one index. Basically, I am looking for the best approach here...and any ideas anyone has... Options: 1. Store index on SAN and have each server call that location...seems this is an

Index location

2005-08-29 Thread Mufaddal Khumri
Hi, I have been trying to control where lucene creates the search index for my web application. I am tweaking the following code in order to specify the location for the index, but it seems that lucene is creating the index in the location from where my CreateIndex.class is invoked. Here is the