: 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
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
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