## Configuration file for Pubsearch ## Are we on a "test" environment? This affects the header, and also ## may turn on additional debugging logs and other debugging ## behaviors. pub.is_test_environment=1 ## The pub home directory is defined to be where the PubSearch ## distribution has been unpacked. Warning: don't confuse this with ## webapp directory. pub.pub_home = ${INSTALL_TARGET} ## We can keep a set of full text indices for the various object in Pub. ## ## Directory where Pub can store auxillary data (indices, PID files, etc.) pub.aux_data_dir=${INSTALL_TARGET}/var ## Where the full text article PDF's live on the system. pub.pdf_document_base = ${INSTALL_TARGET}/var/pdfs ## Database related variables have been relocated from this file into ## databases.xml. Copy the file from data/databases.xml.sample into ## PUB_HOME/databases.xml and modify it with appropriate values. ###################################################################### ## The values below are a bit specialized, and will probably not need ## to be touched by casual users. ###################################################################### ## The class used to do XML SAX reading: no need to change this pub.xml_sax_parser_class = org.apache.xerces.parsers.SAXParser ###################################################################### # These settings below tell the system which classes to use as document # collections. The classes should be separated by commas. ###################################################################### pub.lucene_document_iterators=pub.db.search.LuceneTermIterator,pub.db.search.LuceneGeneIterator,pub.db.search.LuceneArticleIterator