The JAR files can also be found in the <code>zip</code> and <code>exe</code> distribution files of BaseX.
The following two queries both return <code>true</code>:
'''Query:'''
<pre class="brush:xquery">
"Indexing" contains text "index" using stemming,
"häuser" contains text "haus" using stemming using language "de"
</pre>
==Scoring==