Determine the etx index parameters

Index parameters are used to customize etx indexes based on the type of searches you plan to perform. Although they are not required, index parameters can increase performance in cases where you know the types of searches that will be executed, because the etx index can be built to suit a particular type of search.

For example, the WORD_SUPPORT index parameter specifies whether you plan on using exact or pattern-matching searches. The PHRASE_SUPPORT parameter indicates what level of phrase searching you want, from full to no support. Use the CHAR_SET parameter to specify what character set your documents use. Use the STOPWORD_LIST parameter to specify a custom stopword list, while the INCLUDE_STOPWORDS parameter indicates that you want the stopwords specified by the STOPWORD_LIST parameter to be included in the index.