#!/bin/bash
# Contains global settings for running this Lucene server
# Currently this is only one environment setting - the path
# to the Java class libraries to use for the Lucene server.

LUCENE_LIBS=_LUCENE_HOME_/luceneserver/lib
