Hi all, hi Christian,
is it possible to combine wildcards and thesaurus in a fulltext-search, for example:
contains text "nachricht.*" using wildcards using thesaurus at "thesaurus.xml"
Best regards, Günter
Yes, true. My experience is, if you want to include wildcard-searching based on thesaurus, you have to define the entries something like this:
<entry> <term>Brief</term> <synonym> <term>Brief.*</term> <relationship>RT</relationship> </synonym> <synonym> <term>Nachricht</term> <relationship>RT</relationship> </synonym> <synonym> <term>Nachricht.*</term> <relationship>RT</relationship> </synonym> <synonym> <term>Schreiben</term> <relationship>RT</relationship> </synonym> <synonym> <term>Schreiben.*</term> <relationship>RT</relationship> </synonym> <synonym> </entry>
Am 13.01.2016 um 00:04 schrieb Christian Grün christian.gruen@gmail.com:
is it possible to combine wildcards and thesaurus in a fulltext-search, for example:
It is… But the exact semantics still need to be documented I guess.
basex-talk@mailman.uni-konstanz.de