Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Don't use OpenJDK and ESME together. YUI compressor fails with OpenJDK

Compass

ESME uses Compassto perform full-text searches.

Selecting different usage patterns

There are different ways to use compass in ESME. The selection of which approach to use depends on what your requirements are.

To select the option that you wish to use, you must set this option in your property file which is located in the /server/src/main/resources/props/ folder. The default property file name is default.props. To set the option, please use the following syntax:

Code Block

compass_config_file=/props/compass.filesystem.cfg.xml

Currently, there are three examples of different compass based options in the /server/src/main/resources/props/ folder.

File name

Description

compass.filesystem.cfg.xml

Using the file system to store index related data

compass.jdbc.cfg.xml

Using the a database to store index related data - access via JDBC

compass.jndi.cfg.xml

Using the a database to store index related data - access via JNDI

 Open ID

Using a proxy with openID

...