Some characters are recognized as search modifiers when found
immediately after the closing double quote of a phrase, as in
"some term"modifierchars. The actual "phrase"
can be a single term of course. Supported modifiers:
lcan be used to turn off stemming (mostly makes sense withpbecause stemming is off by default for phrases, but see alsoxfurther down).ocan be used to specify a "slack" for bothphraseandproximitysearches: the number of additional terms that may be found between the specified ones. Ifois followed by an integer number, this is the slack, else the default is 10. The default slack (with noo) is 0 forphrasesearches and 10 forproximitysearches.pcan be used to turn an orderedphrasesearch into an unorderedproximityone. Example:"order any in"p. You can find a little more detail aboutphraseandproximitysearches here.scan be used to turn off synonym expansion, if a synonyms file is in place.x(1.33.2) will enable the expansion of terms inside a phrase search (the default is for phrases to be searched verbatim). Also see thestemexpandphrasesin the configuration section, for changing the default behaviour.A weight can be specified for a query element by specifying a decimal value at the start of the modifiers. Example:
"Important"2.5.
The following only make sense on indexes which are capable of case and diacritics sensitivity (not the default):
Cwill turn on case sensitivity.Dwill turn on diacritics sensitivity (if the index supports it).e(explicit) will turn on diacritics sensitivity and case sensitivity, and prevent stem expansion.

