anystr (multi-character replacement)

Use the <anystr> element to replace zero or more characters in a search word or string.

This sample query retrieves all documents that contain words beginning with "th" and ending with "g", such as "thinking", "thrashing", "throwing" and "thing".

<?xml version="1.0" encoding="utf-16"?>
<!-- anystrQuery.xml -->
<query VERSION="4.5" RESULTSPACE="anystrQuery">
    <key NAME="FullText">
        <elem>th<anystr/>g</elem>
    </key>
</query>