The PHRASE_SUPPORT parameter
Set this parameter only if you plan to perform phrase searches or proximity searches.
If you are unsure what phrase and proximity searches are, see Concepts.
NONE
MEDIUM
MAXIMUM
The NONE
setting means that the index does not
support phrase or proximity searches.
- Improved performance for searches that use the index
- Reduced disk space consumption by the index
A setting of MEDIUM
results in a low accuracy
of matches, while MAXIMUM
results in the highest
accuracy. The default setting is NONE
.
Given the nature of the Excalibur search engine, a false hit from a phrase search is more likely with the lower settings of PHRASE_SUPPORT and with smaller phrases. As the size of the phrase grows, the probability of a false hit decreases.
MEDIUM
setting if one or more
of the following circumstances is true: - Disk space is a factor.
- You can tolerate few false hits.
- The search phrases you plan to use are lengthy.
MAXIMUM
setting if one or more
of the following circumstances is true: - Disk space is not a factor.
- Accuracy is important.
- The search phrases you plan to use are brief.