Hi everyone,
sometime it happens that some documents if searched with WebTop (in italian) not be found, if the same docments are searched with DA (in english) they are found. The difference between the two xQuery generated is only the "query-loacale" value (in WebTop "query-locale=it"; in DA "query-locale=en"). That documents are in italian but the xQuery from WebTop don't produce results. How can I fix this issue?
I read something about lemmatization and I tried to turn off it in indexserverconig.xml but it still doesn't work well. This is a problem because the Documentum Users use only WebTop to search the documents and everytime I have to specify them the path of the documents under the Cabintes.
This is the xQuery for example:
for $i score $s in collection('/dm/dsearch/Data') /dmftdoc[( ( ( (dmftmetadata//a_is_hidden = 'false') ) ) and ( (dmftinternal/i_all_types = 'xxxxxx') ) and ( (dmftversions/iscurrent = 'true') ) ) and ( (. ftcontains ( ((('05696.00000050212.FOTO_valfurva_81_804.pdf') with stemming)) using stop words default ) )) ] order by $s descending return {if ($i/dmftinternal/r_object_id) then $i/dmftinternal/r_object_id else }{if ($i/dmftsecurity/ispublic) then $i/dmftsecurity/ispublic else }{if ($i/dmftmetadata/*/owner_name) then $i/dmftmetadata/*/owner_name else }{if ($i/dmftvstamp/i_vstamp) then $i/dmftvstamp/i_vstamp else }{$s}{xhive:highlight($i/dmftcontents/dmftcontent/dmftcontentref)}
Thank you for yours replys.
Best regards,
Yuri