The expandedStemming element is a child of the parserOptions element. It has no child elements.

Oracle ATG Web Commerce Search performs morphological analysis on both indexed content and input queries. For most word forms, a single index term is derived; however, for some forms, multiple index terms are possible. For example, the form spoke is both a noun root and a past tense form of the verb root speak.

During indexing, if multiple index terms are possible, Oracle ATG Web Commerce Search chooses the most common term (as defined in the dictionary). At query time, Search uses all root terms for each query term. Part-of-speech tagging can help determine if the terms should be limited, such as choosing the noun spoke for a phrase like the spoke, but is not always able to correctly interpret queries. This tag determines what sort of stem expansion is used:

<expandedStemming>val</expandedStemming>

If val is false, expansion is performed only on a single index term. If val is all, all index terms are used during expansion. A value of untagged means that query terms that could not be part-of-speech tagged use all index terms for expansion.