Configuring the Phrase module

The Phrase module is configured by editing the RELRANK_PHRASE XML element.

You add a Phrase module with the RELRANK_PHRASE element, which is a sub-element of the RELRANK_STRATEGY element.

The following example shows a relevance ranking strategy named PhraseMatch with a Phrase module:
<RELRANK_STRATEGIES>
  <RELRANK_STRATEGY NAME="PhraseMatch">
    <RELRANK_PHRASE APPROXIMATE="TRUE" QUERY_EXPANSION="FALSE" SUBPHRASE="TRUE"/>
  </RELRANK_STRATEGY>
</RELRANK_STRATEGIES>

To configure the Phrase module:

  1. In any editor, edit the contents of the RELRANK_STRATEGIES configuration document to add or modify the RELRANK_PHRASE element.

    For details on these elements, see the appendix in this guide. The resulting contents should look similar to the example above.

  2. Send the changes to the Oracle Endeca Server using the Configuration Web Service or Integrator ETL.

Details on the three options are explained in the following topic.